AdvSimd.Arm64.VectorTableLookup Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Surcharges
VectorTableLookup(ValueTuple<Vector128<SByte>,Vector128<SByte>,Vector128<SByte>>, Vector128<SByte>) |
int8x16_t vqtbl3q_s8(int8x16x3_t t, uint8x16_t idx) A64 : TBL Vd.16B, {Vn.16B, Vn+1.16B, Vn+2.16B}, Vm.16B |
VectorTableLookup(ValueTuple<Vector128<SByte>,Vector128<SByte>,Vector128<SByte>,Vector128<SByte>>, Vector128<SByte>) |
int8x16_t vqtbl4q_s8(int8x16x4_t t, uint8x16_t idx) A64 : TBL Vd.16B, {Vn.16B, Vn+1.16B, Vn+2.16B, Vn+3.16B}, Vm.16B |
VectorTableLookup(ValueTuple<Vector128<Byte>,Vector128<Byte>>, Vector128<Byte>) |
uint8x16_t vqtbl2q_u8(uint8x16x2_t t, idx uint8x16_t) A64 : TBL Vd.16B, {Vn.16B, Vn+1.16B}, Vm.16B |
VectorTableLookup(ValueTuple<Vector128<SByte>,Vector128<SByte>>, Vector128<SByte>) |
int8x16_t vqtbl2q_s8(int8x16x2_t t, uint8x16_t idx) A64 : TBL Vd.16B, {Vn.16B, Vn+1.16B}, Vm.16B |
VectorTableLookup(ValueTuple<Vector128<Byte>,Vector128<Byte>,Vector128<Byte>,Vector128<Byte>>, Vector128<Byte>) |
uint8x16_t vqtbl4q_u8(uint8x16x4_t t, uint8x16_t idx) A64 : TBL Vd.16B, {Vn.16B, Vn+1.16B, Vn+2.16B, Vn+3.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 |
VectorTableLookup(Vector128<Byte>, Vector128<Byte>) |
uint8x16_t vqvtbl1q_u8(uint8x16_t t, uint8x16_t idx) A64 : TBL Vd.16B, {Vn.16B}, Vm.16B |
VectorTableLookup(ValueTuple<Vector128<Byte>,Vector128<Byte>,Vector128<Byte>>, Vector128<Byte>) |
uint8x16_t vqtbl3q_u8(uint8x16x3_t t, idx uint8x16_t) A64 : TBL Vd.16B, {Vn.16B, Vn+1.16B, Vn+2.16B}, Vm.16B |
VectorTableLookup(ValueTuple<Vector128<SByte>,Vector128<SByte>,Vector128<SByte>>, Vector128<SByte>)
int8x16_t vqtbl3q_s8(int8x16x3_t t, uint8x16_t idx)
A64 : TBL Vd.16B, {Vn.16B, Vn+1.16B, Vn+2.16B}, Vm.16B
public:
static System::Runtime::Intrinsics::Vector128<System::SByte> VectorTableLookup(ValueTuple<System::Runtime::Intrinsics::Vector128<System::SByte>, System::Runtime::Intrinsics::Vector128<System::SByte>, 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>, System.Runtime.Intrinsics.Vector128<sbyte>, System.Runtime.Intrinsics.Vector128<sbyte>) table, System.Runtime.Intrinsics.Vector128<sbyte> byteIndexes);
static member VectorTableLookup : ValueTuple<System.Runtime.Intrinsics.Vector128<sbyte>, System.Runtime.Intrinsics.Vector128<sbyte>, System.Runtime.Intrinsics.Vector128<sbyte>> * System.Runtime.Intrinsics.Vector128<sbyte> -> System.Runtime.Intrinsics.Vector128<sbyte>
Public Shared Function VectorTableLookup (table As ValueTuple(Of Vector128(Of SByte), Vector128(Of SByte), Vector128(Of SByte)), byteIndexes As Vector128(Of SByte)) As Vector128(Of SByte)
Paramètres
Retours
S’applique à
VectorTableLookup(ValueTuple<Vector128<SByte>,Vector128<SByte>,Vector128<SByte>,Vector128<SByte>>, Vector128<SByte>)
int8x16_t vqtbl4q_s8(int8x16x4_t t, uint8x16_t idx)
A64 : TBL Vd.16B, {Vn.16B, Vn+1.16B, Vn+2.16B, Vn+3.16B}, Vm.16B
public:
static System::Runtime::Intrinsics::Vector128<System::SByte> VectorTableLookup(ValueTuple<System::Runtime::Intrinsics::Vector128<System::SByte>, System::Runtime::Intrinsics::Vector128<System::SByte>, System::Runtime::Intrinsics::Vector128<System::SByte>, 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>, System.Runtime.Intrinsics.Vector128<sbyte>, System.Runtime.Intrinsics.Vector128<sbyte>, System.Runtime.Intrinsics.Vector128<sbyte>) table, System.Runtime.Intrinsics.Vector128<sbyte> byteIndexes);
static member VectorTableLookup : ValueTuple<System.Runtime.Intrinsics.Vector128<sbyte>, System.Runtime.Intrinsics.Vector128<sbyte>, System.Runtime.Intrinsics.Vector128<sbyte>, System.Runtime.Intrinsics.Vector128<sbyte>> * System.Runtime.Intrinsics.Vector128<sbyte> -> System.Runtime.Intrinsics.Vector128<sbyte>
Public Shared Function VectorTableLookup (table As ValueTuple(Of Vector128(Of SByte), Vector128(Of SByte), Vector128(Of SByte), Vector128(Of SByte)), byteIndexes As Vector128(Of SByte)) As Vector128(Of SByte)
Paramètres
Retours
S’applique à
VectorTableLookup(ValueTuple<Vector128<Byte>,Vector128<Byte>>, Vector128<Byte>)
uint8x16_t vqtbl2q_u8(uint8x16x2_t t, idx uint8x16_t)
A64 : TBL Vd.16B, {Vn.16B, Vn+1.16B}, Vm.16B
public:
static System::Runtime::Intrinsics::Vector128<System::Byte> VectorTableLookup(ValueTuple<System::Runtime::Intrinsics::Vector128<System::Byte>, 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>, System.Runtime.Intrinsics.Vector128<byte>) table, System.Runtime.Intrinsics.Vector128<byte> byteIndexes);
static member VectorTableLookup : ValueTuple<System.Runtime.Intrinsics.Vector128<byte>, System.Runtime.Intrinsics.Vector128<byte>> * System.Runtime.Intrinsics.Vector128<byte> -> System.Runtime.Intrinsics.Vector128<byte>
Public Shared Function VectorTableLookup (table As ValueTuple(Of Vector128(Of Byte), Vector128(Of Byte)), byteIndexes As Vector128(Of Byte)) As Vector128(Of Byte)
Paramètres
- table
- ValueTuple<Vector128<Byte>,Vector128<Byte>>
Retours
S’applique à
VectorTableLookup(ValueTuple<Vector128<SByte>,Vector128<SByte>>, Vector128<SByte>)
int8x16_t vqtbl2q_s8(int8x16x2_t t, uint8x16_t idx)
A64 : TBL Vd.16B, {Vn.16B, Vn+1.16B}, Vm.16B
public:
static System::Runtime::Intrinsics::Vector128<System::SByte> VectorTableLookup(ValueTuple<System::Runtime::Intrinsics::Vector128<System::SByte>, 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>, System.Runtime.Intrinsics.Vector128<sbyte>) table, System.Runtime.Intrinsics.Vector128<sbyte> byteIndexes);
static member VectorTableLookup : ValueTuple<System.Runtime.Intrinsics.Vector128<sbyte>, System.Runtime.Intrinsics.Vector128<sbyte>> * System.Runtime.Intrinsics.Vector128<sbyte> -> System.Runtime.Intrinsics.Vector128<sbyte>
Public Shared Function VectorTableLookup (table As ValueTuple(Of Vector128(Of SByte), Vector128(Of SByte)), byteIndexes As Vector128(Of SByte)) As Vector128(Of SByte)
Paramètres
- table
- ValueTuple<Vector128<SByte>,Vector128<SByte>>
Retours
S’applique à
VectorTableLookup(ValueTuple<Vector128<Byte>,Vector128<Byte>,Vector128<Byte>,Vector128<Byte>>, Vector128<Byte>)
uint8x16_t vqtbl4q_u8(uint8x16x4_t t, uint8x16_t idx)
A64 : TBL Vd.16B, {Vn.16B, Vn+1.16B, Vn+2.16B, Vn+3.16B}, Vm.16B
public:
static System::Runtime::Intrinsics::Vector128<System::Byte> VectorTableLookup(ValueTuple<System::Runtime::Intrinsics::Vector128<System::Byte>, System::Runtime::Intrinsics::Vector128<System::Byte>, System::Runtime::Intrinsics::Vector128<System::Byte>, 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>, System.Runtime.Intrinsics.Vector128<byte>, System.Runtime.Intrinsics.Vector128<byte>, System.Runtime.Intrinsics.Vector128<byte>) table, System.Runtime.Intrinsics.Vector128<byte> byteIndexes);
static member VectorTableLookup : ValueTuple<System.Runtime.Intrinsics.Vector128<byte>, System.Runtime.Intrinsics.Vector128<byte>, System.Runtime.Intrinsics.Vector128<byte>, System.Runtime.Intrinsics.Vector128<byte>> * System.Runtime.Intrinsics.Vector128<byte> -> System.Runtime.Intrinsics.Vector128<byte>
Public Shared Function VectorTableLookup (table As ValueTuple(Of Vector128(Of Byte), Vector128(Of Byte), Vector128(Of Byte), Vector128(Of Byte)), byteIndexes As Vector128(Of Byte)) As Vector128(Of Byte)
Paramètres
Retours
S’applique à
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)
Paramètres
Retours
S’applique à
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)
Paramètres
Retours
S’applique à
VectorTableLookup(ValueTuple<Vector128<Byte>,Vector128<Byte>,Vector128<Byte>>, Vector128<Byte>)
uint8x16_t vqtbl3q_u8(uint8x16x3_t t, idx uint8x16_t)
A64 : TBL Vd.16B, {Vn.16B, Vn+1.16B, Vn+2.16B}, Vm.16B
public:
static System::Runtime::Intrinsics::Vector128<System::Byte> VectorTableLookup(ValueTuple<System::Runtime::Intrinsics::Vector128<System::Byte>, System::Runtime::Intrinsics::Vector128<System::Byte>, 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>, System.Runtime.Intrinsics.Vector128<byte>, System.Runtime.Intrinsics.Vector128<byte>) table, System.Runtime.Intrinsics.Vector128<byte> byteIndexes);
static member VectorTableLookup : ValueTuple<System.Runtime.Intrinsics.Vector128<byte>, System.Runtime.Intrinsics.Vector128<byte>, System.Runtime.Intrinsics.Vector128<byte>> * System.Runtime.Intrinsics.Vector128<byte> -> System.Runtime.Intrinsics.Vector128<byte>
Public Shared Function VectorTableLookup (table As ValueTuple(Of Vector128(Of Byte), Vector128(Of Byte), Vector128(Of Byte)), byteIndexes As Vector128(Of Byte)) As Vector128(Of Byte)