Upload Tizen:Base source
[external/binutils.git] / gas / testsuite / gas / mips / delay.d
1 #objdump: -dr --prefix-addresses -mmips:4000
2 #name: MIPS delay
3 #as: -mips3 -mtune=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,\$f2
18 0+0010 <[^>]*> nop
19 0+0014 <[^>]*> cvt.d.w  \$f2,\$f2
20         ...