Avx2.GatherVector256 Methode
Definitie
Belangrijk
Bepaalde informatie heeft betrekking op een voorlopige productversie die aanzienlijk kan worden gewijzigd voordat deze wordt uitgebracht. Microsoft biedt geen enkele expliciete of impliciete garanties met betrekking tot de informatie die hier wordt verstrekt.
Overloads
| Name | Description |
|---|---|
| GatherVector256(UInt64*, Vector256<Int64>, Byte) |
__m256i _mm256_i64gather_epi64 (__int64 const* base_addr, __m256i vindex, const int scale) VPGATHERQQ ymm, vm64y, ymm |
| GatherVector256(UInt64*, Vector128<Int32>, Byte) |
__m256i _mm256_i32gather_epi64 (__int64 const* base_addr, __m128i vindex, const int scale) VPGATHERDQ ymm, vm32y, ymm |
| GatherVector256(UInt32*, Vector256<Int32>, Byte) |
__m256i _mm256_i32gather_epi32 (int const* base_addr, __m256i vindex, const int scale) VPGATHERDD ymm, vm32y, ymm |
| GatherVector256(Single*, Vector256<Int32>, Byte) |
__m256 _mm256_i32gather_ps (float const* base_addr, __m256i vindex, const int scale) VGATHERDPS ymm, vm32y, ymm |
| GatherVector256(Int32*, Vector256<Int32>, Byte) |
__m256i _mm256_i32gather_epi32 (int const* base_addr, __m256i vindex, const int scale) VPGATHERDD ymm, vm32y, ymm |
| GatherVector256(Int64*, Vector128<Int32>, Byte) |
__m256i _mm256_i32gather_epi64 (__int64 const* base_addr, __m128i vindex, const int scale) VPGATHERDQ ymm, vm32y, ymm |
| GatherVector256(Double*, Vector256<Int64>, Byte) |
__m256d _mm256_i64gather_pd (dubbele const* base_addr, __m256i vindex, const int scale) VGATHERQPD ymm, vm64y, ymm |
| GatherVector256(Double*, Vector128<Int32>, Byte) |
__m256d _mm256_i32gather_pd (dubbele const* base_addr, __m128i vindex, const int scale) VGATHERDPD ymm, vm32y, ymm |
| GatherVector256(Int64*, Vector256<Int64>, Byte) |
__m256i _mm256_i64gather_epi64 (__int64 const* base_addr, __m256i vindex, const int scale) VPGATHERQQ ymm, vm64y, ymm |
GatherVector256(UInt64*, Vector256<Int64>, Byte)
- Bron:
- Avx2.cs
- Bron:
- Avx2.cs
- Bron:
- Avx2.cs
- Bron:
- Avx2.cs
- Bron:
- Avx2.cs
__m256i _mm256_i64gather_epi64 (__int64 const* base_addr, __m256i vindex, const int scale)
VPGATHERQQ ymm, vm64y, ymm
public:
static System::Runtime::Intrinsics::Vector256<System::UInt64> GatherVector256(System::UInt64* baseAddress, System::Runtime::Intrinsics::Vector256<long> index, System::Byte scale);
public static System.Runtime.Intrinsics.Vector256<ulong> GatherVector256(ulong* baseAddress, System.Runtime.Intrinsics.Vector256<long> index, byte scale);
static member GatherVector256 : nativeptr<uint64> * System.Runtime.Intrinsics.Vector256<int64> * byte -> System.Runtime.Intrinsics.Vector256<uint64>
Parameters
- baseAddress
- UInt64*
- scale
- Byte
Retouren
Uitzonderingen
De schaalparameter is niet 1, 2, 4 of 8.
Van toepassing op
GatherVector256(UInt64*, Vector128<Int32>, Byte)
- Bron:
- Avx2.cs
- Bron:
- Avx2.cs
- Bron:
- Avx2.cs
- Bron:
- Avx2.cs
- Bron:
- Avx2.cs
__m256i _mm256_i32gather_epi64 (__int64 const* base_addr, __m128i vindex, const int scale)
VPGATHERDQ ymm, vm32y, ymm
public:
static System::Runtime::Intrinsics::Vector256<System::UInt64> GatherVector256(System::UInt64* baseAddress, System::Runtime::Intrinsics::Vector128<int> index, System::Byte scale);
public static System.Runtime.Intrinsics.Vector256<ulong> GatherVector256(ulong* baseAddress, System.Runtime.Intrinsics.Vector128<int> index, byte scale);
static member GatherVector256 : nativeptr<uint64> * System.Runtime.Intrinsics.Vector128<int> * byte -> System.Runtime.Intrinsics.Vector256<uint64>
Parameters
- baseAddress
- UInt64*
- scale
- Byte
Retouren
Uitzonderingen
De schaalparameter is niet 1, 2, 4 of 8.
Van toepassing op
GatherVector256(UInt32*, Vector256<Int32>, Byte)
- Bron:
- Avx2.cs
- Bron:
- Avx2.cs
- Bron:
- Avx2.cs
- Bron:
- Avx2.cs
- Bron:
- Avx2.cs
__m256i _mm256_i32gather_epi32 (int const* base_addr, __m256i vindex, const int scale)
VPGATHERDD ymm, vm32y, ymm
public:
static System::Runtime::Intrinsics::Vector256<System::UInt32> GatherVector256(System::UInt32* baseAddress, System::Runtime::Intrinsics::Vector256<int> index, System::Byte scale);
public static System.Runtime.Intrinsics.Vector256<uint> GatherVector256(uint* baseAddress, System.Runtime.Intrinsics.Vector256<int> index, byte scale);
static member GatherVector256 : nativeptr<uint32> * System.Runtime.Intrinsics.Vector256<int> * byte -> System.Runtime.Intrinsics.Vector256<uint32>
Parameters
- baseAddress
- UInt32*
- scale
- Byte
Retouren
Uitzonderingen
De schaalparameter is niet 1, 2, 4 of 8.
Van toepassing op
GatherVector256(Single*, Vector256<Int32>, Byte)
- Bron:
- Avx2.cs
- Bron:
- Avx2.cs
- Bron:
- Avx2.cs
- Bron:
- Avx2.cs
- Bron:
- Avx2.cs
__m256 _mm256_i32gather_ps (float const* base_addr, __m256i vindex, const int scale)
VGATHERDPS ymm, vm32y, ymm
public:
static System::Runtime::Intrinsics::Vector256<float> GatherVector256(float* baseAddress, System::Runtime::Intrinsics::Vector256<int> index, System::Byte scale);
public static System.Runtime.Intrinsics.Vector256<float> GatherVector256(float* baseAddress, System.Runtime.Intrinsics.Vector256<int> index, byte scale);
static member GatherVector256 : nativeptr<single> * System.Runtime.Intrinsics.Vector256<int> * byte -> System.Runtime.Intrinsics.Vector256<single>
Parameters
- baseAddress
- Single*
- scale
- Byte
Retouren
Uitzonderingen
De schaalparameter is niet 1, 2, 4 of 8.
Van toepassing op
GatherVector256(Int32*, Vector256<Int32>, Byte)
- Bron:
- Avx2.cs
- Bron:
- Avx2.cs
- Bron:
- Avx2.cs
- Bron:
- Avx2.cs
- Bron:
- Avx2.cs
__m256i _mm256_i32gather_epi32 (int const* base_addr, __m256i vindex, const int scale)
VPGATHERDD ymm, vm32y, ymm
public:
static System::Runtime::Intrinsics::Vector256<int> GatherVector256(int* baseAddress, System::Runtime::Intrinsics::Vector256<int> index, System::Byte scale);
public static System.Runtime.Intrinsics.Vector256<int> GatherVector256(int* baseAddress, System.Runtime.Intrinsics.Vector256<int> index, byte scale);
static member GatherVector256 : nativeptr<int> * System.Runtime.Intrinsics.Vector256<int> * byte -> System.Runtime.Intrinsics.Vector256<int>
Parameters
- baseAddress
- Int32*
- scale
- Byte
Retouren
Uitzonderingen
De schaalparameter is niet 1, 2, 4 of 8.
Van toepassing op
GatherVector256(Int64*, Vector128<Int32>, Byte)
- Bron:
- Avx2.cs
- Bron:
- Avx2.cs
- Bron:
- Avx2.cs
- Bron:
- Avx2.cs
- Bron:
- Avx2.cs
__m256i _mm256_i32gather_epi64 (__int64 const* base_addr, __m128i vindex, const int scale)
VPGATHERDQ ymm, vm32y, ymm
public:
static System::Runtime::Intrinsics::Vector256<long> GatherVector256(long* baseAddress, System::Runtime::Intrinsics::Vector128<int> index, System::Byte scale);
public static System.Runtime.Intrinsics.Vector256<long> GatherVector256(long* baseAddress, System.Runtime.Intrinsics.Vector128<int> index, byte scale);
static member GatherVector256 : nativeptr<int64> * System.Runtime.Intrinsics.Vector128<int> * byte -> System.Runtime.Intrinsics.Vector256<int64>
Parameters
- baseAddress
- Int64*
- scale
- Byte
Retouren
Uitzonderingen
De schaalparameter is niet 1, 2, 4 of 8.
Van toepassing op
GatherVector256(Double*, Vector256<Int64>, Byte)
- Bron:
- Avx2.cs
- Bron:
- Avx2.cs
- Bron:
- Avx2.cs
- Bron:
- Avx2.cs
- Bron:
- Avx2.cs
__m256d _mm256_i64gather_pd (dubbele const* base_addr, __m256i vindex, const int scale)
VGATHERQPD ymm, vm64y, ymm
public:
static System::Runtime::Intrinsics::Vector256<double> GatherVector256(double* baseAddress, System::Runtime::Intrinsics::Vector256<long> index, System::Byte scale);
public static System.Runtime.Intrinsics.Vector256<double> GatherVector256(double* baseAddress, System.Runtime.Intrinsics.Vector256<long> index, byte scale);
static member GatherVector256 : nativeptr<double> * System.Runtime.Intrinsics.Vector256<int64> * byte -> System.Runtime.Intrinsics.Vector256<double>
Parameters
- baseAddress
- Double*
- scale
- Byte
Retouren
Uitzonderingen
De schaalparameter is niet 1, 2, 4 of 8.
Van toepassing op
GatherVector256(Double*, Vector128<Int32>, Byte)
- Bron:
- Avx2.cs
- Bron:
- Avx2.cs
- Bron:
- Avx2.cs
- Bron:
- Avx2.cs
- Bron:
- Avx2.cs
__m256d _mm256_i32gather_pd (dubbele const* base_addr, __m128i vindex, const int scale)
VGATHERDPD ymm, vm32y, ymm
public:
static System::Runtime::Intrinsics::Vector256<double> GatherVector256(double* baseAddress, System::Runtime::Intrinsics::Vector128<int> index, System::Byte scale);
public static System.Runtime.Intrinsics.Vector256<double> GatherVector256(double* baseAddress, System.Runtime.Intrinsics.Vector128<int> index, byte scale);
static member GatherVector256 : nativeptr<double> * System.Runtime.Intrinsics.Vector128<int> * byte -> System.Runtime.Intrinsics.Vector256<double>
Parameters
- baseAddress
- Double*
- scale
- Byte
Retouren
Uitzonderingen
De schaalparameter is niet 1, 2, 4 of 8.
Van toepassing op
GatherVector256(Int64*, Vector256<Int64>, Byte)
- Bron:
- Avx2.cs
- Bron:
- Avx2.cs
- Bron:
- Avx2.cs
- Bron:
- Avx2.cs
- Bron:
- Avx2.cs
__m256i _mm256_i64gather_epi64 (__int64 const* base_addr, __m256i vindex, const int scale)
VPGATHERQQ ymm, vm64y, ymm
public:
static System::Runtime::Intrinsics::Vector256<long> GatherVector256(long* baseAddress, System::Runtime::Intrinsics::Vector256<long> index, System::Byte scale);
public static System.Runtime.Intrinsics.Vector256<long> GatherVector256(long* baseAddress, System.Runtime.Intrinsics.Vector256<long> index, byte scale);
static member GatherVector256 : nativeptr<int64> * System.Runtime.Intrinsics.Vector256<int64> * byte -> System.Runtime.Intrinsics.Vector256<int64>
Parameters
- baseAddress
- Int64*
- scale
- Byte
Retouren
Uitzonderingen
De schaalparameter is niet 1, 2, 4 of 8.