You copied the Doc URL to your clipboard.
VMLA
Vector Multiply Accumulate.
Syntax
VMLA
{
}.cond
{datatype
}, Qd
,
Qn
Qm
VMLA
{
}.cond
{datatype
}, Dd
,
Dn
Dm
where:
cond
is an optional condition code.
datatype
must be one of
I8
,I16
,I32
, orF32
.Qd
,Qn
,Qm
are the destination vector, the first operand vector, and the second operand vector, for a quadword operation.
Dd
,Dn
,Dm
are the destination vector, the first operand vector, and the second operand vector, for a doubleword operation.
Operation
VMLA
multiplies corresponding elements in two vectors, and accumulates the
results into the elements of the destination vector.