2.6.5.2.1 Syntax
op{S}{cond} {Rd,} Rn, Operand2
where:
opis one of:AND: logical AND.ORR: logical OR, or bit set.EOR: logical Exclusive OR.BIC: logical AND NOT, or bit clear.ORN: logical OR NOT.
Sis an optional suffix. If S is specified, the condition code flags are updated on the result of the operation, see Conditional Execution.condis an optional condition code, see Conditional Execution.Rdis the destination register.Rnis the register holding the first operand.- Operand2 is a flexible second operand. For more information about the options, see Flexible Second Operand.
