Lines Matching refs:w15
83 COMPARE_MACRO(Mov(w14, Operand(w15, SXTH, 2)), "sbfiz w14, w15, #2, #16");
228 COMPARE(adds(w14, w15, Operand(0xff)), "adds w14, w15, #0xff (255)");
258 COMPARE(subs(w14, w15, Operand(0xff)), "subs w14, w15, #0xff (255)");
337 COMPARE(adds(w15, w16, Operand(w17, SXTB, 4)), "adds w15, w16, w17, sxtb #4");
363 COMPARE(subs(w15, w16, Operand(w17, SXTB, 4)), "subs w15, w16, w17, sxtb #4");
539 COMPARE(uxth(w14, w15), "uxth w14, w15");
598 COMPARE(crc32h(w11, w12, w15), "crc32h w11, w12, w15");
619 COMPARE(crc32x(w4, w15, x25), "crc32x w4, w15, x25");
631 COMPARE(crc32cb(w15, w15, w5), "crc32cb w15, w15, w5");
755 COMPARE(eor(w15, w16, Operand(0x00000001)), "eor w15, w16, #0x1");
811 COMPARE(bic(w15, w16, Operand(w17)), "bic w15, w16, w17");
823 COMPARE(orn(w15, w16, Operand(w17)), "orn w15, w16, w17");
835 COMPARE(eon(w15, w16, Operand(w17)), "eon w15, w16, w17");
847 COMPARE(bics(w15, w16, Operand(w17)), "bics w15, w16, w17");
1107 COMPARE(ldr(w15, MemOperand(x16, w17, SXTW, 2)),
1108 "ldr w15, [x16, w17, sxtw #2]");
1128 COMPARE(str(w15, MemOperand(x16, w17, SXTW, 2)),
1129 "str w15, [x16, w17, sxtw #2]");
1159 COMPARE(ldrh(w15, MemOperand(x16, w17, SXTW, 1)),
1160 "ldrh w15, [x16, w17, sxtw #1]");
1170 COMPARE(strh(w15, MemOperand(x16, w17, SXTW, 1)),
1171 "strh w15, [x16, w17, sxtw #1]");
1642 COMPARE(stxrh(w15, x16, MemOperand(x17)), "stxrh w15, w16, [x17]");
1670 COMPARE(stlxrb(w15, x16, MemOperand(x17)), "stlxrb w15, w16, [x17]");
1684 COMPARE(ldaxrh(w15, MemOperand(x16)), "ldaxrh w15, [x16]");
1717 COMPARE(stllrh(w15, MemOperand(sp)), "stllrh w15, [sp]");
1738 COMPARE(ldlarb(x15, MemOperand(x16)), "ldlarb w15, [x16]");
1780 COMPARE(casalh(w15, w16, MemOperand(sp)), "casalh w15, w16, [sp]");
1790 COMPARE(caspa(w14, w15, w16, w17, MemOperand(sp)),
1791 "caspa w14, w15, w16, w17, [sp]");
1944 COMPARE_MACRO(Stlrb(w15, MemOperand(x16)), "stlrb w15, [x16]");
2358 COMPARE_MACRO(Csel(w15, 0, -1, eq), "csetm w15, ne");
2359 MacroAssembler::GetCselSynthesisInformation(w15,
2920 COMPARE_MACRO(Orr(w14, w15, 0xffffffff), "mov w14, #0xffffffff");