PR binutils/15834
[deliverable/binutils-gdb.git] / gas / testsuite / gas / arm / archv6t2.s
index 292f11cf5db23c996e89a7c74ca9215f2abebc5e..81ff5012f5dec6f01cb657ea9e212e9ee07cf1b6 100644 (file)
@@ -53,3 +53,15 @@ 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
This page took 0.023645 seconds and 4 git commands to generate.