You copied the Doc URL to your clipboard.
VMOVL
Vector Move Long.
Syntax
VMOVL
{
}cond
.
datatype
, Qd
Dm
where:
cond
is an optional condition code.
datatype
must be one of
S8
,S16
,S32
,U8
,U16
, orU32
.Qd, Dm
specifies the destination vector and the operand vector.
Operation
VMOVL
takes each element in a doubleword vector, sign or zero extends them
to twice their original length, and places the results in a quadword vector.