Lines Matching refs:x14

336   COMPARE(add(x12, x13, Operand(x14, UXTX, 4)), "add x12, x13, x14, uxtx #4");
362 COMPARE(sub(x12, x13, Operand(x14, UXTX, 4)), "sub x12, x13, x14, uxtx #4");
492 COMPARE(rev(x14, x15), "rev x14, x15");
512 COMPARE(autib(x14, sp), "autib x14, sp");
678 COMPARE(extr(x14, x15, x15, 42), "ror x14, x15, #42");
766 COMPARE(orn(x13, x14, Operand(0x8181818181818181)),
767 "orr x13, x14, #0x7e7e7e7e7e7e7e7e");
969 COMPARE(blrab(x13, x14), "blrab x13, x14");
989 COMPARE(stgp(x29, x14, MemOperand(sp)), "stgp x29, x14, [sp]");
1016 COMPARE_MACRO(Stg(x14, MemOperand(x20, 1024, PostIndex)),
1017 "stg x14, [x20], #1024");
1022 COMPARE_MACRO(Stgp(x14, x16, MemOperand(x0, 576, PostIndex)),
1023 "stgp x14, x16, [x0], #576");
1322 COMPARE(ldr(x14, MemOperand(x15, -256)), "ldur x14, [x15, #-256]");
1339 COMPARE(ldrsw(x14, MemOperand(x15, -8)), "ldursw x14, [x15, #-8]");
1417 COMPARE(ldr(x14, MemOperand(x15, -256), option), "ldur x14, [x15, #-256]");
1434 COMPARE(ldrsw(x14, MemOperand(x15, -8), option), "ldursw x14, [x15, #-8]");
1457 COMPARE(ldp(w12, w13, MemOperand(x14, 252)), "ldp w12, w13, [x14, #252]");
1475 COMPARE(ldp(x14, x15, MemOperand(x16, -512, PostIndex)),
1476 "ldp x14, x15, [x16], #-512");
1522 COMPARE(stp(w12, w13, MemOperand(x14, 252)), "stp w12, w13, [x14, #252]");
1540 COMPARE(stp(x14, x15, MemOperand(x16, -512, PostIndex)),
1541 "stp x14, x15, [x16], #-512");
1623 COMPARE(ldrab(x14, MemOperand(sp, 512)), "ldrab x14, [sp, #512]");
1658 COMPARE(ldxr(x14, MemOperand(x15)), "ldxr x14, [x15]");
1683 COMPARE(ldaxrb(x14, MemOperand(sp)), "ldaxrb w14, [sp]");
1716 COMPARE(stllrh(w13, MemOperand(x14)), "stllrh w13, [x14]");
1755 COMPARE(casa(x14, x15, MemOperand(x16)), "casa x14, x15, [x16]");
1779 COMPARE(casalh(w12, w13, MemOperand(x14)), "casalh w12, w13, [x14]");
1801 COMPARE(caspl(x14, x15, x16, x17, MemOperand(sp)),
1802 "caspl x14, x15, x16, x17, [sp]");
1942 COMPARE_MACRO(Ldapr(x14, MemOperand(sp, 64)), "ldapur x14, [sp, #64]");
1964 COMPARE(ldnp(x12, x13, MemOperand(x14, 504)), "ldnp x12, x13, [x14, #504]");
2350 COMPARE_MACRO(Csel(x14, 1, 0, eq), "cset x14, eq");
2351 MacroAssembler::GetCselSynthesisInformation(x14,
2497 COMPARE_MACRO(Csel(x12, Operand(x13, LSL, 13), Operand(x14, SXTB), eq),
2503 Operand(x14, SXTB),
2576 COMPARE(ccmp(x14, 27, ZVFlag, nv), "ccmp x14, #27, #nZcV, nv");
2825 COMPARE_MACRO(Sub(x14, x1, -313), "add x14, x1, #0x139 (313)");
2921 COMPARE_MACRO(Orr(x14, x15, 0xffffffff), "orr x14, x15, #0xffffffff");
2922 COMPARE_MACRO(Orr(x14, x15, 0xffffffffffffffff),
2923 "mov x14, #0xffffffffffffffff");
3247 COMPARE_MACRO(Cpye(x14, x15, x19), "cpye [x14]!, [x15]!, x19!");
3253 COMPARE_MACRO(Cpyfmrn(x19, x9, x14), "cpyfmrn [x19]!, [x9]!, x14!");
3265 COMPARE_MACRO(Cpyprn(x4, x14, x24), "cpyprn [x4]!, [x14]!, x24!");
3277 COMPARE_MACRO(Setmn(x4, x14, x8), "setmn [x4]!, x14!, x8");