Avx2.GatherVector128 Method

Definition

Overloads

GatherVector128(UInt64*, Vector128<Int64>, Byte)

__m128i _mm_i64gather_epi64 (__int64 const* base_addr, __m128i vindex, const int scale)

VPGATHERQQ xmm, vm64x, xmm

GatherVector128(UInt64*, Vector128<Int32>, Byte)

__m128i _mm_i32gather_epi64 (__int64 const* base_addr, __m128i vindex, const int scale)

VPGATHERDQ xmm, vm32x, xmm

GatherVector128(UInt32*, Vector256<Int64>, Byte)

__m128i _mm256_i64gather_epi32 (int const* base_addr, __m256i vindex, const int scale)

VPGATHERQD xmm, vm64y, xmm

GatherVector128(UInt32*, Vector128<Int64>, Byte)

__m128i _mm_i64gather_epi32 (int const* base_addr, __m128i vindex, const int scale)

VPGATHERQD xmm, vm64x, xmm

GatherVector128(UInt32*, Vector128<Int32>, Byte)

__m128i _mm_i32gather_epi32 (int const* base_addr, __m128i vindex, const int scale)

VPGATHERDD xmm, vm32x, xmm

GatherVector128(Single*, Vector256<Int64>, Byte)

__m128 _mm256_i64gather_ps (float const* base_addr, __m256i vindex, const int scale)

VGATHERQPS xmm, vm64y, xmm

GatherVector128(Single*, Vector128<Int64>, Byte)

__m128 _mm_i64gather_ps (float const* base_addr, __m128i vindex, const int scale)

VGATHERQPS xmm, vm64x, xmm

GatherVector128(Int64*, Vector128<Int32>, Byte)

__m128i _mm_i32gather_epi64 (__int64 const* base_addr, __m128i vindex, const int scale)

VPGATHERDQ xmm, vm32x, xmm

GatherVector128(Int64*, Vector128<Int64>, Byte)

__m128i _mm_i64gather_epi64 (__int64 const* base_addr, __m128i vindex, const int scale)

VPGATHERQQ xmm, vm64x, xmm

GatherVector128(Int32*, Vector256<Int64>, Byte)

__m128i _mm256_i64gather_epi32 (int const* base_addr, __m256i vindex, const int scale)

VPGATHERQD xmm, vm64y, xmm

GatherVector128(Int32*, Vector128<Int64>, Byte)

__m128i _mm_i64gather_epi32 (int const* base_addr, __m128i vindex, const int scale)

VPGATHERQD xmm, vm64x, xmm

GatherVector128(Int32*, Vector128<Int32>, Byte)

__m128i _mm_i32gather_epi32 (int const* base_addr, __m128i vindex, const int scale)

VPGATHERDD xmm, vm32x, xmm

GatherVector128(Double*, Vector128<Int64>, Byte)

__m128d _mm_i64gather_pd (double const* base_addr, __m128i vindex, const int scale)

VGATHERQPD xmm, vm64x, xmm

GatherVector128(Double*, Vector128<Int32>, Byte)

__m128d _mm_i32gather_pd (double const* base_addr, __m128i vindex, const int scale)

VGATHERDPD xmm, vm32x, xmm

GatherVector128(Single*, Vector128<Int32>, Byte)

__m128 _mm_i32gather_ps (float const* base_addr, __m128i vindex, const int scale)

VGATHERDPS xmm, vm32x, xmm

GatherVector128(UInt64*, Vector128<Int64>, Byte)

Source:
Avx2.cs
Source:
Avx2.cs
Source:
Avx2.cs

__m128i _mm_i64gather_epi64 (__int64 const* base_addr, __m128i vindex, const int scale)

VPGATHERQQ xmm, vm64x, xmm

C#
public static System.Runtime.Intrinsics.Vector128<ulong> GatherVector128(ulong* baseAddress, System.Runtime.Intrinsics.Vector128<long> index, byte scale);

Parameters

baseAddress
UInt64*
index
Vector128<Int64>
scale
Byte

Returns

Exceptions

The scale parameter is not 1, 2, 4 or 8.

Applies to

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

GatherVector128(UInt64*, Vector128<Int32>, Byte)

Source:
Avx2.cs
Source:
Avx2.cs
Source:
Avx2.cs

__m128i _mm_i32gather_epi64 (__int64 const* base_addr, __m128i vindex, const int scale)

VPGATHERDQ xmm, vm32x, xmm

C#
public static System.Runtime.Intrinsics.Vector128<ulong> GatherVector128(ulong* baseAddress, System.Runtime.Intrinsics.Vector128<int> index, byte scale);

Parameters

baseAddress
UInt64*
index
Vector128<Int32>
scale
Byte

Returns

Exceptions

The scale parameter is not 1, 2, 4 or 8.

Applies to

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

GatherVector128(UInt32*, Vector256<Int64>, Byte)

Source:
Avx2.cs
Source:
Avx2.cs
Source:
Avx2.cs

__m128i _mm256_i64gather_epi32 (int const* base_addr, __m256i vindex, const int scale)

VPGATHERQD xmm, vm64y, xmm

C#
public static System.Runtime.Intrinsics.Vector128<uint> GatherVector128(uint* baseAddress, System.Runtime.Intrinsics.Vector256<long> index, byte scale);

Parameters

baseAddress
UInt32*
index
Vector256<Int64>
scale
Byte

Returns

Exceptions

The scale parameter is not 1, 2, 4 or 8.

Applies to

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

GatherVector128(UInt32*, Vector128<Int64>, Byte)

Source:
Avx2.cs
Source:
Avx2.cs
Source:
Avx2.cs

__m128i _mm_i64gather_epi32 (int const* base_addr, __m128i vindex, const int scale)

VPGATHERQD xmm, vm64x, xmm

C#
public static System.Runtime.Intrinsics.Vector128<uint> GatherVector128(uint* baseAddress, System.Runtime.Intrinsics.Vector128<long> index, byte scale);

Parameters

baseAddress
UInt32*
index
Vector128<Int64>
scale
Byte

Returns

Exceptions

The scale parameter is not 1, 2, 4 or 8.

Applies to

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

GatherVector128(UInt32*, Vector128<Int32>, Byte)

Source:
Avx2.cs
Source:
Avx2.cs
Source:
Avx2.cs

__m128i _mm_i32gather_epi32 (int const* base_addr, __m128i vindex, const int scale)

VPGATHERDD xmm, vm32x, xmm

C#
public static System.Runtime.Intrinsics.Vector128<uint> GatherVector128(uint* baseAddress, System.Runtime.Intrinsics.Vector128<int> index, byte scale);

Parameters

baseAddress
UInt32*
index
Vector128<Int32>
scale
Byte

Returns

Exceptions

The scale parameter is not 1, 2, 4 or 8.

Applies to

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

GatherVector128(Single*, Vector256<Int64>, Byte)

Source:
Avx2.cs
Source:
Avx2.cs
Source:
Avx2.cs

__m128 _mm256_i64gather_ps (float const* base_addr, __m256i vindex, const int scale)

VGATHERQPS xmm, vm64y, xmm

C#
public static System.Runtime.Intrinsics.Vector128<float> GatherVector128(float* baseAddress, System.Runtime.Intrinsics.Vector256<long> index, byte scale);

Parameters

baseAddress
Single*
index
Vector256<Int64>
scale
Byte

Returns

Exceptions

The scale parameter is not 1, 2, 4 or 8.

Applies to

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

GatherVector128(Single*, Vector128<Int64>, Byte)

Source:
Avx2.cs
Source:
Avx2.cs
Source:
Avx2.cs

__m128 _mm_i64gather_ps (float const* base_addr, __m128i vindex, const int scale)

VGATHERQPS xmm, vm64x, xmm

C#
public static System.Runtime.Intrinsics.Vector128<float> GatherVector128(float* baseAddress, System.Runtime.Intrinsics.Vector128<long> index, byte scale);

Parameters

baseAddress
Single*
index
Vector128<Int64>
scale
Byte

Returns

Exceptions

The scale parameter is not 1, 2, 4 or 8.

Applies to

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

GatherVector128(Int64*, Vector128<Int32>, Byte)

Source:
Avx2.cs
Source:
Avx2.cs
Source:
Avx2.cs

__m128i _mm_i32gather_epi64 (__int64 const* base_addr, __m128i vindex, const int scale)

VPGATHERDQ xmm, vm32x, xmm

C#
public static System.Runtime.Intrinsics.Vector128<long> GatherVector128(long* baseAddress, System.Runtime.Intrinsics.Vector128<int> index, byte scale);

Parameters

baseAddress
Int64*
index
Vector128<Int32>
scale
Byte

Returns

Exceptions

The scale parameter is not 1, 2, 4 or 8.

Applies to

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

GatherVector128(Int64*, Vector128<Int64>, Byte)

Source:
Avx2.cs
Source:
Avx2.cs
Source:
Avx2.cs

__m128i _mm_i64gather_epi64 (__int64 const* base_addr, __m128i vindex, const int scale)

VPGATHERQQ xmm, vm64x, xmm

C#
public static System.Runtime.Intrinsics.Vector128<long> GatherVector128(long* baseAddress, System.Runtime.Intrinsics.Vector128<long> index, byte scale);

Parameters

baseAddress
Int64*
index
Vector128<Int64>
scale
Byte

Returns

Exceptions

The scale parameter is not 1, 2, 4 or 8.

Applies to

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

GatherVector128(Int32*, Vector256<Int64>, Byte)

Source:
Avx2.cs
Source:
Avx2.cs
Source:
Avx2.cs

__m128i _mm256_i64gather_epi32 (int const* base_addr, __m256i vindex, const int scale)

VPGATHERQD xmm, vm64y, xmm

C#
public static System.Runtime.Intrinsics.Vector128<int> GatherVector128(int* baseAddress, System.Runtime.Intrinsics.Vector256<long> index, byte scale);

Parameters

baseAddress
Int32*
index
Vector256<Int64>
scale
Byte

Returns

Exceptions

The scale parameter is not 1, 2, 4 or 8.

Applies to

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

GatherVector128(Int32*, Vector128<Int64>, Byte)

Source:
Avx2.cs
Source:
Avx2.cs
Source:
Avx2.cs

__m128i _mm_i64gather_epi32 (int const* base_addr, __m128i vindex, const int scale)

VPGATHERQD xmm, vm64x, xmm

C#
public static System.Runtime.Intrinsics.Vector128<int> GatherVector128(int* baseAddress, System.Runtime.Intrinsics.Vector128<long> index, byte scale);

Parameters

baseAddress
Int32*
index
Vector128<Int64>
scale
Byte

Returns

Exceptions

The scale parameter is not 1, 2, 4 or 8.

Applies to

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

GatherVector128(Int32*, Vector128<Int32>, Byte)

Source:
Avx2.cs
Source:
Avx2.cs
Source:
Avx2.cs

__m128i _mm_i32gather_epi32 (int const* base_addr, __m128i vindex, const int scale)

VPGATHERDD xmm, vm32x, xmm

C#
public static System.Runtime.Intrinsics.Vector128<int> GatherVector128(int* baseAddress, System.Runtime.Intrinsics.Vector128<int> index, byte scale);

Parameters

baseAddress
Int32*
index
Vector128<Int32>
scale
Byte

Returns

Exceptions

The scale parameter is not 1, 2, 4 or 8.

Applies to

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

GatherVector128(Double*, Vector128<Int64>, Byte)

Source:
Avx2.cs
Source:
Avx2.cs
Source:
Avx2.cs

__m128d _mm_i64gather_pd (double const* base_addr, __m128i vindex, const int scale)

VGATHERQPD xmm, vm64x, xmm

C#
public static System.Runtime.Intrinsics.Vector128<double> GatherVector128(double* baseAddress, System.Runtime.Intrinsics.Vector128<long> index, byte scale);

Parameters

baseAddress
Double*
index
Vector128<Int64>
scale
Byte

Returns

Exceptions

The scale parameter is not 1, 2, 4 or 8.

Applies to

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

GatherVector128(Double*, Vector128<Int32>, Byte)

Source:
Avx2.cs
Source:
Avx2.cs
Source:
Avx2.cs

__m128d _mm_i32gather_pd (double const* base_addr, __m128i vindex, const int scale)

VGATHERDPD xmm, vm32x, xmm

C#
public static System.Runtime.Intrinsics.Vector128<double> GatherVector128(double* baseAddress, System.Runtime.Intrinsics.Vector128<int> index, byte scale);

Parameters

baseAddress
Double*
index
Vector128<Int32>
scale
Byte

Returns

Exceptions

The scale parameter is not 1, 2, 4 or 8.

Applies to

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

GatherVector128(Single*, Vector128<Int32>, Byte)

Source:
Avx2.cs
Source:
Avx2.cs
Source:
Avx2.cs

__m128 _mm_i32gather_ps (float const* base_addr, __m128i vindex, const int scale)

VGATHERDPS xmm, vm32x, xmm

C#
public static System.Runtime.Intrinsics.Vector128<float> GatherVector128(float* baseAddress, System.Runtime.Intrinsics.Vector128<int> index, byte scale);

Parameters

baseAddress
Single*
index
Vector128<Int32>
scale
Byte

Returns

Exceptions

The scale parameter is not 1, 2, 4 or 8.

Applies to

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