Lines Matching refs:w11

81   COMPARE_MACRO(Mov(w10, Operand(w11, UXTB)), "uxtb w10, w11");
125 COMPARE(movk(w11, 0xabcd, 16), "movk w11, #0xabcd, lsl #16");
335 COMPARE(adds(x9, x10, Operand(x11, UXTW, 3)), "adds x9, x10, w11, uxtw #3");
361 COMPARE(subs(x9, x10, Operand(x11, UXTW, 3)), "subs x9, x10, w11, uxtw #3");
537 COMPARE(uxtb(w10, w11), "uxtb w10, w11");
586 COMPARE(crc32b(w0, w11, w22), "crc32b w0, w11, w22");
598 COMPARE(crc32h(w11, w12, w15), "crc32h w11, w12, w15");
765 COMPARE(orn(w11, w12, Operand(0x40004000)), "orr w11, w12, #0xbfffbfff");
950 COMPARE_PREFIX(tbnz(x11, 31, INST_OFF(0x4)), "tbnz w11, #31, #+0x4");
1473 COMPARE(ldp(w11, w12, MemOperand(x13, -256, PostIndex)),
1474 "ldp w11, w12, [x13], #-256");
1538 COMPARE(stp(w11, w12, MemOperand(x13, -256, PostIndex)),
1539 "stp w11, w12, [x13], #-256");
1640 COMPARE(stxrh(w10, w11, MemOperand(x12)), "stxrh w10, w11, [x12]");
1656 COMPARE(ldxr(w11, MemOperand(x12)), "ldxr w11, [x12]");
1668 COMPARE(stlxrb(w10, w11, MemOperand(x12)), "stlxrb w10, w11, [x12]");
1681 COMPARE(ldaxrb(w11, MemOperand(sp)), "ldaxrb w11, [sp]");
1696 COMPARE(ldaxp(w10, w11, MemOperand(x12)), "ldaxp w10, w11, [x12]");
1766 COMPARE(casb(w11, w12, MemOperand(sp)), "casb w11, w12, [sp]");
1778 COMPARE(caslh(w10, w11, MemOperand(sp)), "caslh w10, w11, [sp]");
1788 COMPARE(caspa(w8, w9, w10, w11, MemOperand(x12)),
1789 "caspa w8, w9, w10, w11, [x12]");
1917 COMPARE(ldapursh(w11, MemOperand(x12, 129)), "ldapursh w11, [x12, #129]");
2914 COMPARE_MACRO(Eon(w10, w11, 0), "mvn w10, w11");
3319 COMPARE_MACRO(Smin(w11, w8, w17), "smin w11, w8, w17");
3323 COMPARE_MACRO(Umin(w11, w8, w17), "umin w11, w8, w17");