Lines Matching refs:w14

83   COMPARE_MACRO(Mov(w14, Operand(w15, SXTH, 2)), "sbfiz w14, w15, #2, #16");
129 COMPARE(movn(w14, 0x1234), "mov w14, #0xffffedcb");
137 COMPARE(mov(w14, 0x1234), "mov w14, #0x1234");
228 COMPARE(adds(w14, w15, Operand(0xff)), "adds w14, w15, #0xff (255)");
258 COMPARE(subs(w14, w15, Operand(0xff)), "subs w14, w15, #0xff (255)");
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");
539 COMPARE(uxth(w14, w15), "uxth w14, w15");
556 COMPARE(bfxil(w13, w14, 7, 14), "bfxil w13, w14, #7, #14");
608 COMPARE(crc32w(w3, w14, w24), "crc32w w3, w14, w24");
620 COMPARE(crc32x(w14, w14, x30), "crc32x w14, w14, x30");
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");
1049 COMPARE(str(w14, MemOperand(x15, 4)), "str w14, [x15, #4]");
1062 COMPARE(str(w14, MemOperand(x15, 255, PreIndex)), "str w14, [x15, #255]!");
1077 COMPARE(str(w14, MemOperand(x15, 255, PostIndex)), "str w14, [x15], #255");
1106 COMPARE(ldr(w12, MemOperand(x13, w14, SXTW)), "ldr w12, [x13, w14, sxtw]");
1116 COMPARE(ldr(x12, MemOperand(x13, w14, SXTW)), "ldr x12, [x13, w14, sxtw]");
1127 COMPARE(str(w12, MemOperand(x13, w14, SXTW)), "str w12, [x13, w14, sxtw]");
1137 COMPARE(str(x12, MemOperand(x13, w14, SXTW)), "str x12, [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]");
1194 COMPARE(ldrb(w14, MemOperand(x15, 0, PreIndex)), "ldrb w14, [x15, #0]!");
1196 COMPARE(strb(w14, MemOperand(x15)), "strb w14, [x15]");
1231 COMPARE(ldrh(w14, MemOperand(x15, 0, PreIndex)), "ldrh w14, [x15, #0]!");
1233 COMPARE(strh(w14, MemOperand(x15)), "strh w14, [x15]");
1268 COMPARE(sturb(w14, MemOperand(x15)), "sturb w14, [x15]");
1278 COMPARE(sturh(w14, MemOperand(x15)), "sturh w14, [x15]");
1289 COMPARE(stur(w14, MemOperand(x15, 4)), "stur w14, [x15, #4]");
1360 COMPARE(sturb(w14, MemOperand(x15), option), "sturb w14, [x15]");
1370 COMPARE(sturh(w14, MemOperand(x15), option), "sturh w14, [x15]");
1381 COMPARE(stur(w14, MemOperand(x15, 4), option), "stur w14, [x15, #4]");
1641 COMPARE(stxrh(x13, w14, MemOperand(sp)), "stxrh w13, w14, [sp]");
1669 COMPARE(stlxrb(x13, w14, MemOperand(sp)), "stlxrb w13, w14, [sp]");
1683 COMPARE(ldaxrb(x14, MemOperand(sp)), "ldaxrb w14, [sp]");
1697 COMPARE(ldaxp(w13, w14, MemOperand(sp)), "ldaxp w13, w14, [sp]");
1737 COMPARE(ldlarb(w14, MemOperand(sp)), "ldlarb w14, [sp]");
1767 COMPARE(casab(w13, w14, MemOperand(x15)), "casab w13, w14, [x15]");
1790 COMPARE(caspa(w14, w15, w16, w17, MemOperand(sp)),
1791 "caspa w14, w15, w16, w17, [sp]");
1919 COMPARE(ldapur(w14, MemOperand(x15)), "ldapur w14, [x15]");
2249 COMPARE(csinv(w12, w13, w14, mi), "csinv w12, w13, w14, mi");
2499 "sxtb x17, w14\n"
2920 COMPARE_MACRO(Orr(w14, w15, 0xffffffff), "mov w14, #0xffffffff");