You copied the Doc URL to your clipboard.
VMLAL
Vector Multiply Accumulate Long.
Syntax
VMLAL
{
}.cond
datatype
, Qd
,
Dn
Dm
where:
cond
is an optional condition code.
datatype
must be one of
S8
,S16
,S32,
U8
,U16
, orU32
.Qd
,Dn
,Dm
are the destination vector, the first operand vector, and the second operand vector, for a long operation.
Operation
VMLAL
multiplies corresponding elements in two vectors, and accumulates
the results into the elements of the destination vector.