You copied the Doc URL to your clipboard.
VMVN (immediate)
Vector Move NOT (immediate).
Syntax
VMVN
{
}.cond
datatype
, #Qd
imm
VMVN
{
}.cond
datatype
, #Dd
imm
where:
cond
is an optional condition code.
datatype
must be one of
I8
,I16
,I32
,I64
, orF32
.Qd
orDd
-
is the Advanced SIMD register for the result.
imm
is an immediate value of the type specified by
. This is replicated to fill the destination register.datatype
Operation
VMVN
inverts the value of each bit from an immediate value and places the
results into each element in the destination register.
Table 14-8 Available immediate values in VMVN (immediate)
datatype | imm |
---|---|
I8 |
- |
I16 |
0xFFXY ,
0xXYFF |
I32 |
0xFFFFFFXY ,
0xFFFFXYFF , 0xFFXYFFFF ,
0xXYFFFFFF |
0xFFFFXY00 ,
0xFFXY0000 |
|
I64 |
- |
F32 |
- |