Lines Matching refs:w19
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");
663 COMPARE(crc32cx(w8, w19, x29), "crc32cx w8, w19, x29");
768 COMPARE(eon(w19, w20, Operand(0x80000001)), "eor w19, w20, #0x7ffffffe");
881 COMPARE(rorv(w18, w19, w20), "ror w18, w19, w20");
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]");
1720 COMPARE(stllr(w19, MemOperand(x20)), "stllr w19, [x20]");
1757 COMPARE(casl(w19, w20, MemOperand(x21)), "casl w19, w20, [x21]");
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]");
2251 COMPARE(csneg(w18, w19, w20, vs), "csneg w18, w19, w20, vs");
2374 COMPARE_MACRO(Csel(w19, -1, 1, eq),
2375 "mov w19, #0x1\n"
2376 "cneg w19, w19, eq");
2377 MacroAssembler::GetCselSynthesisInformation(w19,
2519 COMPARE_MACRO(Csel(w19, wzr, wzr, eq), "mov w19, #0x0");
2520 MacroAssembler::GetCselSynthesisInformation(w19,
2828 COMPARE_MACRO(Add(w19, w3, -0x344), "sub w19, w3, #0x344 (836)");
2927 COMPARE_MACRO(Bic(w18, w19, 0xffffffff), "mov w18, #0x0");
3328 COMPARE_MACRO(Smin(w19, w20, -1), "smin w19, w20, #-1");