docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Method vtbx1_s8

    vtbx1_s8(v64, v64, v64)

    Bitwise Insert if False. This instruction inserts each bit from the first source SIMD&FP register into the destination SIMD&FP register if the corresponding bit of the second source SIMD&FP register is 0, otherwise leaves the bit in the destination register unchanged.
    Equivalent instructions:
    MOVI Vtmp.8B,#8
    CMHS Vtmp.8B,Vm.8B,Vtmp.8B
    TBL Vtmp1.8B,,Vm.8B
    BIF Vd.8B,Vtmp1.8B,Vtmp.8B

    Declaration
    public static v64 vtbx1_s8(v64 a0, v64 a1, v64 a2)
    Parameters
    Type Name Description
    v64 a0

    64-bit vector a0

    v64 a1

    64-bit vector a1

    v64 a2

    64-bit vector a2

    Returns
    Type Description
    v64

    64-bit vector

    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)