You copied the Doc URL to your clipboard.
MOV (wide immediate)
Move (wide immediate).
This instruction is an alias of MOVZ
.
The equivalent instruction is MOVZ
.Wd
, #imm16
, LSL #shift
Syntax
MOV
Wd
, #imm
; 32-bit
MOV
Xd
, #imm
; 64-bit
Where:
Wd
- Is the 32-bit name of the general-purpose destination register.
imm
-
Depends on the instruction variant:
- 32-bit general registers
- Is a 32-bit immediate.
- 64-bit general registers
- Is a 64-bit immediate.
Xd
- Is the 64-bit name of the general-purpose destination register.
Operation
Move (wide immediate) moves a 16-bit immediate value to a register.
, where R
d = imm
is either R
W
or X
.