You copied the Doc URL to your clipboard.
VMOV2
Pseudo-instruction that generates an immediate value and places it in every element of an Advanced SIMD vector, without loading a value from a literal pool.
Syntax
VMOV2
{
}.cond
datatype
, #Qd
constant
VMOV2
{
}.cond
datatype
, #Dd
constant
where:
datatype
must be one of:
I8
,I16
,I32
, orI64
.S8
,S16
,S32
, orS64
.U8
,U16
,U32
, orU64
.F32
.
cond
is an optional condition code.
Qd
orDd
- is the extension register to be loaded.
constant
- is an immediate value of the appropriate type for
.datatype
Operation
VMOV2
can generate any 16-bit immediate
value, and a restricted range of 32-bit and 64-bit immediate values.
VMOV2
is a pseudo-instruction that always
assembles to exactly two instructions. It typically assembles to a VMOV
or VMVN
instruction, followed by a VBIC
or VORR
instruction.