A32 (Base) Instructions
104 ARM instructions in this extension - showing 4 per page, page 2 of 2 - click any row for encoding, pseudocode, and full documentation.
| Mnemonic | Syntax | Format | Summary |
|---|---|---|---|
| uxth | UXTH<c> <Rd>, <Rm> {, <rotation>} | Data Proc | Zero-extends the low halfword to 32-bits. |
| wfe | WFE | System Hint | Enters low-power state until an event occurs. |
| wfi | WFI | System Hint | Enters low-power state until an interrupt occurs. |
| yield | YIELD | System Hint | Hints that the task is performing a spin-wait. |