Lines Matching refs:w13
226 COMPARE(add(w12, w13, Operand(0xfff000)),
227 "add w12, w13, #0xfff000 (16773120)");
256 COMPARE(sub(w12, w13, Operand(0xfff000)),
257 "sub w12, w13, #0xfff000 (16773120)");
280 COMPARE(add(w12, w13, Operand(w14, LSR, 3)), "add w12, w13, w14, lsr #3");
306 COMPARE(sub(w12, w13, Operand(w14, LSR, 3)), "sub w12, w13, w14, lsr #3");
388 COMPARE(sbc(w12, w13, Operand(w14)), "sbc w12, w13, w14");
491 COMPARE(rev(w12, w13), "rev w12, w13");
538 COMPARE(uxtb(x12, x13), "uxtb x12, w13");
556 COMPARE(bfxil(w13, w14, 7, 14), "bfxil w13, w14, #7, #14");
597 COMPARE(crc32h(w2, w13, w23), "crc32h w2, w13, w23");
609 COMPARE(crc32w(w13, w13, w16), "crc32w w13, w13, w16");
677 COMPARE(extr(w12, w13, w13, 10), "ror w12, w13, #10");
809 COMPARE(and_(w12, w13, Operand(w14, ROR, 4)), "and w12, w13, w14, ror #4");
821 COMPARE(orr(w12, w13, Operand(w14, ROR, 12)), "orr w12, w13, w14, ror #12");
833 COMPARE(eor(w12, w13, Operand(w14, ROR, 20)), "eor w12, w13, w14, ror #20");
845 COMPARE(ands(w12, w13, Operand(w14, ROR, 4)), "ands w12, w13, w14, ror #4");
879 COMPARE(asrv(w12, w13, w14), "asr w12, w13, w14");
1457 COMPARE(ldp(w12, w13, MemOperand(x14, 252)), "ldp w12, w13, [x14, #252]");
1522 COMPARE(stp(w12, w13, MemOperand(x14, 252)), "stp w12, w13, [x14, #252]");
1641 COMPARE(stxrh(x13, w14, MemOperand(sp)), "stxrh w13, w14, [sp]");
1657 COMPARE(ldxr(w13, MemOperand(sp)), "ldxr w13, [sp]");
1669 COMPARE(stlxrb(x13, w14, MemOperand(sp)), "stlxrb w13, w14, [sp]");
1697 COMPARE(ldaxp(w13, w14, MemOperand(sp)), "ldaxp w13, w14, [sp]");
1716 COMPARE(stllrh(w13, MemOperand(x14)), "stllrh w13, [x14]");
1754 COMPARE(casa(w12, w13, MemOperand(sp)), "casa w12, w13, [sp]");
1767 COMPARE(casab(w13, w14, MemOperand(x15)), "casab w13, w14, [x15]");
1779 COMPARE(casalh(w12, w13, MemOperand(x14)), "casalh w12, w13, [x14]");
2249 COMPARE(csinv(w12, w13, w14, mi), "csinv w12, w13, w14, mi");
2342 COMPARE_MACRO(Csel(w13, 0, 1, eq), "cset w13, ne");
2343 MacroAssembler::GetCselSynthesisInformation(w13,
2575 COMPARE(ccmn(w12, w13, NoFlag, al), "ccmn w12, w13, #nzcv, al");
2917 COMPARE_MACRO(And(w12, w13, 0xffffffff), "mov w12, w13");