docs.unity.cn
    Show / Hide Table of Contents

    Method vqmovn_u64

    vqmovn_u64(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.2S,Vn.2D

    Declaration
    public static v64 vqmovn_u64(v128 a0)
    Parameters
    Type Name Description
    v128 a0

    128-bit vector a0

    Returns
    Type Description
    v64

    64-bit vector

    Back to top Copyright © 2022 Unity Technologies
    Generated by DocFX
    on Tuesday, August 23, 2022
    Terms of use