AdvSimd.Arm64.VectorTableLookup 메서드

정의

오버로드

VectorTableLookup(Vector128<SByte>, Vector128<SByte>)

int8x16_t vqvtbl1q_s8(int8x16_t t, uint8x16_t idx)

A64: TBL Vd.16B, {Vn.16B}, Vm.16B

VectorTableLookup(Vector128<Byte>, Vector128<Byte>)

uint8x16_t vqvtbl1q_u8(uint8x16_t t, uint8x16_t idx)

A64: TBL Vd.16B, {Vn.16B}, Vm.16B

VectorTableLookup(Vector128<SByte>, Vector128<SByte>)

int8x16_t vqvtbl1q_s8(int8x16_t t, uint8x16_t idx)

A64: TBL Vd.16B, {Vn.16B}, Vm.16B

public:
 static System::Runtime::Intrinsics::Vector128<System::SByte> VectorTableLookup(System::Runtime::Intrinsics::Vector128<System::SByte> table, System::Runtime::Intrinsics::Vector128<System::SByte> byteIndexes);
public static System.Runtime.Intrinsics.Vector128<sbyte> VectorTableLookup (System.Runtime.Intrinsics.Vector128<sbyte> table, System.Runtime.Intrinsics.Vector128<sbyte> byteIndexes);
static member VectorTableLookup : System.Runtime.Intrinsics.Vector128<sbyte> * System.Runtime.Intrinsics.Vector128<sbyte> -> System.Runtime.Intrinsics.Vector128<sbyte>
Public Shared Function VectorTableLookup (table As Vector128(Of SByte), byteIndexes As Vector128(Of SByte)) As Vector128(Of SByte)

매개 변수

table
Vector128<SByte>
byteIndexes
Vector128<SByte>

반환

Vector128<SByte>

적용 대상

VectorTableLookup(Vector128<Byte>, Vector128<Byte>)

uint8x16_t vqvtbl1q_u8(uint8x16_t t, uint8x16_t idx)

A64: TBL Vd.16B, {Vn.16B}, Vm.16B

public:
 static System::Runtime::Intrinsics::Vector128<System::Byte> VectorTableLookup(System::Runtime::Intrinsics::Vector128<System::Byte> table, System::Runtime::Intrinsics::Vector128<System::Byte> byteIndexes);
public static System.Runtime.Intrinsics.Vector128<byte> VectorTableLookup (System.Runtime.Intrinsics.Vector128<byte> table, System.Runtime.Intrinsics.Vector128<byte> byteIndexes);
static member VectorTableLookup : System.Runtime.Intrinsics.Vector128<byte> * System.Runtime.Intrinsics.Vector128<byte> -> System.Runtime.Intrinsics.Vector128<byte>
Public Shared Function VectorTableLookup (table As Vector128(Of Byte), byteIndexes As Vector128(Of Byte)) As Vector128(Of Byte)

매개 변수

table
Vector128<Byte>
byteIndexes
Vector128<Byte>

반환

Vector128<Byte>

적용 대상