Home | History | Annotate | Download | only in AArch64

Lines Matching refs:LDP

27         ldp w3, w4, [x5, #11]!
28 ldp x3, x4, [x5, #12]!
29 ldp q3, q4, [x5, #12]!
30 ldp w3, w4, [x5], #11
31 ldp x3, x4, [x5], #12
32 ldp q3, q4, [x5], #12
55 ; CHECK-ERRORS: ldp w3, w4, [x5, #11]!
58 ; CHECK-ERRORS: ldp x3, x4, [x5, #12]!
61 ; CHECK-ERRORS: ldp q3, q4, [x5, #12]!
64 ; CHECK-ERRORS: ldp w3, w4, [x5], #11
67 ; CHECK-ERRORS: ldp x3, x4, [x5], #12
70 ; CHECK-ERRORS: ldp q3, q4, [x5], #12
157 ldp x1, x2, [x2], #16
158 ldp x2, x2, [x2], #16
159 ldp w1, w2, [x2], #16
160 ldp w2, w2, [x2], #16
161 ldp x1, x1, [x2]
173 ; CHECK-ERRORS: error: unpredictable LDP instruction, writeback base is also a destination
174 ; CHECK-ERRORS: ldp x1, x2, [x2], #16
176 ; CHECK-ERRORS: error: unpredictable LDP instruction, writeback base is also a destination
177 ; CHECK-ERRORS: ldp x2, x2, [x2], #16
179 ; CHECK-ERRORS: error: unpredictable LDP instruction, writeback base is also a destination
180 ; CHECK-ERRORS: ldp w1, w2, [x2], #16
182 ; CHECK-ERRORS: error: unpredictable LDP instruction, writeback base is also a destination
183 ; CHECK-ERRORS: ldp w2, w2, [x2], #16
185 ; CHECK-ERRORS: error: unpredictable LDP instruction, Rt2==Rt
186 ; CHECK-ERRORS: ldp x1, x1, [x2]