[GAS][ARM]Generate unpredictable warning for pc used in data processing instructions...
[deliverable/binutils-gdb.git] / gas / testsuite / gas / arm / archv8m.s
CommitLineData
4ed7ed8d
TP
1.thumb
2.syntax unified
3
659f032c 4T:
4ed7ed8d
TP
5blx r4
6blx r9
7bx r4
8bx r9
9tt r0, r1
10tt r8, r9
11ttt r0, r1
12ttt r8, r9
13movw r0, #0xF123
14movw r8, #0xF123
15movt r0, #0xF123
16movt r8, #0xF123
17cbz r4, .L1
18cbnz r4, .L1
19b.w .L1
20sdiv r0, r1, r2
21sdiv r8, r9, r10
22udiv r0, r1, r2
23udiv r8, r9, r10
24.L1:
25 add r0, r1
26clrex
27ldrex r0, [r1, #0x4]
28ldrexb r0, [r1]
29ldrexh r0, [r1]
30strex r0, r1, [r2, #0x4]
31strexb r0, r1, [r2]
32strexh r0, r1, [r2]
33lda r0, [r1]
34ldab r0, [r1]
35ldah r0, [r1]
36stl r0, [r1]
37stlb r0, [r1]
38stlh r0, [r1]
39ldaex r0, [r1]
40ldaexb r0, [r1]
41ldaexh r0, [r1]
42stlex r0, r1, [r2]
43stlexb r0, r1, [r2]
44stlexh r0, r1, [r2]
45
46
This page took 0.05974 seconds and 4 git commands to generate.