[MIPS] Map 'move' to 'or'.
[deliverable/binutils-gdb.git] / gas / testsuite / gas / mips / ulw2-eb-ilocks.d
1 #as: -EB -32
2 #objdump: -dr --prefix-addresses --show-raw-insn -M reg-names=numeric
3 #name: ulw2 -EB interlocked
4 #source: ulw2.s
5
6 # Further checks of ulw macro.
7
8 .*: +file format .*mips.*
9
10 Disassembly of section .text:
11 0+0000 <[^>]*> 88a40000 lwl \$4,0\(\$5\)
12 0+0004 <[^>]*> 98a40003 lwr \$4,3\(\$5\)
13 0+0008 <[^>]*> 88a40001 lwl \$4,1\(\$5\)
14 0+000c <[^>]*> 98a40004 lwr \$4,4\(\$5\)
15 0+0010 <[^>]*> 88a10000 lwl \$1,0\(\$5\)
16 0+0014 <[^>]*> 98a10003 lwr \$1,3\(\$5\)
17 0+0018 <[^>]*> 00202825 move \$5,\$1
18 0+001c <[^>]*> 88a10001 lwl \$1,1\(\$5\)
19 0+0020 <[^>]*> 98a10004 lwr \$1,4\(\$5\)
20 0+0024 <[^>]*> 00202825 move \$5,\$1
21 \.\.\.
This page took 0.03593 seconds and 4 git commands to generate.