Non-Confidential | ![]() | DUI0801J | ||
| ||||
Home > A64 SIMD Scalar Instructions > SQDMLSL (scalar) |
Signed saturating Doubling Multiply-Subtract Long.
SQDMLSL
Va
d
, Vb
n
, Vb
m
Where:
Va
S
or D
.
d
Vb
H
or S
.
n
m
Signed saturating Doubling Multiply-Subtract Long. This instruction multiplies corresponding signed integer values in the lower or upper half of the vectors of the two source SIMD and FP registers, doubles the results, and subtracts the final results from the vector elements of the destination SIMD and FP register. The destination vector elements are twice as long as the elements that are multiplied.
If overflow occurs with any of the results, those results are saturated. If saturation occurs, the cumulative saturation bit FPSR.QC is set.
The SQDMLSL
instruction extracts each source vector from the lower half of each source register, while the SQDMLSL2
instruction extracts each source vector from the upper half of each source register.
Depending on the settings in the CPACR_EL1, CPTR_EL2, and CPTR_EL3 registers, and the current Security state and Exception level, an attempt to execute the instruction might be trapped.
The following table shows the valid specifier combinations:
Table 19-15 SQDMLSL (Scalar) specifier combinations
Va |
Vb |
---|---|
S | H |
D | S |