Lines Matching refs:w21
146 COMPARE(movk(w21, 0), "movk w21, #0x0");
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");
495 COMPARE(cls(w20, w21), "cls w20, w21");
543 COMPARE(asr(w20, w21, 10), "asr w20, w21, #10");
560 COMPARE(ubfx(w21, w22, 11, 10), "ubfx w21, w22, #11, #10");
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");
1110 COMPARE(ldr(w21, MemOperand(x22, x23, SXTX, 2)),
1111 "ldr w21, [x22, x23, sxtx #2]");
1131 COMPARE(str(w21, MemOperand(x22, x23, SXTX, 2)),
1132 "str w21, [x22, x23, sxtx #2]");
1162 COMPARE(ldrh(w21, MemOperand(x22, x23, SXTX, 1)),
1163 "ldrh w21, [x22, x23, sxtx #1]");
1173 COMPARE(strh(w21, MemOperand(x22, x23, SXTX, 1)),
1174 "strh w21, [x22, x23, sxtx #1]");
1644 COMPARE(stxr(w20, w21, MemOperand(x22)), "stxr w20, w21, [x22]");
1661 COMPARE(stxp(x21, w22, w23, MemOperand(sp)), "stxp w21, w22, w23, [sp]");
1672 COMPARE(stlxrh(w20, w21, MemOperand(x22)), "stlxrh w20, w21, [x22]");
1688 COMPARE(ldaxr(w21, MemOperand(x22)), "ldaxr w21, [x22]");
1721 COMPARE(stllr(w21, MemOperand(sp)), "stllr w21, [sp]");
1742 COMPARE(ldlarh(x21, MemOperand(x22)), "ldlarh w21, [x22]");
1770 COMPARE(caslb(w21, w22, MemOperand(sp)), "caslb w21, w22, [sp]");
1781 COMPARE(casp(w18, w19, w20, w21, MemOperand(x22)),
1782 "casp w18, w19, w20, w21, [x22]");
1803 COMPARE(caspal(w18, w19, w20, w21, MemOperand(x22)),
1804 "caspal w18, w19, w20, w21, [x22]");
1948 COMPARE_MACRO(Stlr(w21, MemOperand(x22)), "stlr w21, [x22]");
2007 COMPARE_PREFIX(ldr(w21, INT64_C(0)), "ldr w21, pc+0");
2008 COMPARE_PREFIX(ldr(w21, 1), "ldr w21, pc+4");
2009 COMPARE_PREFIX(ldr(w21, -1), "ldr w21, pc-4");
2010 COMPARE_PREFIX(ldr(w21, 0x3ffff), "ldr w21, pc+1048572");
2011 COMPARE_PREFIX(ldr(w21, -0x40000), "ldr w21, pc-1048576");
2394 COMPARE_MACRO(Csel(w21, 0xaa, 0xbb, eq),
2397 "csel w21, w16, w17, eq");
2398 MacroAssembler::GetCselSynthesisInformation(w21,
2837 COMPARE_MACRO(Sub(w21, w3, -0xbc), "add w21, w3, #0xbc (188)");
2930 COMPARE_MACRO(Orn(w20, w21, 0xffffffff), "mov w20, w21");
3310 COMPARE_MACRO(Cnt(w21, w30), "cnt w21, w30");