You copied the Doc URL to your clipboard.
VQABS
Vector Saturating Absolute.
Syntax
VQABS
{
}.cond
datatype
, Qd
Qm
VQABS
{
}.cond
datatype
, Dd
Dm
where:
cond
is an optional condition code.
datatype
must be one of
S8
,S16
, orS32
.Qd
,Qm
are the destination vector and the operand vector, for a quadword operation.
Dd
,Dm
are the destination vector and the operand vector, for a doubleword operation.
Operation
VQABS
takes the absolute value of each element in a vector, and places the
results in a second vector.
The sticky QC flag (FPSCR bit[27]) is set if saturation occurs.