Lines Matching refs:w5

11         add w5, w7, x9, sxtx
19 // CHECK-ERROR: add w5, w7, x9, sxtx
79 add w4, w5, #-1
80 add w5, w6, #0x1000
81 add w4, w5, #-1, lsl #12
82 add w5, w6, #0x1000, lsl #12
84 // CHECK-ERROR-NEXT: add w4, w5, #-1
87 // CHECK-ERROR-AARCH64-NEXT: add w5, w6, #0x1000
90 // CHECK-ERROR-NEXT: add w4, w5, #-1, lsl #12
93 // CHECK-ERROR-NEXT: add w5, w6, #0x1000, lsl #12
98 add w5, w17, #0xfff, lsl #13
105 // CHECK-ERROR-NEXT: add w5, w17, #0xfff, lsl #13
143 adds w0, w5, #0x10000
145 // CHECK-ERROR-AARCH64-NEXT: adds w0, w5, #0x10000
151 subs wsp, w5, #123
157 // CHECK-ERROR-NEXT: subs wsp, w5, #123
593 adc wsp, w3, w5
597 // CHECK-ERROR-NEXT: adc wsp, w3, w5
619 adcs wsp, w3, w5
623 // CHECK-ERROR-NEXT: adcs wsp, w3, w5
645 sbc wsp, w3, w5
649 // CHECK-ERROR-NEXT: sbc wsp, w3, w5
671 sbcs wsp, w3, w5
675 // CHECK-ERROR-NEXT: sbcs wsp, w3, w5
781 sbfm w3, w5, #32, #1
786 // CHECK-ERROR-NEXT: sbfm w3, w5, #32, #1
798 ubfm w3, w5, #32, #1
803 // CHECK-ERROR-NEXT: ubfm w3, w5, #32, #1
815 bfm w3, w5, #32, #1
820 // CHECK-ERROR-NEXT: bfm w3, w5, #32, #1
1237 ccmp w19, w5, #-1, lt
1246 // CHECK-ERROR-NEXT: ccmp w19, w5, #-1, lt
1271 ccmn w19, w5, #-1, lt
1280 // CHECK-ERROR-NEXT: ccmn w19, w5, #-1, lt
1867 stlxp w5, x1, w4, [x5]
1869 // CHECK-ERROR-NEXT: stlxp w5, x1, w4, [x5]
2916 eor w3, w5, #0x83
2919 // CHECK-ERROR-NEXT: eor w3, w5, #0x83
2985 orn wsp, w3, w5
2988 // FIXME: the diagnostic we get for 'orn wsp, w3, w5' is from the orn alias,
2993 // CHECK-ERROR-NEXT: orn wsp, w3, w5
3006 orr w2, w5, x7, asr #0
3017 // CHECK-ERROR-NEXT: orr w2, w5, x7, asr #0