config/tc-arm.c (do_iwmmxt_wldstd): Correct the offset range for WLDRD/WSTRD
[deliverable/binutils-gdb.git] / gas / testsuite / gas / arm / iwmmxt.s
index 5cf155137252a3d7a883bf2dcd54ae9c5bcc69c4..ba599c1046f5a3e847dfb86335e5b97dcb800a89 100644 (file)
@@ -88,7 +88,7 @@ iwmmxt:
        wldrb           wr1, [r0, #36]
        wldrheq         wr2, [r1, #24]!
        wldrwne         wr3, [r2], #16
-       wldrdvs         wr4, [r3, #8]
+       wldrdvs         wr4, [r3, #-332]
        wldrw           wcssf, [r1, #20]!
        
        wmacu           wr4, wr7, wr9
@@ -167,8 +167,8 @@ iwmmxt:
        wstrb           wr1, [r1, #4]
        wstrh           wr1, [r1, #4]!
        wstrw           wr1, [r1], #4
-       wstrd           wr1, [r1, #4]
-       wstrw           wcasf, [r1], #4
+       wstrd           wr1, [r1, #0x3FC]
+       wstrw           wcasf, [r1], #300
 
        wsubbusul       wr1, wr3, wr14
        wsubhus         wr1, wr3, wr14
This page took 0.023233 seconds and 4 git commands to generate.