]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - gas/testsuite/gas/mips/delay.d
* config/sh/tm-sh.h (BELIEVE_PCC_PROMOTION): Define, so that
[thirdparty/binutils-gdb.git] / gas / testsuite / gas / mips / delay.d
CommitLineData
68952421
GRK
1#objdump: -dr --prefix-addresses
2#name: MIPS delay
3#as: -mips3
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
13Disassembly of section .text:
140+0000 <[^>]*> mtc1 \$zero,\$f0
150+0004 <[^>]*> nop
160+0008 <[^>]*> cvt.d.w \$f0,\$f0
170+000c <[^>]*> mtc1 \$zero,\$f1
180+0010 <[^>]*> nop
190+0014 <[^>]*> cvt.d.w \$f1,\$f1
20 ...