2.6.5.2.2 Operation
The AND
, EOR
, and ORR
instructions perform bitwise AND, Exclusive OR, and OR operations on the values in
Rn
and Operand2.
The BIC
instruction performs an AND
operation on the bits in Rn
with the complements of the corresponding bits
in the value of Operand2.
The ORN
instruction performs an OR
operation on the bits in Rn
with the complements of the corresponding bits
in the value of Operand2.