Arm: Clean up PE GAS testsuite correct THUMB tests.
[deliverable/binutils-gdb.git] / gas / testsuite / gas / arm / archv6t2.s
index 292f11cf5db23c996e89a7c74ca9215f2abebc5e..8d74359ad7b430d97af9f7c298198a416033f6b8 100644 (file)
@@ -53,3 +53,18 @@ x:
        ldrht   r9, [r0], -r9
        ldrht   r9, [r0], #0x99
        ldrht   r9, [r0], #-0x99
+       ldrneht r9, [r0], r9
+       ldrneht r9, [r0], -r9
+       ldrneht r9, [r0], #0x99
+       ldrneht r9, [r0], #-0x99
+       strht   r0, [r1], -r2
+       strneht r0, [r1], -r2
+       strht   r0, [r1], r2
+       strneht r0, [r1], r2
+       strht   r0, [r1], #2
+       strht   r0, [r1], #-2
+       strneht r0, [r1], #2
+       strneht r0, [r1], #-2
+
+       @ mov accept A2 encoding as well.
+       mov     r9, #0x0999
This page took 0.024161 seconds and 4 git commands to generate.