summaryrefslogtreecommitdiff
path: root/gas/testsuite/gas/mips/nodelay.d
blob: dc930799b8223681874cc0342766ac54fc41aadc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
#objdump: -dr --prefix-addresses -mmips:5000
#name: MIPS nodelay
#as: -mips4 -mcpu=r8000
#source: delay.s

# For -mips4 
# Gas should *not* produce nop's after mtc1 and related 
# insn's if the target fpr is used in the immediatly 
# following insn.  See also delay.d.
#

.*: +file format .*mips.*

Disassembly of section .text:
0+0000 <[^>]*> mtc1	\$zero,\$f0
0+0004 <[^>]*> cvt.d.w	\$f0,\$f0
0+0008 <[^>]*> mtc1	\$zero,\$f1
0+000c <[^>]*> cvt.d.w	\$f1,\$f1
	...