Lines Matching refs:x3
9 adc x1, x2, x3
11 adcs x5, x4, x3
14 ; CHECK: adc x1, x2, x3 ; encoding: [0x41,0x00,0x03,0x9a]
16 ; CHECK: adcs x5, x4, x3 ; encoding: [0x85,0x00,0x03,0xba]
19 sbc x1, x2, x3
21 sbcs x1, x2, x3
24 ; CHECK: sbc x1, x2, x3 ; encoding: [0x41,0x00,0x03,0xda]
26 ; CHECK: sbcs x1, x2, x3 ; encoding: [0x41,0x00,0x03,0xfa]
34 add x3, x4, #1024
35 add x3, x4, #1024, lsl #0
39 ; CHECK: add x3, x4, #1024 ; encoding: [0x83,0x00,0x10,0x91]
40 ; CHECK: add x3, x4, #1024 ; encoding: [0x83,0x00,0x10,0x91]
45 add x3, x4, #1024, lsl #12
46 add x3, x4, #4194304
47 add x3, x4, #0, lsl #12
53 ; CHECK: add x3, x4, #1024, lsl #12 ; encoding: [0x83,0x00,0x50,0x91]
54 ; CHECK: add x3, x4, #1024, lsl #12 ; encoding: [0x83,0x00,0x50,0x91]
55 ; CHECK: add x3, x4, #0, lsl #12 ; encoding: [0x83,0x00,0x40,0x91]
61 adds x3, x4, #1024
62 adds x3, x4, #1024, lsl #0
63 adds x3, x4, #1024, lsl #12
68 ; CHECK: adds x3, x4, #1024 ; encoding: [0x83,0x00,0x10,0xb1]
69 ; CHECK: adds x3, x4, #1024 ; encoding: [0x83,0x00,0x10,0xb1]
70 ; CHECK: adds x3, x4, #1024, lsl #12 ; encoding: [0x83,0x00,0x50,0xb1]
75 sub x3, x4, #1024
76 sub x3, x4, #1024, lsl #0
77 sub x3, x4, #1024, lsl #12
83 ; CHECK: sub x3, x4, #1024 ; encoding: [0x83,0x00,0x10,0xd1]
84 ; CHECK: sub x3, x4, #1024 ; encoding: [0x83,0x00,0x10,0xd1]
85 ; CHECK: sub x3, x4, #1024, lsl #12 ; encoding: [0x83,0x00,0x50,0xd1]
91 subs x3, x4, #1024
92 subs x3, x4, #1024, lsl #0
93 subs x3, x4, #1024, lsl #12
98 ; CHECK: subs x3, x4, #1024 ; encoding: [0x83,0x00,0x10,0xf1]
99 ; CHECK: subs x3, x4, #1024 ; encoding: [0x83,0x00,0x10,0xf1]
100 ; CHECK: subs x3, x4, #1024, lsl #12 ; encoding: [0x83,0x00,0x50,0xf1]
205 add sp, x2, x3
206 add sp, x2, x3, uxtx #0
211 ; CHECK: add sp, x2, x3 ; encoding: [0x5f,0x60,0x23,0x8b]
212 ; CHECK: add sp, x2, x3 ; encoding: [0x5f,0x60,0x23,0x8b]
248 sub sp, x2, x3
249 sub sp, x2, x3, uxtx #0
250 sub sp, x3, x7, lsl #4
254 ; CHECK: sub sp, x2, x3 ; encoding: [0x5f,0x60,0x23,0xcb]
255 ; CHECK: sub sp, x2, x3 ; encoding: [0x5f,0x60,0x23,0xcb]
256 ; CHECK: sp, x3, x7, lsl #4 ; encoding: [0x7f,0x70,0x27,0xcb]
345 subs x3, sp, x9, lsl #2
352 ; CHECK: subs x3, sp, x9, lsl #2 ; encoding: [0xe3,0x6b,0x29,0xeb]
381 sdiv x1, x2, x3
383 udiv x1, x2, x3
386 ; CHECK: sdiv x1, x2, x3 ; encoding: [0x41,0x0c,0xc3,0x9a]
388 ; CHECK: udiv x1, x2, x3 ; encoding: [0x41,0x08,0xc3,0x9a]
395 asrv x1, x2, x3
397 asr x1, x2, x3
399 lslv x1, x2, x3
401 lsl x1, x2, x3
403 lsrv x1, x2, x3
405 lsr x1, x2, x3
407 rorv x1, x2, x3
409 ror x1, x2, x3
461 madd x1, x2, x3, x4
463 msub x1, x2, x3, x4
470 ; CHECK: madd x1, x2, x3, x4 ; encoding: [0x41,0x10,0x03,0x9b]
472 ; CHECK: msub x1, x2, x3, x4 ; encoding: [0x41,0x90,0x03,0x9b]
482 smulh x1, x2, x3
483 umulh x1, x2, x3
485 ; CHECK: smulh x1, x2, x3 ; encoding: [0x41,0x7c,0x43,0x9b]
486 ; CHECK: umulh x1, x2, x3 ; encoding: [0x41,0x7c,0xc3,0x9b]
551 csel x1, x2, x3, eq
553 csinc x1, x2, x3, eq
555 csinv x1, x2, x3, eq
557 csneg x1, x2, x3, eq
582 csel x3, x4, x7, LT
583 csel x2, x3, x8, GT
596 ; CHECK: csel x7, x7, x3, vc ; encoding: [0xe7,0x70,0x83,0x9a]
600 ; CHECK: csel x3, x4, x7, lt ; encoding: [0x83,0xb0,0x87,0x9a]
601 ; CHECK: csel x2, x3, x8, gt ; encoding: [0x62,0xc0,0x88,0x9a]