[MIPS] Add Loongson 3A1000 proccessor support.
[deliverable/binutils-gdb.git] / gas / testsuite / gas / mips / delay.d
index faf171790cb9b6fc098f849fb5bdf849331b3e3f..63d772862146acd5875877b5c8308ed32e7be3ac 100644 (file)
@@ -1,20 +1,20 @@
-#objdump: -dr --prefix-addresses
+#objdump: -dr --prefix-addresses -mmips:4000
 #name: MIPS delay
-#as: -mips3
+#as: -mips3 -mtune=r4000
 
 # 
 # Gas should produce nop's after mtc1 and related 
 # insn's if the target fpr is used in the 
-# immediatly following insn.  See also nodelay.d.
+# immediately following insn.  See also nodelay.d.
 #
 
 .*: +file format .*mips.*
 
 Disassembly of section .text:
-0+0000 <[^>]*> mtc1    \$zero,\$f0
+0+0000 <[^>]*> mtc1    zero,\$f0
 0+0004 <[^>]*> nop
 0+0008 <[^>]*> cvt.d.w \$f0,\$f0
-0+000c <[^>]*> mtc1    \$zero,\$f1
+0+000c <[^>]*> mtc1    zero,\$f2
 0+0010 <[^>]*> nop
-0+0014 <[^>]*> cvt.d.w \$f1,\$f1
+0+0014 <[^>]*> cvt.d.w \$f2,\$f2
        ...
This page took 0.025766 seconds and 4 git commands to generate.