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)

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

VPGATHERQQ xmm, vm64x, xmm

public:
 static System::Runtime::Intrinsics::Vector128<System::UInt64> GatherVector128(System::UInt64* baseAddress, System::Runtime::Intrinsics::Vector128<long> index, System::Byte scale);
public static System.Runtime.Intrinsics.Vector128<ulong> GatherVector128 (ulong* baseAddress, System.Runtime.Intrinsics.Vector128<long> index, byte scale);
static member GatherVector128 : nativeptr<uint64> * System.Runtime.Intrinsics.Vector128<int64> * byte -> System.Runtime.Intrinsics.Vector128<uint64>

Parameters

baseAddress
UInt64*
index
Vector128<Int64>
scale
Byte

Returns

Exceptions

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

Applies to

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

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

VPGATHERDQ xmm, vm32x, xmm

public:
 static System::Runtime::Intrinsics::Vector128<System::UInt64> GatherVector128(System::UInt64* baseAddress, System::Runtime::Intrinsics::Vector128<int> index, System::Byte scale);
public static System.Runtime.Intrinsics.Vector128<ulong> GatherVector128 (ulong* baseAddress, System.Runtime.Intrinsics.Vector128<int> index, byte scale);
static member GatherVector128 : nativeptr<uint64> * System.Runtime.Intrinsics.Vector128<int> * byte -> System.Runtime.Intrinsics.Vector128<uint64>

Parameters

baseAddress
UInt64*
index
Vector128<Int32>
scale
Byte

Returns

Exceptions

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

Applies to

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

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

VPGATHERQD xmm, vm64y, xmm

public:
 static System::Runtime::Intrinsics::Vector128<System::UInt32> GatherVector128(System::UInt32* baseAddress, System::Runtime::Intrinsics::Vector256<long> index, System::Byte scale);
public static System.Runtime.Intrinsics.Vector128<uint> GatherVector128 (uint* baseAddress, System.Runtime.Intrinsics.Vector256<long> index, byte scale);
static member GatherVector128 : nativeptr<uint32> * System.Runtime.Intrinsics.Vector256<int64> * byte -> System.Runtime.Intrinsics.Vector128<uint32>

Parameters

baseAddress
UInt32*
index
Vector256<Int64>
scale
Byte

Returns

Exceptions

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

Applies to

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

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

VPGATHERQD xmm, vm64x, xmm

public:
 static System::Runtime::Intrinsics::Vector128<System::UInt32> GatherVector128(System::UInt32* baseAddress, System::Runtime::Intrinsics::Vector128<long> index, System::Byte scale);
public static System.Runtime.Intrinsics.Vector128<uint> GatherVector128 (uint* baseAddress, System.Runtime.Intrinsics.Vector128<long> index, byte scale);
static member GatherVector128 : nativeptr<uint32> * System.Runtime.Intrinsics.Vector128<int64> * byte -> System.Runtime.Intrinsics.Vector128<uint32>

Parameters

baseAddress
UInt32*
index
Vector128<Int64>
scale
Byte

Returns

Exceptions

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

Applies to

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

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

VPGATHERDD xmm, vm32x, xmm

public:
 static System::Runtime::Intrinsics::Vector128<System::UInt32> GatherVector128(System::UInt32* baseAddress, System::Runtime::Intrinsics::Vector128<int> index, System::Byte scale);
public static System.Runtime.Intrinsics.Vector128<uint> GatherVector128 (uint* baseAddress, System.Runtime.Intrinsics.Vector128<int> index, byte scale);
static member GatherVector128 : nativeptr<uint32> * System.Runtime.Intrinsics.Vector128<int> * byte -> System.Runtime.Intrinsics.Vector128<uint32>

Parameters

baseAddress
UInt32*
index
Vector128<Int32>
scale
Byte

Returns

Exceptions

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

Applies to

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

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

VGATHERQPS xmm, vm64y, xmm

public:
 static System::Runtime::Intrinsics::Vector128<float> GatherVector128(float* baseAddress, System::Runtime::Intrinsics::Vector256<long> index, System::Byte scale);
public static System.Runtime.Intrinsics.Vector128<float> GatherVector128 (float* baseAddress, System.Runtime.Intrinsics.Vector256<long> index, byte scale);
static member GatherVector128 : nativeptr<single> * System.Runtime.Intrinsics.Vector256<int64> * byte -> System.Runtime.Intrinsics.Vector128<single>

Parameters

baseAddress
Single*
index
Vector256<Int64>
scale
Byte

Returns

Exceptions

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

Applies to

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

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

VGATHERQPS xmm, vm64x, xmm

public:
 static System::Runtime::Intrinsics::Vector128<float> GatherVector128(float* baseAddress, System::Runtime::Intrinsics::Vector128<long> index, System::Byte scale);
public static System.Runtime.Intrinsics.Vector128<float> GatherVector128 (float* baseAddress, System.Runtime.Intrinsics.Vector128<long> index, byte scale);
static member GatherVector128 : nativeptr<single> * System.Runtime.Intrinsics.Vector128<int64> * byte -> System.Runtime.Intrinsics.Vector128<single>

Parameters

baseAddress
Single*
index
Vector128<Int64>
scale
Byte

Returns

Exceptions

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

Applies to

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

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

VPGATHERDQ xmm, vm32x, xmm

public:
 static System::Runtime::Intrinsics::Vector128<long> GatherVector128(long* baseAddress, System::Runtime::Intrinsics::Vector128<int> index, System::Byte scale);
public static System.Runtime.Intrinsics.Vector128<long> GatherVector128 (long* baseAddress, System.Runtime.Intrinsics.Vector128<int> index, byte scale);
static member GatherVector128 : nativeptr<int64> * System.Runtime.Intrinsics.Vector128<int> * byte -> System.Runtime.Intrinsics.Vector128<int64>

Parameters

baseAddress
Int64*
index
Vector128<Int32>
scale
Byte

Returns

Exceptions

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

Applies to

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

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

VPGATHERQQ xmm, vm64x, xmm

public:
 static System::Runtime::Intrinsics::Vector128<long> GatherVector128(long* baseAddress, System::Runtime::Intrinsics::Vector128<long> index, System::Byte scale);
public static System.Runtime.Intrinsics.Vector128<long> GatherVector128 (long* baseAddress, System.Runtime.Intrinsics.Vector128<long> index, byte scale);
static member GatherVector128 : nativeptr<int64> * System.Runtime.Intrinsics.Vector128<int64> * byte -> System.Runtime.Intrinsics.Vector128<int64>

Parameters

baseAddress
Int64*
index
Vector128<Int64>
scale
Byte

Returns

Exceptions

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

Applies to

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

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

VPGATHERQD xmm, vm64y, xmm

public:
 static System::Runtime::Intrinsics::Vector128<int> GatherVector128(int* baseAddress, System::Runtime::Intrinsics::Vector256<long> index, System::Byte scale);
public static System.Runtime.Intrinsics.Vector128<int> GatherVector128 (int* baseAddress, System.Runtime.Intrinsics.Vector256<long> index, byte scale);
static member GatherVector128 : nativeptr<int> * System.Runtime.Intrinsics.Vector256<int64> * byte -> System.Runtime.Intrinsics.Vector128<int>

Parameters

baseAddress
Int32*
index
Vector256<Int64>
scale
Byte

Returns

Exceptions

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

Applies to

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

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

VPGATHERQD xmm, vm64x, xmm

public:
 static System::Runtime::Intrinsics::Vector128<int> GatherVector128(int* baseAddress, System::Runtime::Intrinsics::Vector128<long> index, System::Byte scale);
public static System.Runtime.Intrinsics.Vector128<int> GatherVector128 (int* baseAddress, System.Runtime.Intrinsics.Vector128<long> index, byte scale);
static member GatherVector128 : nativeptr<int> * System.Runtime.Intrinsics.Vector128<int64> * byte -> System.Runtime.Intrinsics.Vector128<int>

Parameters

baseAddress
Int32*
index
Vector128<Int64>
scale
Byte

Returns

Exceptions

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

Applies to

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

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

VPGATHERDD xmm, vm32x, xmm

public:
 static System::Runtime::Intrinsics::Vector128<int> GatherVector128(int* baseAddress, System::Runtime::Intrinsics::Vector128<int> index, System::Byte scale);
public static System.Runtime.Intrinsics.Vector128<int> GatherVector128 (int* baseAddress, System.Runtime.Intrinsics.Vector128<int> index, byte scale);
static member GatherVector128 : nativeptr<int> * System.Runtime.Intrinsics.Vector128<int> * byte -> System.Runtime.Intrinsics.Vector128<int>

Parameters

baseAddress
Int32*
index
Vector128<Int32>
scale
Byte

Returns

Exceptions

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

Applies to

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

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

VGATHERQPD xmm, vm64x, xmm

public:
 static System::Runtime::Intrinsics::Vector128<double> GatherVector128(double* baseAddress, System::Runtime::Intrinsics::Vector128<long> index, System::Byte scale);
public static System.Runtime.Intrinsics.Vector128<double> GatherVector128 (double* baseAddress, System.Runtime.Intrinsics.Vector128<long> index, byte scale);
static member GatherVector128 : nativeptr<double> * System.Runtime.Intrinsics.Vector128<int64> * byte -> System.Runtime.Intrinsics.Vector128<double>

Parameters

baseAddress
Double*
index
Vector128<Int64>
scale
Byte

Returns

Exceptions

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

Applies to

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

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

VGATHERDPD xmm, vm32x, xmm

public:
 static System::Runtime::Intrinsics::Vector128<double> GatherVector128(double* baseAddress, System::Runtime::Intrinsics::Vector128<int> index, System::Byte scale);
public static System.Runtime.Intrinsics.Vector128<double> GatherVector128 (double* baseAddress, System.Runtime.Intrinsics.Vector128<int> index, byte scale);
static member GatherVector128 : nativeptr<double> * System.Runtime.Intrinsics.Vector128<int> * byte -> System.Runtime.Intrinsics.Vector128<double>

Parameters

baseAddress
Double*
index
Vector128<Int32>
scale
Byte

Returns

Exceptions

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

Applies to

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

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

VGATHERDPS xmm, vm32x, xmm

public:
 static System::Runtime::Intrinsics::Vector128<float> GatherVector128(float* baseAddress, System::Runtime::Intrinsics::Vector128<int> index, System::Byte scale);
public static System.Runtime.Intrinsics.Vector128<float> GatherVector128 (float* baseAddress, System.Runtime.Intrinsics.Vector128<int> index, byte scale);
static member GatherVector128 : nativeptr<single> * System.Runtime.Intrinsics.Vector128<int> * byte -> System.Runtime.Intrinsics.Vector128<single>

Parameters

baseAddress
Single*
index
Vector128<Int32>
scale
Byte

Returns

Exceptions

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

Applies to