]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - gas/testsuite/gas/mips/nodelay.d
2002-10-04 Michael Snyder <msnyder@redhat.com>
[thirdparty/binutils-gdb.git] / gas / testsuite / gas / mips / nodelay.d
CommitLineData
252b5132
RH
1#objdump: -dr --prefix-addresses -mmips:5000
2#name: MIPS nodelay
ec68c924 3#as: -mips4 -mtune=r8000
252b5132
RH
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 immediatly
9# following insn. See also delay.d.
10#
11
12.*: +file format .*mips.*
13
14Disassembly of section .text:
aa5f19f2 150+0000 <[^>]*> mtc1 zero,\$f0
252b5132 160+0004 <[^>]*> cvt.d.w \$f0,\$f0
aa5f19f2 170+0008 <[^>]*> mtc1 zero,\$f1
252b5132
RH
180+000c <[^>]*> cvt.d.w \$f1,\$f1
19 ...