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