Lines Matching refs:x3
185 COMPARE(movz(x3, 0xaaaa000000000000), "movz x3, #0xaaaa000000000000");
264 COMPARE(Movk(x3, 0x4567, 16), "movk x3, #0x4567, lsl #16");
276 COMPARE(add(x2, x3, Operand(0x3ff)), "add x2, x3, #0x3ff (1023)");
306 COMPARE(sub(x2, x3, Operand(0x3ff)), "sub x2, x3, #0x3ff (1023)");
334 COMPARE(add(x3, x4, Operand(x5)), "add x3, x4, x5");
360 COMPARE(sub(x3, x4, Operand(x5)), "sub x3, x4, x5");
372 COMPARE(negs(x3, Operand(x4, ASR, 61)), "negs x3, x4, asr #61");
390 COMPARE(adds(x3, x4, Operand(w5, UXTB, 1)), "adds x3, x4, w5, uxtb #1");
400 COMPARE(cmn(x2, Operand(x3, SXTH, 4)), "cmn x2, w3, sxth #4");
403 COMPARE(add(x2, csp, Operand(x3, UXTH, 1)), "add x2, csp, w3, uxth #1");
416 COMPARE(subs(x3, x4, Operand(w5, UXTB, 1)), "subs x3, x4, w5, uxtb #1");
426 COMPARE(cmp(x2, Operand(x3, UXTH, 3)), "cmp x2, w3, uxth #3");
429 COMPARE(sub(x2, csp, Operand(x3, UXTH, 1)), "sub x2, csp, w3, uxth #1");
442 COMPARE(adc(x3, x4, Operand(x5)), "adc x3, x4, x5");
462 COMPARE(mul(x3, x4, x5), "mul x3, x4, x5");
466 COMPARE(mneg(x3, x4, x5), "mneg x3, x4, x5");
483 COMPARE(sdiv(x3, x4, x5), "sdiv x3, x4, x5");
494 COMPARE(smaddl(x0, w1, w2, x3), "smaddl x0, w1, w2, x3");
496 COMPARE(umaddl(x0, w1, w2, x3), "umaddl x0, w1, w2, x3");
499 COMPARE(smsubl(x0, w1, w2, x3), "smsubl x0, w1, w2, x3");
501 COMPARE(umsubl(x0, w1, w2, x3), "umsubl x0, w1, w2, x3");
512 COMPARE(rbit(x2, x3), "rbit x2, x3");
531 COMPARE(sxtb(x2, x3), "sxtb x2, w3");
553 COMPARE(sbfiz(x3, x4, 2, 19), "sbfiz x3, x4, #2, #19");
573 COMPARE(extr(x3, x4, x5, 1), "extr x3, x4, x5, #1");
660 "eor x17, x18, #0x3");
713 COMPARE(and_(x3, x4, Operand(x5, LSL, 1)), "and x3, x4, x5, lsl #1");
725 COMPARE(orr(x3, x4, Operand(x5, LSL, 9)), "orr x3, x4, x5, lsl #9");
737 COMPARE(eor(x3, x4, Operand(x5, LSL, 17)), "eor x3, x4, x5, lsl #17");
749 COMPARE(ands(x3, x4, Operand(x5, LSL, 1)), "ands x3, x4, x5, lsl #1");
763 COMPARE(tst(x2, Operand(x3, ROR, 42)), "tst x2, x3, ror #42");
768 COMPARE(orn(x2, xzr, Operand(x3, ASR, 42)), "mvn x2, x3, asr #42");
783 COMPARE(lslv(x3, x4, x5), "lsl x3, x4, x5");
801 COMPARE_PREFIX(adr(x3, 4), "adr x3, #+0x4");
828 COMPARE_PREFIX(cbnz(x3, INST_OFF(-0x100000)), "cbnz x3, #-0x100000");
852 COMPARE(ldr(w2, MemOperand(x3, 4)), "ldr w2, [x3, #4]");
865 COMPARE(ldr(w2, MemOperand(x3, 255, PreIndex)), "ldr w2, [x3, #255]!");
878 COMPARE(ldr(w2, MemOperand(x3, 255, PostIndex)), "ldr w2, [x3], #255");
897 COMPARE(ldrsw(x2, MemOperand(x3, 8)), "ldrsw x2, [x3, #8]");
919 COMPARE(ldr(x3, MemOperand(x4, w5, UXTW, 3)), "ldr x3, [x4, w5, uxtw #3]");
940 COMPARE(str(x3, MemOperand(x4, w5, UXTW, 3)), "str x3, [x4, w5, uxtw #3]");
994 COMPARE(ldrb(x2, MemOperand(x3)), "ldrb w2, [x3]");
1014 COMPARE(ldrsb(x2, MemOperand(x3, 8)), "ldrsb x2, [x3, #8]");
1026 COMPARE(ldrh(x2, MemOperand(x3)), "ldrh w2, [x3]");
1050 COMPARE(ldrsh(w2, MemOperand(x3, 8)), "ldrsh w2, [x3, #8]");
1062 COMPARE(ldr(s2, MemOperand(x3, 4)), "ldr s2, [x3, #4]");
1075 COMPARE(ldr(s2, MemOperand(x3, 255, PreIndex)), "ldr s2, [x3, #255]!");
1088 COMPARE(ldr(s2, MemOperand(x3, 255, PostIndex)), "ldr s2, [x3], #255");
1114 COMPARE(ldr(w2, MemOperand(x3, -1)), "ldur w2, [x3, #-1]");
1131 COMPARE(ldrb(w2, MemOperand(x3, -2)), "ldurb w2, [x3, #-2]");
1147 COMPARE(ldp(x3, x4, MemOperand(x5)), "ldp x3, x4, [x5]");
1160 COMPARE(ldp(x2, x3, MemOperand(x4, -512, PreIndex)),
1161 "ldp x2, x3, [x4, #-512]!");
1195 COMPARE(stp(x3, x4, MemOperand(x5)), "stp x3, x4, [x5]");
1208 COMPARE(stp(x2, x3, MemOperand(x4, -512, PreIndex)),
1209 "stp x2, x3, [x4, #-512]!");
1253 COMPARE(ldpsw(x3, x4, MemOperand(x5, 16)), "ldpsw x3, x4, [x5, #16]");
1280 COMPARE(csel(x3, x4, x5, ne), "csel x3, x4, x5, ne");
1294 COMPARE(cinv(x3, x4, ne), "cinv x3, x4, ne");
1299 COMPARE(csel(x1, x2, x3, nv), "csel x1, x2, x3, nv");
1300 COMPARE(csinc(x2, x3, x4, al), "csinc x2, x3, x4, al");
1301 COMPARE(csinc(x3, x4, x5, nv), "csinc x3, x4, x5, nv");
1329 COMPARE(ccmn(x2, x3, NZCFlag, ne), "ccmn x2, x3, #NZCv, ne");
1349 COMPARE(Ccmn(x3, -31, ZCVFlag, ls), "ccmp x3, #31, #nZCV, ls");
1660 COMPARE(Cmp(x3, -4095), "cmn x3, #0xfff (4095)");
1665 COMPARE(Cmn(x3, -4095), "cmp x3, #0xfff (4095)");
1677 COMPARE(Orr(x2, x3, 0), "mov x2, x3");