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
760 sbfm x9, x5, #-1, #0
761 sbfm x9, x5, #0, #-1
775 // CHECK-ERROR-NEXT: sbfm x9, x5, #-1, #0
778 // CHECK-ERROR-NEXT: sbfm x9, x5, #0, #-1
834 sxtw x3, x5
842 // CHECK-ERROR-AARCH64-NEXT: sxtw x3, x5
846 uxth x5, x9
847 uxtw x3, x5
854 // CHECK-ERROR-NEXT: uxth x5, x9
857 // CHECK-ERROR-AARCH64-NEXT: uxtw x3, x5
892 sbfiz x3, x5, #12, #53
912 // CHECK-ERROR-NEXT: sbfiz x3, x5, #12, #53
926 sbfx x3, x5, #12, #53
946 // CHECK-ERROR-NEXT: sbfx x3, x5, #12, #53
960 bfi x3, x5, #12, #53
980 // CHECK-ERROR-NEXT: bfi x3, x5, #12, #53
994 bfxil x3, x5, #12, #53
1014 // CHECK-ERROR-NEXT: bfxil x3, x5, #12, #53
1028 ubfiz x3, x5, #12, #53
1048 // CHECK-ERROR-NEXT: ubfiz x3, x5, #12, #53
1062 ubfx x3, x5, #12, #53
1082 // CHECK-ERROR-NEXT: ubfx x3, x5, #12, #53
1114 cbz x3, x5
1122 // CHECK-ERROR-NEXT: cbz x3, x5
1271 ccmp x19, x5, #-1, lt
1280 // CHECK-ERROR-NEXT: ccmp x19, x5, #-1, lt
1305 ccmn x19, x5, #-1, lt
1314 // CHECK-ERROR-NEXT: ccmn x19, x5, #-1, lt
1429 cneg x4, x5, al
1437 // CHECK-ERROR-NEXT: cneg x4, x5, al
1884 stlxp w5, x1, w4, [x5]
1886 // CHECK-ERROR-NEXT: stlxp w5, x1, w4, [x5]
2391 str x5, [x22, #12]
2400 // CHECK-ERROR-AARCH64-NEXT: str x5, [x22, #12]
2433 ldr w9, [x5, x5, uxtw]
2444 // CHECK-ERROR-NEXT: ldr w9, [x5, x5, uxtw]
2474 str w9, [x5, w9, sxtw #-1]
2478 // CHECK-ERROR-NEXT: str w9, [x5, w9, sxtw #-1]
2487 str xzr, [x5, x9, sxtx #-1]
2491 // CHECK-ERROR-NEXT: str xzr, [x5, x9, sxtx #-1]
2520 stp w9, w10, [x5, #256]
2530 // CHECK-ERROR-NEXT: stp w9, w10, [x5, #256]
2552 ldp x2, x5, [sp, #4]
2553 ldp x5, x6, [x9, #512]
2556 // CHECK-ERROR-NEXT: ldp x2, x5, [sp, #4]
2559 // CHECK-ERROR-NEXT: ldp x5, x6, [x9, #512]
2576 stp s13, s19, [x5, #256]
2584 // CHECK-ERROR-NEXT: stp s13, s19, [x5, #256]
2602 stp q20, q25, [x5, #1024]
2611 // CHECK-ERROR-NEXT: stp q20, q25, [x5, #1024]
2623 stp w9, w10, [x5], #256
2633 // CHECK-ERROR-NEXT: stp w9, w10, [x5], #256
2655 ldp x2, x5, [sp], #4
2656 ldp x5, x6, [x9], #512
2659 // CHECK-ERROR-NEXT: ldp x2, x5, [sp], #4
2662 // CHECK-ERROR-NEXT: ldp x5, x6, [x9], #512
2679 stp s13, s19, [x5], #256
2687 // CHECK-ERROR-NEXT: stp s13, s19, [x5], #256
2705 stp q20, q25, [x5], #1024
2714 // CHECK-ERROR-NEXT: stp q20, q25, [x5], #1024
2726 stp w9, w10, [x5, #256]!
2736 // CHECK-ERROR-NEXT: stp w9, w10, [x5, #256]!
2758 ldp x2, x5, [sp, #4]!
2759 ldp x5, x6, [x9, #512]!
2762 // CHECK-ERROR-NEXT: ldp x2, x5, [sp, #4]!
2765 // CHECK-ERROR-NEXT: ldp x5, x6, [x9, #512]!
2782 stp s13, s19, [x5, #256]!
2790 // CHECK-ERROR-NEXT: stp s13, s19, [x5, #256]!
2808 stp q20, q25, [x5, #1024]!
2817 // CHECK-ERROR-NEXT: stp q20, q25, [x5, #1024]!
2828 stnp w9, w10, [x5, #256]
2838 // CHECK-ERROR-NEXT: stnp w9, w10, [x5, #256]
2847 ldnp x2, x5, [sp, #4]
2848 ldnp x5, x6, [x9, #512]
2851 // CHECK-ERROR-NEXT: ldnp x2, x5, [sp, #4]
2854 // CHECK-ERROR-NEXT: ldnp x5, x6, [x9, #512]
2871 stnp s13, s19, [x5, #256]
2879 // CHECK-ERROR-NEXT: stnp s13, s19, [x5, #256]
2897 stnp q20, q25, [x5, #1024]
2906 // CHECK-ERROR-NEXT: stnp q20, q25, [x5, #1024]
2916 and x3, x5, #0xffffffffffffffff
2921 // CHECK-ERROR-NEXT: and x3, x5, #0xffffffffffffffff
2987 and x2, x5, x11, asr
2998 // CHECK-ERROR-NEXT: and x2, x5, x11, asr
3022 and x4, x5, w6, lsl #12
3031 // CHECK-ERROR-NEXT: and x4, x5, w6, lsl #12