[ gas/ChangeLog ]
[deliverable/binutils-gdb.git] / gas / testsuite / gas / mips / ulw2-el.d
CommitLineData
af22f5b2
CD
1#as: -EL
2#objdump: -dr --prefix-addresses --show-raw-insn -M reg-names=numeric
3#name: ulw2 -EL non-interlocked
4#source: ulw2.s
5#stderr: ulw2.l
6
7# Further checks of ulw macro.
8# XXX: note: when 'move' is changed to use 'or' rather than addu/daddu, the
9# XXX: 'move' opcodes shown here (whose raw instruction fields are addu/daddu)
10# XXX: should be changed to be 'or' instructions and this comment should be
11# XXX: removed.
12
13.*: +file format .*mips.*
14
15Disassembly of section .text:
160+0000 <[^>]*> 88a40003 lwl \$4,3\(\$5\)
170+0004 <[^>]*> 98a40000 lwr \$4,0\(\$5\)
180+0008 <[^>]*> 88a40004 lwl \$4,4\(\$5\)
190+000c <[^>]*> 98a40001 lwr \$4,1\(\$5\)
200+0010 <[^>]*> 88a10003 lwl \$1,3\(\$5\)
210+0014 <[^>]*> 98a10000 lwr \$1,0\(\$5\)
220+0018 <[^>]*> 00000000 nop
230+001c <[^>]*> 0020282[1d] move \$5,\$1
240+0020 <[^>]*> 88a10004 lwl \$1,4\(\$5\)
250+0024 <[^>]*> 98a10001 lwr \$1,1\(\$5\)
260+0028 <[^>]*> 00000000 nop
270+002c <[^>]*> 0020282[1d] move \$5,\$1
28 \.\.\.
This page took 0.026154 seconds and 4 git commands to generate.