bfd/
[deliverable/binutils-gdb.git] / gas / testsuite / gas / mips / bge.s
1 # Source file used to test the bge macro.
2
3 text_label:
4 bge $4,$5,text_label
5 bge $4,$0,text_label
6 bge $0,$5,text_label
7 bge $4,0,text_label
8 bge $4,1,text_label
9 bge $4,2,text_label
10 bge $4,0x8000,text_label
11 bge $4,-0x8000,text_label
12 bge $4,0x10000,text_label
13 bge $4,0x1a5a5,text_label
14
15 # bgt is handled like bge, except when both arguments are registers.
16 # Just sanity check it otherwise.
17 bgt $4,$5,text_label
18 bgt $4,$0,text_label
19 bgt $0,$5,text_label
20 bgt $4,0,text_label
21
22 # Branch to an external label.
23 bge $4,$5,external_label
24 bgt $4,$5,external_label
25
26 # Round to a 16 byte boundary, for ease in testing multiple targets.
27 nop
28 nop
29 nop
30 nop
This page took 0.030809 seconds and 4 git commands to generate.