]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blob - gas/testsuite/gas/arm/arch4t.s
* config/sh/tm-sh.h (BELIEVE_PCC_PROMOTION): Define, so that
[thirdparty/binutils-gdb.git] / gas / testsuite / gas / arm / arch4t.s
1 .text
2 .align 0
3
4 bx r0
5 bxeq r1
6
7 foo:
8 ldrh r3, foo
9 ldrsh r4, [r5]
10 ldrsb r4, [r1, r3]
11 ldrsh r1, [r4, r4]!
12 ldreqsb r1, [r5, -r3]
13 ldrneh r2, [r6], r7
14 ldrccsh r2, [r7], +r8
15 ldrsb r2, [r3, #255]
16 ldrsh r1, [r4, #-250]
17 ldrsb r1, [r5, #+240]
18
19 strh r2, bar
20 strneh r3, [r3]
21 bar: