Home | History | Annotate | Download | only in cctest

Lines Matching refs:Bic

813 TEST(bic) {
821 __ Bic(x2, x0, Operand(x1));
822 __ Bic(w3, w0, Operand(w1, LSL, 4));
823 __ Bic(x4, x0, Operand(x1, LSL, 4));
824 __ Bic(x5, x0, Operand(x1, LSR, 1));
825 __ Bic(w6, w0, Operand(w1, ASR, 20));
826 __ Bic(x7, x0, Operand(x1, ASR, 20));
827 __ Bic(w8, w0, Operand(w1, ROR, 28));
828 __ Bic(x9, x0, Operand(x1, ROR, 24));
829 __ Bic(x10, x0, Operand(0x1f));
830 __ Bic(x11, x0, Operand(0x100));
832 // Test bic into csp when the constant cannot be encoded in the immediate
838 __ Bic(csp, x0, Operand(0xabcdef));
869 __ Bic(w6, w0, Operand(w1, UXTB));
870 __ Bic(x7, x0, Operand(x1, UXTH, 1));
871 __ Bic(w8, w0, Operand(w1, UXTW, 2));
872 __ Bic(x9, x0, Operand(x1, UXTX, 3));
873 __ Bic(w10, w0, Operand(w1, SXTB));
874 __ Bic(x11, x0, Operand(x1, SXTH, 1));
875 __ Bic(x12, x0, Operand(x1, SXTW, 2));
876 __ Bic(x13, x0, Operand(x1, SXTX, 3));
8130 __ bic(xzr, x0, x3);
8131 __ bic(xzr, x3, xzr);
8132 __ bic(xzr, xzr, x3);