Lines Matching refs:w12
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");
598 COMPARE(crc32h(w11, w12, w15), "crc32h w11, w12, w15");
677 COMPARE(extr(w12, w13, w13, 10), "ror w12, w13, #10");
765 COMPARE(orn(w11, w12, Operand(0x40004000)), "orr w11, w12, #0xbfffbfff");
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");
1048 COMPARE(str(w12, MemOperand(x13)), "str w12, [x13]");
1061 COMPARE(str(w12, MemOperand(x13, 4, PreIndex)), "str w12, [x13, #4]!");
1076 COMPARE(str(w12, MemOperand(x13, 4, PostIndex)), "str w12, [x13], #4");
1106 COMPARE(ldr(w12, MemOperand(x13, w14, SXTW)), "ldr w12, [x13, w14, sxtw]");
1127 COMPARE(str(w12, MemOperand(x13, w14, SXTW)), "str w12, [x13, w14, sxtw]");
1146 COMPARE(ldrb(w12, MemOperand(x13, w14, SXTW)), "ldrb w12, [x13, w14, sxtw]");
1150 COMPARE(strb(w12, MemOperand(x13, w14, SXTW)), "strb w12, [x13, w14, sxtw]");
1158 COMPARE(ldrh(w12, MemOperand(x13, w14, SXTW)), "ldrh w12, [x13, w14, sxtw]");
1169 COMPARE(strh(w12, MemOperand(x13, w14, SXTW)), "strh w12, [x13, w14, sxtw]");
1192 COMPARE(ldrb(w12, MemOperand(x13, -256, PostIndex)),
1193 "ldrb w12, [x13], #-256");
1229 COMPARE(ldrh(w12, MemOperand(x13, -256, PostIndex)),
1230 "ldrh w12, [x13], #-256");
1288 COMPARE(stur(w12, MemOperand(x13)), "stur w12, [x13]");
1380 COMPARE(stur(w12, MemOperand(x13), option), "stur w12, [x13]");
1457 COMPARE(ldp(w12, w13, MemOperand(x14, 252)), "ldp w12, w13, [x14, #252]");
1473 COMPARE(ldp(w11, w12, MemOperand(x13, -256, PostIndex)),
1474 "ldp w11, w12, [x13], #-256");
1522 COMPARE(stp(w12, w13, MemOperand(x14, 252)), "stp w12, w13, [x14, #252]");
1538 COMPARE(stp(w11, w12, MemOperand(x13, -256, PostIndex)),
1539 "stp w11, w12, [x13], #-256");
1682 COMPARE(ldaxrb(x12, MemOperand(x13)), "ldaxrb w12, [x13]");
1715 COMPARE(stllrb(x12, MemOperand(sp)), "stllrb w12, [sp]");
1736 COMPARE(ldlarb(w12, MemOperand(x13)), "ldlarb w12, [x13]");
1754 COMPARE(casa(w12, w13, MemOperand(sp)), "casa w12, w13, [sp]");
1766 COMPARE(casb(w11, w12, MemOperand(sp)), "casb w11, w12, [sp]");
1779 COMPARE(casalh(w12, w13, MemOperand(x14)), "casalh w12, w13, [x14]");
2249 COMPARE(csinv(w12, w13, w14, mi), "csinv w12, w13, w14, mi");
2575 COMPARE(ccmn(w12, w13, NoFlag, al), "ccmn w12, w13, #nzcv, al");
2917 COMPARE_MACRO(And(w12, w13, 0xffffffff), "mov w12, w13");