Lines Matching refs:w14

156   COMPARE(Mov(w14, Operand(w15, SXTH, 2)), "sbfiz w14, w15, #2, #16");
198 COMPARE(movn(w14, 0x1234), "movn w14, #0x1234");
284 COMPARE(adds(w14, w15, Operand(0xff)), "adds w14, w15, #0xff (255)");
314 COMPARE(subs(w14, w15, Operand(0xff)), "subs w14, w15, #0xff (255)");
337 COMPARE(add(w12, w13, Operand(w14, LSR, 3)), "add w12, w13, w14, lsr #3");
363 COMPARE(sub(w12, w13, Operand(w14, LSR, 3)), "sub w12, w13, w14, lsr #3");
445 COMPARE(sbc(w12, w13, Operand(w14)), "sbc w12, w13, w14");
477 COMPARE(msub(w14, w15, w16, w17), "msub w14, w15, w16, w17");
518 COMPARE(clz(w14, w15), "clz w14, w15");
541 COMPARE(uxth(w14, w15), "uxth w14, w15");
558 COMPARE(bfxil(w13, w14, 7, 14), "bfxil w13, w14, #7, #14");
716 COMPARE(and_(w12, w13, Operand(w14, ROR, 4)), "and w12, w13, w14, ror #4");
728 COMPARE(orr(w12, w13, Operand(w14, ROR, 12)), "orr w12, w13, w14, ror #12");
740 COMPARE(eor(w12, w13, Operand(w14, ROR, 20)), "eor w12, w13, w14, ror #20");
752 COMPARE(ands(w12, w13, Operand(w14, ROR, 4)), "ands w12, w13, w14, ror #4");
786 COMPARE(asrv(w12, w13, w14), "asr w12, w13, w14");
858 COMPARE(str(w14, MemOperand(x15, 4)), "str w14, [x15, #4]");
871 COMPARE(str(w14, MemOperand(x15, 255, PreIndex)), "str w14, [x15, #255]!");
884 COMPARE(str(w14, MemOperand(x15, 255, PostIndex)), "str w14, [x15], #255");
912 COMPARE(ldr(w12, MemOperand(x13, w14, SXTW)), "ldr w12, [x13, w14, sxtw]");
922 COMPARE(ldr(x12, MemOperand(x13, w14, SXTW)), "ldr x12, [x13, w14, sxtw]");
933 COMPARE(str(w12, MemOperand(x13, w14, SXTW)), "str w12, [x13, w14, sxtw]");
943 COMPARE(str(x12, MemOperand(x13, w14, SXTW)), "str x12, [x13, w14, sxtw]");
952 COMPARE(ldrb(w12, MemOperand(x13, w14, SXTW)), "ldrb w12, [x13, w14, sxtw]");
956 COMPARE(strb(w12, MemOperand(x13, w14, SXTW)), "strb w12, [x13, w14, sxtw]");
964 COMPARE(ldrh(w12, MemOperand(x13, w14, SXTW)), "ldrh w12, [x13, w14, sxtw]");
975 COMPARE(strh(w12, MemOperand(x13, w14, SXTW)), "strh w12, [x13, w14, sxtw]");
1001 COMPARE(strb(w14, MemOperand(x15)), "strb w14, [x15]");
1033 COMPARE(strh(w14, MemOperand(x15)), "strh w14, [x15]");
1283 COMPARE(csinv(w12, w13, w14, mi), "csinv w12, w13, w14, mi");
1690 COMPARE(Orr(w14, w15, 0xffffffff), "movn w14, #0x0");