[GAS][ARM][3/3]Add armv8.2 fp16 scalar instruction support. Based on SE_H instruction...
[deliverable/binutils-gdb.git] / gas / testsuite / gas / nios2 / branch.s
1 # Source file used to test the beq macro.
2 .globl text_label
3 .text
4 .set norelax
5 text_label:
6 beq r4,r5,text_label
7 bge r4,r5,text_label
8 bgeu r4,r5,text_label
9 blt r4,r5,text_label
10 bltu r4,r5,text_label
11 bne r4,r5,text_label
12
13 # Branch to an external label.
14 br external_label
15
This page took 0.030676 seconds and 4 git commands to generate.