You copied the Doc URL to your clipboard.
14.81 VPADD
Vector Pairwise Add.
Syntax
VPADD
{
}.cond
{datatype
}, Dd
, Dn
Dm
where:
cond
is an optional condition code.
datatype
must be one of
I8
,I16
,I32
,orF32
.Dd
,Dn
,Dm
are the destination vector, the first operand vector,and the second operand vector.
Operation
VPADD
adds adjacent pairs of elements of two vectors, and places the results in the destination vector.
Figure 14-4 Example of operation of VPADD (in this case, for data type I16)