You copied the Doc URL to your clipboard.
VMUL
Vector Multiply.
Syntax
VMUL
{
}.cond
{datatype
}, Qd
,
Qn
Qm
VMUL
{
}.cond
{datatype
}, Dd
,
Dn
Dm
where:
cond
is an optional condition code.
datatype
must be one of
I8
,I16
,I32
,F32
, orP8
.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
VMUL
multiplies corresponding elements in two vectors, and places the
results in the destination vector.