bfd/
[deliverable/binutils-gdb.git] / gas / testsuite / gas / mips / bgeu.s
index 1c37f96939c19484be94adb1e6560c89acc49908..cccd584f780a4d38d1bb20a946514180e7a7ad08 100644 (file)
@@ -22,6 +22,12 @@ text_label:
        bgeul   $4,$5,text_label
        bgtul   $4,$5,text_label
 
+# Branch to an external label.
+       bgeu    $4,$5,external_label
+       bgtu    $4,$5,external_label
+       bgeul   $4,$5,external_label
+       bgtul   $4,$5,external_label
+
 # Round to a 16 byte boundary, for ease in testing multiple targets.
        nop
        nop
This page took 0.025142 seconds and 4 git commands to generate.