2001-06-28 Eric Christopher <echristo@redhat.com>
[deliverable/binutils-gdb.git] / gas / testsuite / gas / mips / delay.d
CommitLineData
252b5132
RH
1#objdump: -dr --prefix-addresses -mmips:4000
2#name: MIPS delay
ec68c924 3#as: -mips3 -mtune=r4000
252b5132
RH
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:
aa5f19f2 140+0000 <[^>]*> mtc1 zero,\$f0
252b5132
RH
150+0004 <[^>]*> nop
160+0008 <[^>]*> cvt.d.w \$f0,\$f0
aa5f19f2 170+000c <[^>]*> mtc1 zero,\$f1
252b5132
RH
180+0010 <[^>]*> nop
190+0014 <[^>]*> cvt.d.w \$f1,\$f1
20 ...
This page took 0.078844 seconds and 4 git commands to generate.