PR gas/19744: Thumb-1 pcrop relocations don't work on Thumb-2 targets
[deliverable/binutils-gdb.git] / gas / testsuite / gas / arm / strex-bad-t.s
1 .syntax unified
2
3 .thumb
4
5 @ strexh
6
7 strexh r0, r1, #0x04
8 strexh r0, r1, [r2], #0x04
9 strexh r0, r1, [r2, #+0x00]!
10 strexh r0, r1, [r2, r3]
11 strexh r0, r0, [r1]
12 strexh r0, r1, [r2, #-0x04]
13 strexh r0, r1, [r15]
14 strexh r0, r13, [r1]
15 strexh r0, r15, [r1]
16 strexh r13, r0, [r1]
17 strexh r15, r0, [r1]
18
19 @ strexb
20
21 strexb r0, r1, #0x04
22 strexb r0, r1, [r2], #0x04
23 strexb r0, r1, [r2, #+0x00]!
24 strexb r0, r1, [r2, r3]
25 strexb r0, r0, [r1]
26 strexb r0, r1, [r2, #-0x04]
27 strexb r0, r1, [r15]
28 strexb r0, r13, [r1]
29 strexb r0, r15, [r1]
30 strexb r13, r0, [r1]
31 strexb r15, r0, [r1]
32
This page took 0.031861 seconds and 4 git commands to generate.