Home | History | Annotate | Download | only in AArch64

Lines Matching defs:ldr

8   ldr x3, (foo + 4)
9 ldr x3, [foo + 4]
10 ; CHECK: ldr x3, foo+4 ; encoding: [0bAAA00011,A,A,0x58]
20 ldr x0, [x0, #804]
21 ldr w0, [x0, #802]
22 ldr x0, [x0, #804]!
23 ldr w0, [w0, #301]!
24 ldr x0, [x0], #804
25 ldr w0, [w0], #301
37 ; CHECK-ERRORS: ldr x0, [x0, #804]
40 ; CHECK-ERRORS: ldr w0, [x0, #802]
43 ; CHECK-ERRORS: ldr x0, [x0, #804]!
46 ; CHECK-ERRORS: ldr w0, [w0, #301]!
49 ; CHECK-ERRORS: ldr x0, [x0], #804
52 ; CHECK-ERRORS: ldr w0, [w0], #301
79 ldr w1, [x3, w3, sxtw #4]
80 ldr x1, [x3, w3, sxtw #4]
81 ldr b1, [x3, w3, sxtw #4]
82 ldr h1, [x3, w3, sxtw #4]
83 ldr s1, [x3, w3, sxtw #4]
84 ldr d1, [x3, w3, sxtw #4]
85 ldr q1, [x3, w3, sxtw #1]
94 ; CHECK-ERRORS:ldr w1, [x3, w3, sxtw #4]
97 ; CHECK-ERRORS:ldr x1, [x3, w3, sxtw #4]
100 ; CHECK-ERRORS:ldr b1, [x3, w3, sxtw #4]
103 ; CHECK-ERRORS:ldr h1, [x3, w3, sxtw #4]
106 ; CHECK-ERRORS:ldr s1, [x3, w3, sxtw #4]
109 ; CHECK-ERRORS:ldr d1, [x3, w3, sxtw #4]
112 ; CHECK-ERRORS:ldr q1, [x3, w3, sxtw #1]
119 ldr s1, [x3, d3, sxtx #2]
125 ; CHECK-ERRORS: ldr s1, [x3, d3, sxtx #2]
172 ldr x2, [x2], #8
173 ldr x2, [x2, #8]!
174 ldr w2, [x2], #8
175 ldr w2, [x2, #8]!
224 ; CHECK-ERRORS: error: unpredictable LDR instruction, writeback base is also a source
225 ; CHECK-ERRORS: ldr x2, [x2], #8
227 ; CHECK-ERRORS: error: unpredictable LDR instruction, writeback base is also a source
228 ; CHECK-ERRORS: ldr x2, [x2, #8]!
230 ; CHECK-ERRORS: error: unpredictable LDR instruction, writeback base is also a source
231 ; CHECK-ERRORS: ldr w2, [x2], #8
233 ; CHECK-ERRORS: error: unpredictable LDR instruction, writeback base is also a source
234 ; CHECK-ERRORS: ldr w2, [x2, #8]!
487 ldr
490 ; CHECK-ERRORS: ldr