Lines Matching refs:BICS
818 BICS r3, r2, r1 // Must be wide - 3 distinct registers
819 BICS r2, r2, r1 // Should choose narrow
820 BICS r1, r2, r1 // Should choose wide - not commutative
821 BICS.W r2, r2, r1 // Explicitly wide
822 BICS.W r0, r1, r0
824 BICS r7, r7, r1 // Should use narrow
825 BICS r8, r1, r8 // high registers so must use wide encoding
826 BICS r8, r8, r1
827 BICS r7, r8, r7
828 BICS r5, r5, r8
829 BICS r3, r3, r1, lsl #1 // Must use wide - shifted register
830 BICS r4, r1, r4, lsr #1