Lines Matching refs:w18
133 COMPARE(movn(w18, 0xabcd, 16), "mov w18, #0x5432ffff");
231 COMPARE(cmn(w18, Operand(0xff)), "cmn w18, #0xff (255)");
260 COMPARE(cmp(w18, Operand(0xff)), "cmp w18, #0xff (255)");
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");
390 COMPARE(sbcs(w18, w19, Operand(w20)), "sbcs w18, w19, w20");
558 COMPARE(ubfiz(w17, w18, 9, 12), "ubfiz w17, w18, #9, #12");
652 COMPARE(crc32cw(w7, w18, w28), "crc32cw w7, w18, w28");
664 COMPARE(crc32cx(w18, w18, x4), "crc32cx w18, w18, x4");
881 COMPARE(rorv(w18, w19, w20), "ror w18, w19, w20");
1109 COMPARE(ldr(w18, MemOperand(x19, x20, SXTX)), "ldr w18, [x19, x20, sxtx]");
1130 COMPARE(str(w18, MemOperand(x19, x20, SXTX)), "str w18, [x19, x20, sxtx]");
1147 COMPARE(ldrb(w18, MemOperand(x19, x20, SXTX)), "ldrb w18, [x19, x20, sxtx]");
1151 COMPARE(strb(w18, MemOperand(x19, x20, SXTX)), "strb w18, [x19, x20, sxtx]");
1161 COMPARE(ldrh(w18, MemOperand(x19, x20, SXTX)), "ldrh w18, [x19, x20, sxtx]");
1172 COMPARE(strh(w18, MemOperand(x19, x20, SXTX)), "strh w18, [x19, x20, sxtx]");
1198 COMPARE(strb(w18, MemOperand(x19, 4095)), "strb w18, [x19, #4095]");
1235 COMPARE(strh(w18, MemOperand(x19, 8190)), "strh w18, [x19, #8190]");
1270 COMPARE(sturb(w18, MemOperand(x19, 255)), "sturb w18, [x19, #255]");
1280 COMPARE(sturh(w18, MemOperand(x19, 254)), "sturh w18, [x19, #254]");
1324 COMPARE(str(w18, MemOperand(x19, -1)), "stur w18, [x19, #-1]");
1362 COMPARE(sturb(w18, MemOperand(x19, 255), option), "sturb w18, [x19, #255]");
1372 COMPARE(sturh(w18, MemOperand(x19, 254), option), "sturh w18, [x19, #254]");
1419 COMPARE(str(w18, MemOperand(x19, -1), option), "stur w18, [x19, #-1]");
1459 COMPARE(ldp(w18, w19, MemOperand(x20, -256)), "ldp w18, w19, [x20, #-256]");
1524 COMPARE(stp(w18, w19, MemOperand(x20, -256)), "stp w18, w19, [x20, #-256]");
1643 COMPARE(stxrh(x18, x19, MemOperand(sp)), "stxrh w18, w19, [sp]");
1660 COMPARE(stxp(w17, w18, w19, MemOperand(x20)), "stxp w17, w18, w19, [x20]");
1671 COMPARE(stlxrb(x18, x19, MemOperand(sp)), "stlxrb w18, w19, [sp]");
1686 COMPARE(ldaxrh(x18, MemOperand(x19)), "ldaxrh w18, [x19]");
1719 COMPARE(stllrh(x18, MemOperand(sp)), "stllrh w18, [sp]");
1740 COMPARE(ldlarh(w18, MemOperand(x19)), "ldlarh w18, [x19]");
1769 COMPARE(caslb(w18, w19, MemOperand(x20)), "caslb w18, w19, [x20]");
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]");
1946 COMPARE_MACRO(Stlrh(w18, MemOperand(x19)), "stlrh w18, [x19]");
2251 COMPARE(csneg(w18, w19, w20, vs), "csneg w18, w19, w20, vs");
2927 COMPARE_MACRO(Bic(w18, w19, 0xffffffff), "mov w18, #0x0");