bfd/
[deliverable/binutils-gdb.git] / gas / testsuite / gas / mips / nodelay.d
1 #objdump: -dr --prefix-addresses -mmips:5000
2 #name: MIPS nodelay
3 #as: -mips4 -mtune=r8000
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
14 Disassembly of section .text:
15 0+0000 <[^>]*> mtc1 zero,\$f0
16 0+0004 <[^>]*> cvt.d.w \$f0,\$f0
17 0+0008 <[^>]*> mtc1 zero,\$f2
18 0+000c <[^>]*> cvt.d.w \$f2,\$f2
19 ...
This page took 0.032117 seconds and 4 git commands to generate.