docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Method vst1_u8

    vst1_u8(byte*, v64)

    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 ,[Xn]

    Declaration
    public static void vst1_u8(byte* a0, v64 a1)
    Parameters
    Type Name Description
    byte* a0

    Pointer to the address to store to

    v64 a1

    64-bit vector a1

    In This Article
    Back to top
    Copyright © 2025 Unity Technologies — Trademarks and terms of use
    • Legal
    • Privacy Policy
    • Cookie Policy
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)