Home | History | Annotate | Download | only in cctest

Lines Matching refs:Bic

654   COMPARE(bic(w3, w4, Operand(0x20202020)),
656 COMPARE(bic(x5, x6, Operand(0x4040404040404040L)),
706 COMPARE(bic(w15, w16, Operand(w17)), "bic w15, w16, w17");
707 COMPARE(bic(x18, x19, Operand(x20, LSL, 5)), "bic x18, x19, x20, lsl #5");
708 COMPARE(bic(w21, w22, Operand(w23, LSR, 6)), "bic w21, w22, w23, lsr #6");
709 COMPARE(bic(x24, x25, Operand(x26, ASR, 7)), "bic x24, x25, x26, asr #7");
710 COMPARE(bic(w27, w28, Operand(w29, ROR, 8)), "bic w27, w28, w29, ror #8");
1683 COMPARE(Bic(w6, w7, 0), "mov w6, w7");
1684 COMPARE(Bic(x6, x7, 0), "mov x6, x7");
1699 COMPARE(Bic(w18, w19, 0xffffffff), "movz w18, #0x0");
1700 COMPARE(Bic(x18, x19, 0xffffffff), "and x18, x19, #0xffffffff00000000");
1701 COMPARE(Bic(x18, x19, 0xffffffffffffffff), "movz x18, #0x0");