Arm: Clean up PE GAS testsuite correct THUMB tests.
[deliverable/binutils-gdb.git] / gas / testsuite / gas / arm / strex-bad-t.s
CommitLineData
877807f8
NC
1.syntax unified
2
3.thumb
4
5@ strexh
6
7strexh r0, r1, #0x04
8strexh r0, r1, [r2], #0x04
9strexh r0, r1, [r2, #+0x00]!
10strexh r0, r1, [r2, r3]
11strexh r0, r0, [r1]
12strexh r0, r1, [r2, #-0x04]
13strexh r0, r1, [r15]
14strexh r0, r13, [r1]
15strexh r0, r15, [r1]
16strexh r13, r0, [r1]
17strexh r15, r0, [r1]
18
19@ strexb
20
21strexb r0, r1, #0x04
22strexb r0, r1, [r2], #0x04
23strexb r0, r1, [r2, #+0x00]!
24strexb r0, r1, [r2, r3]
25strexb r0, r0, [r1]
26strexb r0, r1, [r2, #-0x04]
27strexb r0, r1, [r15]
28strexb r0, r13, [r1]
29strexb r0, r15, [r1]
30strexb r13, r0, [r1]
31strexb r15, r0, [r1]
32
This page took 0.364556 seconds and 4 git commands to generate.