You copied the Doc URL to your clipboard.
MOV (bitmask immediate)
Move (bitmask immediate).
This instruction is an alias of ORR
(immediate).
The equivalent instruction is ORR
.Wd|WSP
, WZR, #imm
Syntax
MOV
Wd|WSP
, #imm
; 32-bit
MOV
Xd|SP
, #imm
; 64-bit
Where:
Wd|WSP
- Is the 32-bit name of the destination general-purpose register or stack pointer.
imm
- The bitmask immediate but excluding values which could be encoded by MOVZ or MOVN.
Xd|SP
- Is the 64-bit name of the destination general-purpose register or stack pointer.
Operation
Move (bitmask immediate) writes a bitmask immediate value to a register.
, where R
d = imm
is either R
W
or X
.