gas/
[deliverable/binutils-gdb.git] / gas / testsuite / gas / mips / mips64-mips3d.s
index 5c5e8a8f62441129668ca27730d4456da56b04b5..2ba487827d73c3cb921232f31393605d68508aec 100644 (file)
@@ -3,7 +3,7 @@
        .set noreorder
        .set noat
 
-       .globl text_label .text
+       .text
 text_label:
 
        addr.ps         $f4, $f8, $f19
@@ -147,5 +147,14 @@ text_label:
        rsqrt2.s        $f4, $f8, $f19
        rsqrt2.ps       $f4, $f8, $f19
 
+       bc1any2f        $fcc1, text_label       # warns
+       nop
+       bc1any2t        $fcc3, text_label       # warns
+       nop
+       bc1any4f        $fcc1, text_label       # warns
+       nop
+       bc1any4t        $fcc2, text_label       # warns
+       nop
+
 # Force at least 8 (non-delay-slot) zero bytes, to make 'objdump' print ...
       .space  8
This page took 0.025371 seconds and 4 git commands to generate.