1#objdump: -dr --prefix-addresses -mmips:5000
2#name: MIPS nodelay
3#as: -mips4 -mtune=r8000
4#source: delay.s
5
6# For -mips4
7# Gas should *not* produce nop's after mtc1 and related
8# insn's if the target fpr is used in the immediately
9# following insn.  See also delay.d.
10#
11
12.*: +file format .*mips.*
13
14Disassembly of section .text:
150+0000 <[^>]*> mtc1	zero,\$f0
160+0004 <[^>]*> cvt.d.w	\$f0,\$f0
170+0008 <[^>]*> mtc1	zero,\$f2
180+000c <[^>]*> cvt.d.w	\$f2,\$f2
19	...
20