Lines Matching refs:w23
148 COMPARE(movk(w23, 0, 16), "movk w23, #0x0, lsl #16");
339 COMPARE(adds(w21, w22, Operand(w23, SXTH, 2)), "adds w21, w22, w23, sxth #2");
365 COMPARE(subs(w21, w22, Operand(w23, SXTH, 2)), "subs w21, w22, w23, sxth #2");
597 COMPARE(crc32h(w2, w13, w23), "crc32h w2, w13, w23");
757 COMPARE(ands(w23, w24, Operand(0x0000000f)), "ands w23, w24, #0xf");
813 COMPARE(bic(w21, w22, Operand(w23, LSR, 6)), "bic w21, w22, w23, lsr #6");
825 COMPARE(orn(w21, w22, Operand(w23, LSR, 14)), "orn w21, w22, w23, lsr #14");
837 COMPARE(eon(w21, w22, Operand(w23, LSR, 22)), "eon w21, w22, w23, lsr #22");
849 COMPARE(bics(w21, w22, Operand(w23, LSR, 6)), "bics w21, w22, w23, lsr #6");
1645 COMPARE(stxr(x23, w24, MemOperand(sp)), "stxr w23, w24, [sp]");
1661 COMPARE(stxp(x21, w22, w23, MemOperand(sp)), "stxp w21, w22, w23, [sp]");
1673 COMPARE(stlxrh(x23, w24, MemOperand(sp)), "stlxrh w23, w24, [sp]");
1689 COMPARE(ldaxr(w23, MemOperand(sp)), "ldaxr w23, [sp]");
1702 COMPARE(stlrb(x23, MemOperand(x24)), "stlrb w23, [x24]");
1743 COMPARE(ldlarh(x23, MemOperand(sp)), "ldlarh w23, [sp]");
1758 COMPARE(casl(w22, w23, MemOperand(sp)), "casl w22, w23, [sp]");
1771 COMPARE(casalb(w23, w24, MemOperand(x25)), "casalb w23, w24, [x25]");
1949 COMPARE_MACRO(Stlr(w23, MemOperand(sp, 64)), "stlur w23, [sp, #64]");
2416 COMPARE_MACRO(Csel(w23, 0, 0xaa, eq),
2418 "csel w23, w16, wzr, ne");
2419 MacroAssembler::GetCselSynthesisInformation(w23,
2535 COMPARE_MACRO(Csel(w22, wzr, w23, eq), "csel w22, w23, wzr, ne");
2538 w23,
2933 COMPARE_MACRO(Eon(w22, w23, 0xffffffff), "mov w22, w23");