Lines Matching refs:w20
282 COMPARE(add(w18, w19, Operand(w20, ASR, 5)), "add w18, w19, w20, asr #5");
308 COMPARE(sub(w18, w19, Operand(w20, ASR, 5)), "sub w18, w19, w20, asr #5");
338 COMPARE(add(x18, x19, Operand(x20, SXTB, 3)), "add x18, x19, w20, sxtb #3");
364 COMPARE(sub(x18, x19, Operand(x20, SXTB, 3)), "sub x18, x19, w20, sxtb #3");
390 COMPARE(sbcs(w18, w19, Operand(w20)), "sbcs w18, w19, w20");
495 COMPARE(cls(w20, w21), "cls w20, w21");
543 COMPARE(asr(w20, w21, 10), "asr w20, w21, #10");
587 COMPARE(crc32b(w10, w20, w30), "crc32b w10, w20, w30");
768 COMPARE(eon(w19, w20, Operand(0x80000001)), "eor w19, w20, #0x7ffffffe");
881 COMPARE(rorv(w18, w19, w20), "ror w18, w19, w20");
1199 COMPARE(strb(w20, MemOperand(x21, 255, PreIndex)), "strb w20, [x21, #255]!");
1236 COMPARE(strh(w20, MemOperand(x21, 255, PreIndex)), "strh w20, [x21, #255]!");
1325 COMPARE(str(w20, MemOperand(x21, 255)), "stur w20, [x21, #255]");
1420 COMPARE(str(w20, MemOperand(x21, 255), option), "stur w20, [x21, #255]");
1644 COMPARE(stxr(w20, w21, MemOperand(x22)), "stxr w20, w21, [x22]");
1672 COMPARE(stlxrh(w20, w21, MemOperand(x22)), "stlxrh w20, w21, [x22]");
1687 COMPARE(ldaxrh(x20, MemOperand(sp)), "ldaxrh w20, [sp]");
1700 COMPARE(stlrb(w20, MemOperand(x21)), "stlrb w20, [x21]");
1741 COMPARE(ldlarh(w20, MemOperand(sp)), "ldlarh w20, [sp]");
1757 COMPARE(casl(w19, w20, MemOperand(x21)), "casl w19, w20, [x21]");
1781 COMPARE(casp(w18, w19, w20, w21, MemOperand(x22)),
1782 "casp w18, w19, w20, w21, [x22]");
1803 COMPARE(caspal(w18, w19, w20, w21, MemOperand(x22)),
1804 "caspal w18, w19, w20, w21, [x22]");
1947 COMPARE_MACRO(Stlrh(w20, MemOperand(sp, 64)), "stlurh w20, [sp, #64]");
1990 COMPARE_MACRO_PREFIX(Ldr(w20, 0xfedcba09), "ldr w20, pc+8");
2251 COMPARE(csneg(w18, w19, w20, vs), "csneg w18, w19, w20, vs");
2829 COMPARE_MACRO(Add(w20, w4, -2000), "sub w20, w4, #0x7d0 (2000)");
2930 COMPARE_MACRO(Orn(w20, w21, 0xffffffff), "mov w20, w21");
3328 COMPARE_MACRO(Smin(w19, w20, -1), "smin w19, w20, #-1");
3332 COMPARE_MACRO(Umin(wzr, w20, 1), "umin wzr, w20, #1");