A32 (Sat) Instructions
4 ARM instructions in this extension - click any row for encoding, pseudocode, and full documentation.
| Mnemonic | Syntax | Format | Summary |
|---|---|---|---|
| qadd | QADD<c> <Rd>, <Rm>, <Rn> | Data Proc | Adds two values and saturates the result. |
| qdadd | QDADD<c> <Rd>, <Rm>, <Rn> | Data Proc | Doubles the second operand, adds to first, and saturates. |
| qdsub | QDSUB<c> <Rd>, <Rm>, <Rn> | Data Proc | Doubles the second operand, subtracts from first, and saturates. |
| qsub | QSUB<c> <Rd>, <Rm>, <Rn> | Data Proc | Subtracts two values and saturates the result. |