]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - gas/testsuite/gas/mips/nodelay.d
opcodes: bfin: simplify field width processing and fix build warnings
[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
b892b944
TS
170+0008 <[^>]*> mtc1 zero,\$f2
180+000c <[^>]*> cvt.d.w \$f2,\$f2
252b5132 19 ...