2.6.8 Bitfield instructions
The following table shows the instructions that operate on adjacent sets of bits in registers or bitfields:
Mnemonic | Brief description | See |
---|---|---|
BFC | Bit Field Clear | 2.6.8.1 BFC and BFI |
BFI | Bit Field Insert | 2.6.8.1 BFC and BFI |
SBFX | Signed Bit Field Extract | 2.6.8.2 SBFX and UBFX |
SXTB | Sign extend a byte | 2.6.8.3 SXT and UXT |
SXTH | Sign extend a halfword | 2.6.8.3 SXT and UXT |
UBFX | Unsigned Bit Field Extract | 2.6.8.2 SBFX and UBFX |
UXTB | Zero extend a byte | 2.6.8.3 SXT and UXT |
UXTH | Zero extend a halfword | 2.6.8.3 SXT and UXT |