2000-12-03 Kazu Hirata <kazu@hxi.com>
[deliverable/binutils-gdb.git] / gas / testsuite / gas / mips / nodelay.d
CommitLineData
252b5132
RH
1#objdump: -dr --prefix-addresses -mmips:5000
2#name: MIPS nodelay
3#as: -mips4 -mcpu=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
14Disassembly of section .text:
150+0000 <[^>]*> mtc1 \$zero,\$f0
160+0004 <[^>]*> cvt.d.w \$f0,\$f0
170+0008 <[^>]*> mtc1 \$zero,\$f1
180+000c <[^>]*> cvt.d.w \$f1,\$f1
19 ...
This page took 0.058958 seconds and 4 git commands to generate.