You copied the Doc URL to your clipboard.
VMLSL (by scalar)
Vector Multiply by scalar and Subtract Long.
Syntax
VMLSL
{
}.cond
datatype
, Qd
,
Dn
[Dm
]
x
where:
cond
is an optional condition code.
datatype
must be one of
S16
,S32
,U16
, orU32
.Qd
,Dn
are the destination vector and the first operand vector, for a long operation.
Dm
[x
]is the scalar holding the second operand.
Operation
VMLSL
multiplies each element in a vector by a scalar, subtracts the
results from the corresponding elements of the destination vector, and places the final
results in the destination vector.