19990502 sourceware import
[deliverable/binutils-gdb.git] / gas / testsuite / gas / mips / delay.d
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
13 Disassembly of section .text:
14 0+0000 <[^>]*> mtc1 \$zero,\$f0
15 0+0004 <[^>]*> nop
16 0+0008 <[^>]*> cvt.d.w \$f0,\$f0
17 0+000c <[^>]*> mtc1 \$zero,\$f1
18 0+0010 <[^>]*> nop
19 0+0014 <[^>]*> cvt.d.w \$f1,\$f1
20 ...
This page took 0.031491 seconds and 4 git commands to generate.