]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - gas/testsuite/gas/mips/delay.d
import gdb-1999-08-09 snapshot
[thirdparty/binutils-gdb.git] / gas / testsuite / gas / mips / delay.d
CommitLineData
252b5132
RH
1#objdump: -dr --prefix-addresses -mmips:4000
2#name: MIPS delay
3#as: -mips3 -mcpu=r4000
4
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.
9#
10
11.*: +file format .*mips.*
12
13Disassembly of section .text:
140+0000 <[^>]*> mtc1 \$zero,\$f0
150+0004 <[^>]*> nop
160+0008 <[^>]*> cvt.d.w \$f0,\$f0
170+000c <[^>]*> mtc1 \$zero,\$f1
180+0010 <[^>]*> nop
190+0014 <[^>]*> cvt.d.w \$f1,\$f1
20 ...