1 # Source file used to test the bgeu macro.
6 # A second argument of 0 or $0 is always true
9 bgeu $4,0x8000,text_label
10 bgeu $4,-0x8000,text_label
11 bgeu $4,0x10000,text_label
12 bgeu $4,0x1a5a5,text_label
14 # bgtu is handled like bgeu, except when both arguments are registers.
15 # Just sanity check it otherwise.
20 # Sanity test bgeul and bgtul
22 bgeul $4,$5,text_label
23 bgtul $4,$5,text_label
25 # Round to a 16 byte boundary, for ease in testing multiple targets.