docs.unity3d.com
    目次を表示する/隠す

    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,{Vn.16B},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

    トップに戻る
    Copyright © 2023 Unity Technologies — 商標と利用規約
    • 法律関連
    • プライバシーポリシー
    • クッキー
    • 私の個人情報を販売または共有しない
    • Your Privacy Choices (Cookie Settings)