[MIPS] Map 'move' to 'or'.
[deliverable/binutils-gdb.git] / gas / testsuite / gas / mips / ulw2-el-ilocks.d
index 5e08cef86176e21117382c694590970c97c6478f..c21cfcb29b67f38e859e3ba9e9d4fa19ae9666ff 100644 (file)
@@ -4,10 +4,6 @@
 #source: ulw2.s
 
 # Further checks of ulw macro.
-# XXX: note: when 'move' is changed to use 'or' rather than addu/daddu, the
-# XXX: 'move' opcodes shown here (whose raw instruction fields are addu/daddu)
-# XXX: should be changed to be 'or' instructions and this comment should be
-# XXX: removed.
 
 .*: +file format .*mips.*
 
@@ -18,8 +14,8 @@ Disassembly of section .text:
 0+000c <[^>]*> 98a40001        lwr     \$4,1\(\$5\)
 0+0010 <[^>]*> 88a10003        lwl     \$1,3\(\$5\)
 0+0014 <[^>]*> 98a10000        lwr     \$1,0\(\$5\)
-0+0018 <[^>]*> 0020282[1d]     move    \$5,\$1
+0+0018 <[^>]*> 00202825        move    \$5,\$1
 0+001c <[^>]*> 88a10004        lwl     \$1,4\(\$5\)
 0+0020 <[^>]*> 98a10001        lwr     \$1,1\(\$5\)
-0+0024 <[^>]*> 0020282[1d]     move    \$5,\$1
+0+0024 <[^>]*> 00202825        move    \$5,\$1
        \.\.\.
This page took 0.044852 seconds and 4 git commands to generate.