Home | History | Annotate | Download | only in AArch64

Lines Matching refs:w1

184         add wsp, w1, w2, lsr #3
188 // CHECK-ERROR-NEXT: add wsp, w1, w2, lsr #3
197 add w1, w2, w3, lsl #-1
198 add w1, w2, w3, lsl #32
199 add w1, w2, w3, lsr #-1
200 add w1, w2, w3, lsr #32
201 add w1, w2, w3, asr #-1
202 add w1, w2, w3, asr #32
210 // CHECK-ERROR-NEXT: add w1, w2, w3, lsl #-1
213 // CHECK-ERROR-NEXT: add w1, w2, w3, lsl #32
216 // CHECK-ERROR-NEXT: add w1, w2, w3, lsr #-1
219 // CHECK-ERROR-NEXT: add w1, w2, w3, lsr #32
222 // CHECK-ERROR-NEXT: add w1, w2, w3, asr #-1
225 // CHECK-ERROR-NEXT: add w1, w2, w3, asr #32
246 adds w1, w2, w3, lsl #-1
247 adds w1, w2, w3, lsl #32
248 adds w1, w2, w3, lsr #-1
249 adds w1, w2, w3, lsr #32
250 adds w1, w2, w3, asr #-1
251 adds w1, w2, w3, asr #32
259 // CHECK-ERROR-NEXT: adds w1, w2, w3, lsl #-1
262 // CHECK-ERROR-NEXT: adds w1, w2, w3, lsl #32
265 // CHECK-ERROR-NEXT: adds w1, w2, w3, lsr #-1
268 // CHECK-ERROR-NEXT: adds w1, w2, w3, lsr #32
271 // CHECK-ERROR-NEXT: adds w1, w2, w3, asr #-1
274 // CHECK-ERROR-NEXT: adds w1, w2, w3, asr #32
295 sub w1, w2, w3, lsl #-1
296 sub w1, w2, w3, lsl #32
297 sub w1, w2, w3, lsr #-1
298 sub w1, w2, w3, lsr #32
299 sub w1, w2, w3, asr #-1
300 sub w1, w2, w3, asr #32
308 // CHECK-ERROR-NEXT: sub w1, w2, w3, lsl #-1
311 // CHECK-ERROR-NEXT: sub w1, w2, w3, lsl #32
314 // CHECK-ERROR-NEXT: sub w1, w2, w3, lsr #-1
317 // CHECK-ERROR-NEXT: sub w1, w2, w3, lsr #32
320 // CHECK-ERROR-NEXT: sub w1, w2, w3, asr #-1
323 // CHECK-ERROR-NEXT: sub w1, w2, w3, asr #32
344 subs w1, w2, w3, lsl #-1
345 subs w1, w2, w3, lsl #32
346 subs w1, w2, w3, lsr #-1
347 subs w1, w2, w3, lsr #32
348 subs w1, w2, w3, asr #-1
349 subs w1, w2, w3, asr #32
357 // CHECK-ERROR-NEXT: subs w1, w2, w3, lsl #-1
360 // CHECK-ERROR-NEXT: subs w1, w2, w3, lsl #32
363 // CHECK-ERROR-NEXT: subs w1, w2, w3, lsr #-1
366 // CHECK-ERROR-NEXT: subs w1, w2, w3, lsr #32
369 // CHECK-ERROR-NEXT: subs w1, w2, w3, asr #-1
372 // CHECK-ERROR-NEXT: subs w1, w2, w3, asr #32
594 adc w1, wsp, w2
600 // CHECK-ERROR-NEXT: adc w1, wsp, w2
620 adcs w1, wsp, w2
626 // CHECK-ERROR-NEXT: adcs w1, wsp, w2
646 sbc w1, wsp, w2
652 // CHECK-ERROR-NEXT: sbc w1, wsp, w2
672 sbcs w1, wsp, w2
678 w1, wsp, w2
887 sbfiz w1, w2, #0, #0
897 // CHECK-ERROR-NEXT: sbfiz w1, w2, #0, #0
921 sbfx w1, w2, #0, #0
931 // CHECK-ERROR-NEXT: sbfx w1, w2, #0, #0
955 bfi w1, w2, #0, #0
965 // CHECK-ERROR-NEXT: bfi w1, w2, #0, #0
989 bfxil w1, w2, #0, #0
999 // CHECK-ERROR-NEXT: bfxil w1, w2, #0, #0
1023 ubfiz w1, w2, #0, #0
1033 // CHECK-ERROR-NEXT: ubfiz w1, w2, #0, #0
1057 ubfx w1, w2, #0, #0
1067 // CHECK-ERROR-NEXT: ubfx w1, w2, #0, #0
1327 csel w1, w2, w3, #3
1342 // CHECK-ERROR-NEXT: csel w1, w2, w3, #3
1386 cset w1, al
1395 // CHECK-ERROR-NEXT: cset w1, al
1954 strb w1, [x19], #256
1956 strh w1, [x19], #256
1958 str w1, [x19], #256
1961 // CHECK-ERROR-NEXT: strb w1, [x19], #256
1967 // CHECK-ERROR-NEXT: strh w1, [x19], #256
1973 // CHECK-ERROR-NEXT: str w1, [x19], #256
1979 ldrb w1, [x19], #256
1981 ldrh w1, [x19], #256
1983 ldr w1, [x19], #256
1986 // CHECK-ERROR-NEXT: ldrb w1, [x19], #256
1992 // CHECK-ERROR-NEXT: ldrh w1, [x19], #256
1998 // CHECK-ERROR-NEXT: ldr w1, [x19], #256
2137 strb w1, [x19, #256]!
2139 strh w1, [x19, #256]!
2141 str w1, [x19, #256]!
2144 // CHECK-ERROR-NEXT: strb w1, [x19, #256]!
2150 // CHECK-ERROR-NEXT: strh w1, [x19, #256]!
2156 // CHECK-ERROR-NEXT: str w1, [x19, #256]!
2162 ldrb w1, [x19, #256]!
2164 ldrh w1, [x19, #256]!
2166 ldr w1, [x19, #256]!
2169 // CHECK-ERROR-NEXT: ldrb w1, [x19, #256]!
2175 // CHECK-ERROR-NEXT: ldrh w1, [x19, #256]!
2181 // CHECK-ERROR-NEXT: ldr w1, [x19, #256]!
2436 ldr w12, [x8, w1, sxtx]
2453 // CHECK-ERROR-NEXT: ldr w12, [x8, w1, sxtx]
2519 stp w1, w2, [x3, #253]
2527 // CHECK-ERROR-NEXT: stp w1, w2, [x3, #253]
2622 stp w1, w2, [x3], #253
2630 // CHECK-ERROR-NEXT: stp w1, w2, [x3], #253
2725 stp w1, w2, [x3, #253]!
2733 // CHECK-ERROR-NEXT: stp w1, w2, [x3, #253]!
2827 stnp w1, w2, [x3, #253]
2835 // CHECK-ERROR-NEXT: stnp w1, w2, [x3, #253]
2915 orr w0, w1, #0xffffffff
2918 // CHECK-ERROR-NEXT: orr w0, w1, #0xffffffff
3020 and x3, w2, w1
3021 ands w1, x12, w2
3025 // CHECK-ERROR-NEXT: and x3, w2, w1
3028 // CHECK-ERROR-NEXT: ands w1, x12, w2
3049 movn w1, #2, lsl #1
3063 // CHECK-ERROR-NEXT: movn w1, #2, lsl #1