Lines Matching refs:w22

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");
450 COMPARE(madd(w30, w21, w22, w16), "madd w30, w21, w22, w16");
455 COMPARE(smaddl(x30, w21, w22, x16), "smaddl x30, w21, w22, x16");
457 COMPARE(umaddl(x30, w21, w22, x16), "umaddl x30, w21, w22, x16");
459 COMPARE(umull(x30, w21, w22), "umull x30, w21, w22");
469 COMPARE(msub(w30, w21, w22, w16), "msub w30, w21, w22, w16");
474 COMPARE(smsubl(x30, w21, w22, x16), "smsubl x30, w21, w22, x16");
476 COMPARE(umsubl(x30, w21, w22, x16), "umsubl x30, w21, w22, x16");
560 COMPARE(ubfx(w21, w22, 11, 10), "ubfx w21, w22, #11, #10");
586 COMPARE(crc32b(w0, w11, w22), "crc32b w0, w11, w22");
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");
1200 COMPARE(strb(w22, MemOperand(x23, -256, PreIndex)),
1201 "strb w22, [x23, #-256]!");
1237 COMPARE(strh(w22, MemOperand(x23, -256, PreIndex)),
1238 "strh w22, [x23, #-256]!");
1326 COMPARE(str(w22, MemOperand(x23, -256)), "stur w22, [x23, #-256]");
1421 COMPARE(str(w22, MemOperand(x23, -256), option), "stur w22, [x23, #-256]");
1661 COMPARE(stxp(x21, w22, w23, MemOperand(sp)), "stxp w21, w22, w23, [sp]");
1701 COMPARE(stlrb(w22, MemOperand(sp)), "stlrb w22, [sp]");
1758 COMPARE(casl(w22, w23, MemOperand(sp)), "casl w22, w23, [sp]");
1770 COMPARE(caslb(w21, w22, MemOperand(sp)), "caslb w21, w22, [sp]");
1925 COMPARE(stlurb(w22, MemOperand(x23)), "stlurb w22, [x23]");
2535 COMPARE_MACRO(Csel(w22, wzr, w23, eq), "csel w22, w23, wzr, ne");
2536 MacroAssembler::GetCselSynthesisInformation(w22,
2838 COMPARE_MACRO(Sub(w22, w4, -2000), "add w22, w4, #0x7d0 (2000)");
2933 COMPARE_MACRO(Eon(w22, w23, 0xffffffff), "mov w22, w23");
3307 COMPARE_MACRO(Abs(w0, w22), "abs w0, w22");