Home | History | Annotate | Download | only in cctest

Lines Matching refs:wzr

111   COMPARE(dci(0xb900001f), "str wzr, [x0]");
150 COMPARE(Mov(w0, wzr), "mov w0, wzr");
154 COMPARE(mov(w0, wzr), "mov w0, wzr");
284 COMPARE(adds(wzr, wcsp, Operand(9)), "cmn wcsp, #0x9 (9)");
312 COMPARE(adds(wzr, wcsp, Operand(9)), "cmn wcsp, #0x9 (9)");
463 COMPARE(madd(w8, w9, w10, wzr), "mul w8, w9, w10");
467 COMPARE(msub(w22, w23, w24, wzr), "mneg w22, w23, w24");
671 COMPARE(and_(wcsp, wzr, Operand(7)), "and wcsp, wzr, #0x7");
677 COMPARE(orr(w0, wzr, Operand(0x00000780)), "orr w0, wzr, #0x780");
678 COMPARE(orr(w1, wzr, Operand(0x00007800)), "orr w1, wzr, #0x7800");
679 COMPARE(orr(w2, wzr, Operand(0x00078000)), "mov w2, #0x78000");
680 COMPARE(orr(w3, wzr, Operand(0x00780000)), "orr w3, wzr, #0x780000");
681 COMPARE(orr(w4, wzr, Operand(0x07800000)), "orr w4, wzr, #0x7800000");
753 COMPARE(orn(w0, wzr, Operand(w1)), "mvn w0, w1");
754 COMPARE(orn(w2, wzr
758 COMPARE(orr(w0, wzr, Operand(w1)), "mov w0, w1");
760 COMPARE(orr(w16, wzr, Operand(w17, LSL, 1)), "orr w16, wzr, w17, lsl #1");
971 COMPARE(ldr(x0, MemOperand(jssp, wzr, SXTW)), "ldr x0, [jssp, wzr, sxtw]");
1321 COMPARE(Csel(w0, w1, -1, eq), "csinv w0, w1, wzr, eq");
1322 COMPARE(Csel(w2, w3, 0, ne), "csel w2, w3, wzr, ne");
1323 COMPARE(Csel(w4, w5, 1, hs), "csinc w4, w5, wzr, hs");