docs.unity.cn
    Show / Hide Table of Contents

    Method vst1q_f32

    vst1q_f32(Single*, v128)

    Store multiple single-element structures from one, two, three, or four registers. This instruction stores elements to memory from one, two, three, or four SIMD&FP registers, without interleaving. Every element of each register is stored.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: ST1 {Vt.4S},[Xn]

    Declaration
    public static void vst1q_f32(float *a0, v128 a1)
    Parameters
    Type Name Description
    Single* a0

    Pointer to the address to store to

    v128 a1

    128-bit vector a1

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