Lines Matching refs:bics
771 COMPARE(bics(w27, w28, Operand(0xfffffff7)), "ands w27, w28, #0x8");
772 COMPARE(bics(x29, x0, Operand(0xfffffffeffffffff)),
847 COMPARE(bics(w15, w16, Operand(w17)), "bics w15, w16, w17");
848 COMPARE(bics(x18, x19, Operand(x20, LSL, 5)), "bics x18, x19, x20, lsl #5");
849 COMPARE(bics(w21, w22, Operand(w23, LSR, 6)), "bics w21, w22, w23, lsr #6");
850 COMPARE(bics(x24, x25, Operand(x26, ASR, 7)), "bics x24, x25, x26, asr #7");
851 COMPARE(bics(w27, w28, Operand(w29, ROR, 8)), "bics w27, w28, w29, ror #8");