ADC | Add with Carry | ADD, ADC, SUB, SBC, and RSB |
ADD | Add | ADD, ADC, SUB, SBC, and RSB |
ADDW | Add | ADD, ADC, SUB, SBC, and RSB |
AND | Logical AND | AND, ORR, EOR, BIC, and ORN |
ASR | Arithmetic Shift Right | ASR, LSL, LSR, ROR, and RRX |
BIC | Bit Clear | AND, ORR, EOR, BIC, and ORN |
CLZ | Count leading zeros | CLZ |
CMN | Compare Negative | CMP and CMN |
CMP | Compare | CMP and CMN |
EOR | Exclusive OR | AND, ORR, EOR, BIC, and ORN |
LSL | Logical Shift Left | ASR, LSL, LSR, ROR, and RRX |
LSR | Logical Shift Right | ASR, LSL, LSR, ROR, and RRX |
MOV | Move | MOV and MVN |
MOVT | Move Top | MOVT |
MOVW | Move 16-bit constant | MOV and MVN |
MVN | Move NOT | MOV and MVN |
ORN | Logical OR NOT | AND, ORR, EOR, BIC, and ORN |
ORR | Logical OR | AND, ORR, EOR, BIC, and ORN |
RBIT | Reverse Bits | REV, REV16, REVSH, and RBIT |
REV | Reverse byte order in a word | REV, REV16, REVSH, and RBIT |
REV16 | Reverse byte order in each halfword | REV, REV16, REVSH, and RBIT |
REVSH | Reverse byte order in bottom halfword and sign extend | REV, REV16, REVSH, and RBIT |
ROR | Rotate Right | ASR, LSL, LSR, ROR, and RRX |
RRX | Rotate Right with Extend | ASR, LSL, LSR, ROR, and RRX |
RSB | Reverse Subtract | ADD, ADC, SUB, SBC, and RSB |
SBC | Subtract with Carry | ADD, ADC, SUB, SBC, and RSB |
SUB | Subtract | ADD, ADC, SUB, SBC, and RSB |
SUBW | Subtract | ADD, ADC, SUB, SBC, and RSB |
TEQ | Test Equivalence | TST and TEQ |
TST | Test | TST and TEQ |