* gas/arm/thumb2_bcond.d: Allow for varying number of nops at the
[deliverable/binutils-gdb.git] / gas / testsuite / gas / arm / thumbv6.s
CommitLineData
09d92015
MM
1.text
2.align 0
3
4.thumb
5label:
6 cpsie ia
7 cpsid af
8 cpy r3, r4
9 rev r2, r7
10 rev16 r5, r1
11 revsh r3, r6
12 setend be
13 setend le
14 sxth r0, r1
15 sxtb r1, r2
16 uxth r3, r4
17 uxtb r5, r6
5dfd8c03
MM
18
19 # Add four nop instructions to ensure that the output is
20 # 32-byte aligned as required for arm-aout.
21 nop
22 nop
23 nop
24 nop
This page took 0.343436 seconds and 4 git commands to generate.