AdvSimd.Arm64.VectorTableLookupExtension Method

Definition

Overloads

VectorTableLookupExtension(Vector128<SByte>, ValueTuple<Vector128<SByte>,Vector128<SByte>>, Vector128<SByte>)

int8x16_t vqtbx2q_s8(int8x16x2_t t, uint8x16_t idx)

A64: TBX Vd.16B, {Vn.16B, Vn+1.16B}, Vm.16B

VectorTableLookupExtension(Vector128<SByte>, ValueTuple<Vector128<SByte>,Vector128<SByte>,Vector128<SByte>>, Vector128<SByte>)

int8x16_t vqtbx3q_s8(int8x16x3_t t, uint8x16_t idx)

A64: TBX Vd.16B, {Vn.16B, Vn+1.16B, Vn+2.16B}, Vm.16B

VectorTableLookupExtension(Vector128<SByte>, Vector128<SByte>, Vector128<SByte>)

int8x16_t vqvtbx1q_s8(int8x16_t r, int8x16_t t, uint8x16_t idx)

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

VectorTableLookupExtension(Vector128<SByte>, ValueTuple<Vector128<SByte>,Vector128<SByte>,Vector128<SByte>,Vector128<SByte>>, Vector128<SByte>)

int8x16_t vqtbx4q_s8(int8x16x4_t t, uint8x16_t idx)

A64: TBX Vd.16B, {Vn.16B, Vn+1.16B, Vn+2.16B, Vn+3.16B}, Vm.16B

VectorTableLookupExtension(Vector128<Byte>, ValueTuple<Vector128<Byte>,Vector128<Byte>,Vector128<Byte>>, Vector128<Byte>)

uint8x16_t vqtbx3q_u8(uint8x16x3_t t, uint8x16_t idx)

A64: TBX Vd.16B, {Vn.16B, Vn+1.16B, Vn+2.16B}, Vm.16B

VectorTableLookupExtension(Vector128<Byte>, ValueTuple<Vector128<Byte>,Vector128<Byte>,Vector128<Byte>,Vector128<Byte>>, Vector128<Byte>)

uint8x16_t vqtbx4q_u8(uint8x16x4_t t, uint8x16_t idx)

A64: TBX Vd.16B, {Vn.16B, Vn+1.16B, Vn+2.16B, Vn+3.16B}, Vm.16B

VectorTableLookupExtension(Vector128<Byte>, Vector128<Byte>, Vector128<Byte>)

uint8x16_t vqvtbx1q_u8(uint8x16_t r, int8x16_t t, uint8x16_t idx)

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

VectorTableLookupExtension(Vector128<Byte>, ValueTuple<Vector128<Byte>,Vector128<Byte>>, Vector128<Byte>)

uint8x16_t vqtbx2q_u8(uint8x16x2_t t, uint8x16_t idx)

A64: TBX Vd.16B, {Vn.16B, Vn+1.16B}, Vm.16B

VectorTableLookupExtension(Vector128<SByte>, ValueTuple<Vector128<SByte>,Vector128<SByte>>, Vector128<SByte>)

Source:
AdvSimd.PlatformNotSupported.cs
Source:
AdvSimd.PlatformNotSupported.cs

int8x16_t vqtbx2q_s8(int8x16x2_t t, uint8x16_t idx)

A64: TBX Vd.16B, {Vn.16B, Vn+1.16B}, Vm.16B

C#
public static System.Runtime.Intrinsics.Vector128<sbyte> VectorTableLookupExtension(System.Runtime.Intrinsics.Vector128<sbyte> defaultValues,(System.Runtime.Intrinsics.Vector128<sbyte>, System.Runtime.Intrinsics.Vector128<sbyte>) table, System.Runtime.Intrinsics.Vector128<sbyte> byteIndexes);

Parameters

defaultValues
Vector128<SByte>
byteIndexes
Vector128<SByte>

Returns

Applies to

.NET 10 and other versions
Product Versions
.NET 8, 9, 10

VectorTableLookupExtension(Vector128<SByte>, ValueTuple<Vector128<SByte>,Vector128<SByte>,Vector128<SByte>>, Vector128<SByte>)

Source:
AdvSimd.PlatformNotSupported.cs
Source:
AdvSimd.PlatformNotSupported.cs

int8x16_t vqtbx3q_s8(int8x16x3_t t, uint8x16_t idx)

A64: TBX Vd.16B, {Vn.16B, Vn+1.16B, Vn+2.16B}, Vm.16B

C#
public static System.Runtime.Intrinsics.Vector128<sbyte> VectorTableLookupExtension(System.Runtime.Intrinsics.Vector128<sbyte> defaultValues,(System.Runtime.Intrinsics.Vector128<sbyte>, System.Runtime.Intrinsics.Vector128<sbyte>, System.Runtime.Intrinsics.Vector128<sbyte>) table, System.Runtime.Intrinsics.Vector128<sbyte> byteIndexes);

Parameters

defaultValues
Vector128<SByte>
byteIndexes
Vector128<SByte>

Returns

Applies to

.NET 10 and other versions
Product Versions
.NET 8, 9, 10

VectorTableLookupExtension(Vector128<SByte>, Vector128<SByte>, Vector128<SByte>)

Source:
AdvSimd.PlatformNotSupported.cs
Source:
AdvSimd.PlatformNotSupported.cs
Source:
AdvSimd.PlatformNotSupported.cs

int8x16_t vqvtbx1q_s8(int8x16_t r, int8x16_t t, uint8x16_t idx)

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

C#
public static System.Runtime.Intrinsics.Vector128<sbyte> VectorTableLookupExtension(System.Runtime.Intrinsics.Vector128<sbyte> defaultValues, System.Runtime.Intrinsics.Vector128<sbyte> table, System.Runtime.Intrinsics.Vector128<sbyte> byteIndexes);

Parameters

defaultValues
Vector128<SByte>
table
Vector128<SByte>
byteIndexes
Vector128<SByte>

Returns

Applies to

.NET 10 and other versions
Product Versions
.NET 5, 6, 7, 8, 9, 10

VectorTableLookupExtension(Vector128<SByte>, ValueTuple<Vector128<SByte>,Vector128<SByte>,Vector128<SByte>,Vector128<SByte>>, Vector128<SByte>)

Source:
AdvSimd.PlatformNotSupported.cs
Source:
AdvSimd.PlatformNotSupported.cs

int8x16_t vqtbx4q_s8(int8x16x4_t t, uint8x16_t idx)

A64: TBX Vd.16B, {Vn.16B, Vn+1.16B, Vn+2.16B, Vn+3.16B}, Vm.16B

C#
public static System.Runtime.Intrinsics.Vector128<sbyte> VectorTableLookupExtension(System.Runtime.Intrinsics.Vector128<sbyte> defaultValues,(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);

Parameters

defaultValues
Vector128<SByte>
byteIndexes
Vector128<SByte>

Returns

Applies to

.NET 10 and other versions
Product Versions
.NET 8, 9, 10

VectorTableLookupExtension(Vector128<Byte>, ValueTuple<Vector128<Byte>,Vector128<Byte>,Vector128<Byte>>, Vector128<Byte>)

Source:
AdvSimd.PlatformNotSupported.cs
Source:
AdvSimd.PlatformNotSupported.cs

uint8x16_t vqtbx3q_u8(uint8x16x3_t t, uint8x16_t idx)

A64: TBX Vd.16B, {Vn.16B, Vn+1.16B, Vn+2.16B}, Vm.16B

C#
public static System.Runtime.Intrinsics.Vector128<byte> VectorTableLookupExtension(System.Runtime.Intrinsics.Vector128<byte> defaultValues,(System.Runtime.Intrinsics.Vector128<byte>, System.Runtime.Intrinsics.Vector128<byte>, System.Runtime.Intrinsics.Vector128<byte>) table, System.Runtime.Intrinsics.Vector128<byte> byteIndexes);

Parameters

defaultValues
Vector128<Byte>
byteIndexes
Vector128<Byte>

Returns

Applies to

.NET 10 and other versions
Product Versions
.NET 8, 9, 10

VectorTableLookupExtension(Vector128<Byte>, ValueTuple<Vector128<Byte>,Vector128<Byte>,Vector128<Byte>,Vector128<Byte>>, Vector128<Byte>)

Source:
AdvSimd.PlatformNotSupported.cs
Source:
AdvSimd.PlatformNotSupported.cs

uint8x16_t vqtbx4q_u8(uint8x16x4_t t, uint8x16_t idx)

A64: TBX Vd.16B, {Vn.16B, Vn+1.16B, Vn+2.16B, Vn+3.16B}, Vm.16B

C#
public static System.Runtime.Intrinsics.Vector128<byte> VectorTableLookupExtension(System.Runtime.Intrinsics.Vector128<byte> defaultValues,(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);

Parameters

defaultValues
Vector128<Byte>
byteIndexes
Vector128<Byte>

Returns

Applies to

.NET 10 and other versions
Product Versions
.NET 8, 9, 10

VectorTableLookupExtension(Vector128<Byte>, Vector128<Byte>, Vector128<Byte>)

Source:
AdvSimd.PlatformNotSupported.cs
Source:
AdvSimd.PlatformNotSupported.cs
Source:
AdvSimd.PlatformNotSupported.cs

uint8x16_t vqvtbx1q_u8(uint8x16_t r, int8x16_t t, uint8x16_t idx)

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

C#
public static System.Runtime.Intrinsics.Vector128<byte> VectorTableLookupExtension(System.Runtime.Intrinsics.Vector128<byte> defaultValues, System.Runtime.Intrinsics.Vector128<byte> table, System.Runtime.Intrinsics.Vector128<byte> byteIndexes);

Parameters

defaultValues
Vector128<Byte>
table
Vector128<Byte>
byteIndexes
Vector128<Byte>

Returns

Applies to

.NET 10 and other versions
Product Versions
.NET 5, 6, 7, 8, 9, 10

VectorTableLookupExtension(Vector128<Byte>, ValueTuple<Vector128<Byte>,Vector128<Byte>>, Vector128<Byte>)

Source:
AdvSimd.PlatformNotSupported.cs
Source:
AdvSimd.PlatformNotSupported.cs

uint8x16_t vqtbx2q_u8(uint8x16x2_t t, uint8x16_t idx)

A64: TBX Vd.16B, {Vn.16B, Vn+1.16B}, Vm.16B

C#
public static System.Runtime.Intrinsics.Vector128<byte> VectorTableLookupExtension(System.Runtime.Intrinsics.Vector128<byte> defaultValues,(System.Runtime.Intrinsics.Vector128<byte>, System.Runtime.Intrinsics.Vector128<byte>) table, System.Runtime.Intrinsics.Vector128<byte> byteIndexes);

Parameters

defaultValues
Vector128<Byte>
byteIndexes
Vector128<Byte>

Returns

Applies to

.NET 10 and other versions
Product Versions
.NET 8, 9, 10