Lines Matching refs:x5
9 add x2, x3, x5, sxtb
13 // CHECK-ERROR: add x2, x3, x5, sxtb
24 add x3, x5, w7, uxtb #5
30 // CHECK-ERROR: add x3, x5, w7, uxtb #5
37 add xzr, x3, x5, uxtx
41 // CHECK-ERROR: add xzr, x3, x5, uxtx
69 add sp, x5, x7, lsl
71 // CHECK-ERROR: add sp, x5, x7, lsl
152 subs x5, xzr, #0x456, lsl #12
160 // CHECK-ERROR-NEXT: subs x5, xzr, #0x456, lsl #12
186 add x9, x10, x5, ror #3
194 // CHECK-ERROR-NEXT: add x9, x10, x5, ror #3
606 adc sp, x3, x5
610 // CHECK-ERROR-NEXT: adc sp, x3, x5
632 adcs sp, x3, x5
636 // CHECK-ERROR-NEXT: adcs sp, x3, x5
658 sbc sp, x3, x5
662 // CHECK-ERROR-NEXT: sbc sp, x3, x5
684 sbcs sp, x3, x5
688 // CHECK-ERROR-NEXT: sbcs sp, x3, x5
739 sbfm x9, x5, #-1, #0
740 sbfm x9, x5, #0, #-1
754 // CHECK-ERROR-NEXT: sbfm x9, x5, #-1, #0
757 // CHECK-ERROR-NEXT: sbfm x9, x5, #0, #-1
813 sxtw x3, x5
821 // CHECK-ERROR-NEXT: sxtw x3, x5
825 uxth x5, x9
826 uxtw x3, x5
833 // CHECK-ERROR-NEXT: uxth x5, x9
836 // CHECK-ERROR-NEXT: uxtw x3, x5
871 sbfiz x3, x5, #12, #53
890 // CHECK-ERROR-NEXT: sbfiz x3, x5, #12, #53
904 sbfx x3, x5, #12, #53
923 // CHECK-ERROR-NEXT: sbfx x3, x5, #12, #53
937 bfi x3, x5, #12, #53
956 // CHECK-ERROR-NEXT: bfi x3, x5, #12, #53
970 bfxil x3, x5, #12, #53
989 // CHECK-ERROR-NEXT: bfxil x3, x5, #12, #53
1003 ubfiz x3, x5, #12, #53
1022 // CHECK-ERROR-NEXT: ubfiz x3, x5, #12, #53
1036 ubfx x3, x5, #12, #53
1055 // CHECK-ERROR-NEXT: ubfx x3, x5, #12, #53
1070 cbz x3, x5
1078 // CHECK-ERROR-NEXT: cbz x3, x5
1227 ccmp x19, x5, #-1, lt
1236 // CHECK-ERROR-NEXT: ccmp x19, x5, #-1, lt
1261 ccmn x19, x5, #-1, lt
1270 // CHECK-ERROR-NEXT: ccmn x19, x5, #-1, lt
1816 stlxp w5, x1, w4, [x5]
1818 // CHECK-ERROR-NEXT: stlxp w5, x1, w4, [x5]
2322 str x5, [x22, #12]
2331 // CHECK-ERROR-NEXT: str x5, [x22, #12]
2361 ldr w9, [x5, x5, uxtw]
2372 // CHECK-ERROR-NEXT: ldr w9, [x5, x5, uxtw]
2402 str w9, [x5, w9, sxtw #-1]
2406 // CHECK-ERROR-NEXT: str w9, [x5, w9, sxtw #-1]
2415 str xzr, [x5, x9, sxtx #-1]
2419 // CHECK-ERROR-NEXT: str xzr, [x5, x9, sxtx #-1]
2446 stp w9, w10, [x5, #256]
2456 // CHECK-ERROR-NEXT: stp w9, w10, [x5, #256]
2478 ldp x2, x5, [sp, #4]
2479 ldp x5, x6, [x9, #512]
2482 // CHECK-ERROR-NEXT: ldp x2, x5, [sp, #4]
2485 // CHECK-ERROR-NEXT: ldp x5, x6, [x9, #512]
2502 stp s13, s19, [x5, #256]
2510 // CHECK-ERROR-NEXT: stp s13, s19, [x5, #256]
2528 stp q20, q25, [x5, #1024]
2537 // CHECK-ERROR-NEXT: stp q20, q25, [x5, #1024]
2549 stp w9, w10, [x5], #256
2559 // CHECK-ERROR-NEXT: stp w9, w10, [x5], #256
2581 ldp x2, x5, [sp], #4
2582 ldp x5, x6, [x9], #512
2585 // CHECK-ERROR-NEXT: ldp x2, x5, [sp], #4
2588 // CHECK-ERROR-NEXT: ldp x5, x6, [x9], #512
2605 stp s13, s19, [x5], #256
2613 // CHECK-ERROR-NEXT: stp s13, s19, [x5], #256
2631 stp q20, q25, [x5], #1024
2640 // CHECK-ERROR-NEXT: stp q20, q25, [x5], #1024
2652 stp w9, w10, [x5, #256]!
2662 // CHECK-ERROR-NEXT: stp w9, w10, [x5, #256]!
2684 ldp x2, x5, [sp, #4]!
2685 ldp x5, x6, [x9, #512]!
2688 // CHECK-ERROR-NEXT: ldp x2, x5, [sp, #4]!
2691 // CHECK-ERROR-NEXT: ldp x5, x6, [x9, #512]!
2708 stp s13, s19, [x5, #256]!
2716 // CHECK-ERROR-NEXT: stp s13, s19, [x5, #256]!
2734 stp q20, q25, [x5, #1024]!
2743 // CHECK-ERROR-NEXT: stp q20, q25, [x5, #1024]!
2754 stnp w9, w10, [x5, #256]
2764 // CHECK-ERROR-NEXT: stnp w9, w10, [x5, #256]
2773 ldnp x2, x5, [sp, #4]
2774 ldnp x5, x6, [x9, #512]
2777 // CHECK-ERROR-NEXT: ldnp x2, x5, [sp, #4]
2780 // CHECK-ERROR-NEXT: ldnp x5, x6, [x9, #512]
2797 stnp s13, s19, [x5, #256]
2805 // CHECK-ERROR-NEXT: stnp s13, s19, [x5, #256]
2823 stnp q20, q25, [x5, #1024]
2832 // CHECK-ERROR-NEXT: stnp q20, q25, [x5, #1024]
2842 and x3, x5, #0xffffffffffffffff
2847 // CHECK-ERROR-NEXT: and x3, x5, #0xffffffffffffffff
2913 and x2, x5, x11, asr
2924 // CHECK-ERROR-NEXT: and x2, x5, x11, asr
2944 and x4, x5, w6, lsl #12
2953 // CHECK-ERROR-NEXT: and x4, x5, w6, lsl #12