You copied the Doc URL to your clipboard.
14.53 VMLA (by scalar)
Vector Multiply by scalar and Accumulate.
Syntax
VMLA
{
}.cond
{datatype
}, Qd
, Qn
[Dm
] x
VMLA
{
}.cond
{datatype
}, Dd
, Dn
[Dm
] x
where:
cond
is an optional condition code.
datatype
must be one of
I16
,I32
,orF32
.Qd
,Qn
are the destination vector and the first operandvector, for a quadword operation.
Dd
,Dn
are the destination vector and the first operandvector, for a doubleword operation.
Dm
[x
]is the scalar holding the second operand.
Operation
VMLA
multiplies each element in a vector by a scalar, and accumulates the results into the corresponding elements of the destination vector.