Initial revision
[binutils.git] / gas / testsuite / gas / mips / delay.d
blob93dc0ec16b85730b62c493fdd2ee5872f09f2066
1 #objdump: -dr --prefix-addresses -mmips:4000
2 #name: MIPS delay
3 #as: -mips3 -mcpu=r4000
5 #
6 # Gas should produce nop's after mtc1 and related
7 # insn's if the target fpr is used in the
8 # immediatly following insn. See also nodelay.d.
11 .*: +file format .*mips.*
13 Disassembly of section .text:
14 0+0000 <[^>]*> mtc1 \$zero,\$f0
15 0+0004 <[^>]*> nop
16 0+0008 <[^>]*> cvt.d.w \$f0,\$f0
17 0+000c <[^>]*> mtc1 \$zero,\$f1
18 0+0010 <[^>]*> nop
19 0+0014 <[^>]*> cvt.d.w \$f1,\$f1
20 ...