Add ARM v5t, v5te and XScale support
[deliverable/binutils-gdb.git] / gas / testsuite / gas / arm / xscale.s
1 .text
2 .global foo
3 foo:
4 mia acc0, r0, r1
5 mialt acc0, r14, r13
6
7 miaph acc0, r2, r4
8 miaphne acc0, r5, r6
9
10 miaBB acc0, r7, r8
11 miaBT acc0, r9, r10
12 miaTB acc0, r12, r11
13 miaTT acc0, r0, r0
14
15 mar acc0, r1, r1
16 margt acc0, r2, r12
17
18 mra r3, r4, acc0
19 mra r5, r8, acc0
20
21 pld [r0]
22 pld [r1, #0x789]
23 pld [r2, r3]
24 pld [r4, -r5, lsl #5]
25 pld [r6], #-0x456
26 pld [r7], +r8
27 pld [r9], -r10, RRX
28
29 ldrd r0, [r1]
30 ldreqd r2, [r3, #0x78]
31 ldrltd r4, [r5, -r6]
32 strd r8, [r10,#-0x89]!
33 strald r0, [r12, +r13]!
34 strlod r2, [r14], #+0x010
35 strvcd r4, [r6], r8
36
37 ldr r0, [r1]
38 str r2, [r3]
39
40 msr cpsr_ctl, #0x11
This page took 0.033617 seconds and 5 git commands to generate.