* elf32-spu.c (build_stub): Fix malloc under-allocation.
[binutils.git] / gas / testsuite / gas / arm / strex-bad-t.s
blob1466ca59d14b95ff53faf13e088b468956f9b4bb
1 .syntax unified
3 .thumb
5 @ strexh
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]
19 @ strexb
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]