summaryrefslogtreecommitdiff
path: root/gas/testsuite/gas/mips/nodelay.d
blob: 7e4da4097b28017e8d756dc8e590f67eb3be5dcc (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 -mtune=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
	...