You copied the Doc URL to your clipboard.
VMOVN
Vector Move and Narrow.
Syntax
VMOVN
{
}cond
.
datatype
, Dd
Qm
where:
cond
is an optional condition code.
datatype
must be one of
I16
,I32
, orI64
.Dd, Qm
specifies the destination vector and the operand vector.
Operation
VMOVN
copies the least significant half of each element of a quadword
vector into the corresponding elements of a doubleword vector.