Method vqmovnd_u64
vqmovnd_u64(ulong)
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 Sd,Dn
Declaration
public static uint vqmovnd_u64(ulong a0)
Parameters
Type | Name | Description |
---|---|---|
ulong | a0 | UInt64 a0 |
Returns
Type | Description |
---|---|
uint | UInt32 |