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