* gdb.arch/altivec-regs.exp (decimal_vector): Adjust for output
[deliverable/binutils-gdb.git] / gas / testsuite / gas / arm / thumb2_add.s
CommitLineData
16805f35
PB
1 .syntax unified
2 .text
3 .align 2
4 .global thumb2_add
5 .thumb
6 .thumb_func
16805f35
PB
7thumb2_add:
8 add r0, pc, #0x800
9 add r9, pc, #0
10 add r9, pc, #0x400
11 add r8, r9, #0x400
12 add r8, r9, #0x101
13 add r3, r1, #0x101
14 sub r0, pc, #0x800
15 sub r9, pc, #0
16 sub r9, pc, #0x400
17 sub r8, r9, #0x400
18 sub r8, r9, #0x101
19 sub r3, r1, #0x101
dc4503c6
PB
20 add r3, #1
21 sub r3, #1
This page took 0.042144 seconds and 4 git commands to generate.