You copied the Doc URL to your clipboard.
VMVN (register)
Vector Move NOT (register).
Syntax
VMVN
{
}{.cond
}
datatype
, Qd
Qm
VMVN
{
}{.cond
}
datatype
, Dd
Dm
where:
cond
is an optional condition code.
datatype
is an optional datatype. The assembler ignores
.datatype
Qd, Qm
specifies the destination vector and the source vector, for a quadword operation.
Dd, Dm
specifies the destination vector and the source vector, for a doubleword operation.
Operation
VMVN
inverts the value of each bit from the source register and places the
results into the destination register.