You copied the Doc URL to your clipboard.
RBIT
Reverse Bits.
Syntax
RBIT
Wd
, Wn
; 32-bit
RBIT
Xd
, Xn
; 64-bit
Where:
Wd
- Is the 32-bit name of the general-purpose destination register.
Wn
- Is the 32-bit name of the general-purpose source register.
Xd
- Is the 64-bit name of the general-purpose destination register.
Xn
- Is the 64-bit name of the general-purpose source register.
Usage
Reverse Bits reverses the bit order in a register.