bfd/
[deliverable/binutils-gdb.git] / gas / testsuite / gas / mips / blt.s
index ffa8b1f754f0b3cedaf763840703daf0a17aec61..9b2ed08524f396cd7d6212d7df6073ab87f1ae6d 100644 (file)
@@ -23,3 +23,15 @@ text_label:
        .set    mips2
        bltl    $4,$5,text_label
        blel    $4,$5,text_label
+
+# Branch to an external label.
+       blt     $4,$5,external_label
+       ble     $4,$5,external_label
+       bltl    $4,$5,external_label
+       blel    $4,$5,external_label
+
+# Round to a 16 byte boundary, for ease in testing multiple targets.
+       nop
+       nop
+       nop
+       nop
This page took 0.02511 seconds and 4 git commands to generate.