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