You copied the Doc URL to your clipboard.
14.126 VSUB
Vector Subtract.
Syntax
VSUB
{
}.cond
{datatype
}, Qd
, Qn
Qm
VSUB
{
}.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.
Operation
VSUB
subtracts the elements of one vector from the corresponding elements of another vector, and places the results in the destination vector.