Home | History | Annotate | Download | only in aarch64

Lines Matching full:bics

805   COMPARE(bics(w27, w28, Operand(0xfffffff7)), "ands w27, w28, #0x8");
806 COMPARE(bics(x29, x0, Operand(0xfffffffeffffffff)),
881 COMPARE(bics(w15, w16, Operand(w17)), "bics w15, w16, w17");
882 COMPARE(bics(x18, x19, Operand(x20, LSL, 5)), "bics x18, x19, x20, lsl #5");
883 COMPARE(bics(w21, w22, Operand(w23, LSR, 6)), "bics w21, w22, w23, lsr #6");
884 COMPARE(bics(x24, x25, Operand(x26, ASR, 7)), "bics x24, x25, x26, asr #7");
885 COMPARE(bics(w27, w28, Operand(w29, ROR, 8)), "bics w27, w28, w29, ror #8");