symver11.s: Add ".balign 8"
[deliverable/binutils-gdb.git] / gas / testsuite / gas / mips / delay.d
CommitLineData
252b5132
RH
1#objdump: -dr --prefix-addresses -mmips:4000
2#name: MIPS delay
ec68c924 3#as: -mips3 -mtune=r4000
252b5132
RH
4
5#
6# Gas should produce nop's after mtc1 and related
7# insn's if the target fpr is used in the
a40d0312 8# immediately following insn. See also nodelay.d.
252b5132
RH
9#
10
11.*: +file format .*mips.*
12
13Disassembly of section .text:
aa5f19f2 140+0000 <[^>]*> mtc1 zero,\$f0
252b5132
RH
150+0004 <[^>]*> nop
160+0008 <[^>]*> cvt.d.w \$f0,\$f0
b892b944 170+000c <[^>]*> mtc1 zero,\$f2
252b5132 180+0010 <[^>]*> nop
b892b944 190+0014 <[^>]*> cvt.d.w \$f2,\$f2
252b5132 20 ...
This page took 0.919862 seconds and 4 git commands to generate.