Non-Confidential | ![]() | DUI0801J | ||
| ||||
Home > A64 SIMD Vector Instructions > UQXTN, UQXTN2 (vector) |
Unsigned saturating extract Narrow.
UQXTN{2}
Vd
.Tb
, Vn
.Ta
Where:
2
Vd
Tb
Vn
Ta
Unsigned saturating extract Narrow. This instruction reads each vector element from the source SIMD and FP register, saturates each value to half the original width, places the result into a vector, and writes the vector to the destination SIMD and FP register. All the values in this instruction are unsigned integer values.
If saturation occurs, the cumulative saturation bit FPSR.QC is set.
The UQXTN
instruction writes the vector to the lower half of the destination register and clears the upper half, while the UQXTN2
instruction writes the vector to the upper half of the destination register without affecting the other bits of the 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 20-109 UQXTN{2} (Vector) specifier combinations
<Q> | Tb |
Ta |
---|---|---|
- | 8B | 8H |
2 | 16B | 8H |
- | 4H | 4S |
2 | 8H | 4S |
- | 2S | 2D |
2 | 4S | 2D |