Lines Matching full:x11
268 COMPARE(add(x10, x11, Operand(0x3ff000)),
269 "add x10, x11, #0x3ff000 (4190208)");
298 COMPARE(sub(x10, x11, Operand(0x3ff000)),
299 "sub x10, x11, #0x3ff000 (4190208)");
324 COMPARE(add(x9, x10, Operand(x11, LSL, 2)), "add x9, x10, x11, lsl #2");
350 COMPARE(sub(x9, x10, Operand(x11, LSL, 2)), "sub x9, x10, x11, lsl #2");
380 COMPARE(adds(x9, x10, Operand(x11, UXTW, 3)), "adds x9, x10, w11, uxtw #3");
406 COMPARE(subs(x9, x10, Operand(x11, UXTW, 3)), "subs x9, x10, w11, uxtw #3");
432 COMPARE(adcs(x9, x10, Operand(x11)), "adcs x9, x10, x11");
464 COMPARE(madd(x11, x12, x13, xzr), "mul x11, x12, x13");
473 COMPARE(udiv(x9, x10, x11), "udiv x9, x10, x11");
545 COMPARE(bfi(x11, x12, 6, 15), "bfi x11, x12, #6, #15");
563 COMPARE(extr(x9, x10, x11, 63), "extr x9, x10, x11, #63");
703 COMPARE(and_(x9, x10, Operand(x11, ASR, 3)), "and x9, x10, x11, asr #3");
715 COMPARE(orr(x9, x10, Operand(x11, ASR, 11)), "orr x9, x10, x11, asr #11");
727 COMPARE(eor(x9, x10, Operand(x11, ASR, 19)), "eor x9, x10, x11, asr #19");
739 COMPARE(ands(x9, x10, Operand(x11, ASR, 3)), "ands x9, x10, x11, asr #3");
773 COMPARE(lsrv(x9, x10, x11), "lsr x9, x10, x11");
825 COMPARE_PREFIX(tbnz(x11, 31, INST_OFF(0x4)), "tbnz w11, #31, #+0x4");
844 COMPARE(ldr(x10, MemOperand(x11, 32760)), "ldr x10, [x11, #32760]");
857 COMPARE(ldr(x10, MemOperand(x11, -256, PreIndex)), "ldr x10, [x11, #-256]!");
870 COMPARE(ldr(x10, MemOperand(x11, -256, PostIndex)), "ldr x10, [x11], #-256");
899 COMPARE(ldr(w9, MemOperand(x10, x11, LSL, 2)), "ldr w9, [x10, x11, lsl #2]");
909 COMPARE(ldr(x9, MemOperand(x10, x11, LSL, 3)), "ldr x9, [x10, x11, lsl #3]");
920 COMPARE(str(w9, MemOperand(x10, x11, LSL, 2)), "str w9, [x10, x11, lsl #2]");
930 COMPARE(str(x9, MemOperand(x10, x11, LSL, 3)), "str x9, [x10, x11, lsl #3]");
950 COMPARE(ldrh(w9, MemOperand(x10, x11, LSL, 1)),
951 "ldrh w9, [x10, x11, lsl #1]");
961 COMPARE(strh(w9, MemOperand(x10, x11, LSL, 1)),
962 "strh w9, [x10, x11, lsl #1]");
986 COMPARE(ldrb(w10, MemOperand(x11, 255, PostIndex)), "ldrb w10, [x11], #255");
1018 COMPARE(ldrh(w10, MemOperand(x11, 255, PostIndex)), "ldrh w10, [x11], #255");
1054 COMPARE(ldr(d10, MemOperand(x11, 32760)), "ldr d10, [x11, #32760]");
1067 COMPARE(ldr(d10, MemOperand(x11, -256, PreIndex)), "ldr d10, [x11, #-256]!");
1080 COMPARE(ldr(d10, MemOperand(x11, -256, PostIndex)), "ldr d10, [x11], #-256");
1106 COMPARE(ldr(x10, MemOperand(x11, -1)), "ldur x10, [x11, #-1]");
1123 COMPARE(ldrsh(w10, MemOperand(x11, -6)), "ldursh w10, [x11, #-6]");
1137 COMPARE(ldp(x9, x10, MemOperand(x11, 8)), "ldp x9, x10, [x11, #8]");
1185 COMPARE(stp(x9, x10, MemOperand(x11, 8)), "stp x9, x10, [x11, #8]");
1244 COMPARE(ldpsw(x9, x10, MemOperand(x11, 128, PostIndex)),
1245 "ldpsw x9, x10, [x11], #128");
1257 COMPARE(stnp(x9, x10, MemOperand(x11)), "stnp x9, x10, [x11]");
1289 COMPARE(csinc(x9, x10, x11, lo), "csinc x9, x10, x11, lo");
1326 COMPARE(Csel(x10, x11, 1, pl), "csinc x10, x11, xzr, pl");
1342 COMPARE(ccmp(x11, 28, NFlag, vc), "ccmp x11, #28, #Nzcv, vc");
1647 COMPARE(Add(x11, x1, -687), "sub x11, x1, #0x2af (687)");
1688 COMPARE(Eon(x10, x11, 0), "mvn x10, x11");