Method vqmovn_u32
vqmovn_u32(v128)
Unsigned saturating extract Narrow. This instruction reads each vector element from the source SIMD&FP register, saturates each value to half the original width, places the result into a vector, and writes the vector to the destination SIMD&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.
Equivalent instruction: UQXTN Vd.4H,Vn.4S
Declaration
public static v64 vqmovn_u32(v128 a0)
Parameters
Type | Name | Description |
---|---|---|
v128 | a0 | 128-bit vector a0 |
Returns
Type | Description |
---|---|
v64 | 64-bit vector |