Freigeben über


Sve2.GatherVectorByteZeroExtendNonTemporal Methode

Definition

Überlädt

GatherVectorByteZeroExtendNonTemporal(Vector<UInt64>, Byte*, Vector<UInt64>)

Quelle:
Sve2.PlatformNotSupported.cs
public:
 static System::Numerics::Vector<System::UInt64> GatherVectorByteZeroExtendNonTemporal(System::Numerics::Vector<System::UInt64> mask, System::Byte* address, System::Numerics::Vector<System::UInt64> offsets);
public static System.Numerics.Vector<ulong> GatherVectorByteZeroExtendNonTemporal(System.Numerics.Vector<ulong> mask, byte* address, System.Numerics.Vector<ulong> offsets);
static member GatherVectorByteZeroExtendNonTemporal : System.Numerics.Vector<uint64> * nativeptr<byte> * System.Numerics.Vector<uint64> -> System.Numerics.Vector<uint64>

Parameter

mask
Vector<UInt64>
address
Byte*
offsets
Vector<UInt64>

Gibt zurück

Gilt für:

GatherVectorByteZeroExtendNonTemporal(Vector<UInt64>, Byte*, Vector<Int64>)

Quelle:
Sve2.PlatformNotSupported.cs
public:
 static System::Numerics::Vector<System::UInt64> GatherVectorByteZeroExtendNonTemporal(System::Numerics::Vector<System::UInt64> mask, System::Byte* address, System::Numerics::Vector<long> offsets);
public static System.Numerics.Vector<ulong> GatherVectorByteZeroExtendNonTemporal(System.Numerics.Vector<ulong> mask, byte* address, System.Numerics.Vector<long> offsets);
static member GatherVectorByteZeroExtendNonTemporal : System.Numerics.Vector<uint64> * nativeptr<byte> * System.Numerics.Vector<int64> -> System.Numerics.Vector<uint64>

Parameter

mask
Vector<UInt64>
address
Byte*
offsets
Vector<Int64>

Gibt zurück

Gilt für:

GatherVectorByteZeroExtendNonTemporal(Vector<UInt32>, Byte*, Vector<UInt32>)

Quelle:
Sve2.PlatformNotSupported.cs
public:
 static System::Numerics::Vector<System::UInt32> GatherVectorByteZeroExtendNonTemporal(System::Numerics::Vector<System::UInt32> mask, System::Byte* address, System::Numerics::Vector<System::UInt32> offsets);
public static System.Numerics.Vector<uint> GatherVectorByteZeroExtendNonTemporal(System.Numerics.Vector<uint> mask, byte* address, System.Numerics.Vector<uint> offsets);
static member GatherVectorByteZeroExtendNonTemporal : System.Numerics.Vector<uint32> * nativeptr<byte> * System.Numerics.Vector<uint32> -> System.Numerics.Vector<uint32>

Parameter

mask
Vector<UInt32>
address
Byte*
offsets
Vector<UInt32>

Gibt zurück

Gilt für:

GatherVectorByteZeroExtendNonTemporal(Vector<Int64>, Byte*, Vector<UInt64>)

Quelle:
Sve2.PlatformNotSupported.cs
public:
 static System::Numerics::Vector<long> GatherVectorByteZeroExtendNonTemporal(System::Numerics::Vector<long> mask, System::Byte* address, System::Numerics::Vector<System::UInt64> offsets);
public static System.Numerics.Vector<long> GatherVectorByteZeroExtendNonTemporal(System.Numerics.Vector<long> mask, byte* address, System.Numerics.Vector<ulong> offsets);
static member GatherVectorByteZeroExtendNonTemporal : System.Numerics.Vector<int64> * nativeptr<byte> * System.Numerics.Vector<uint64> -> System.Numerics.Vector<int64>

Parameter

mask
Vector<Int64>
address
Byte*
offsets
Vector<UInt64>

Gibt zurück

Gilt für:

GatherVectorByteZeroExtendNonTemporal(Vector<Int32>, Byte*, Vector<UInt32>)

Quelle:
Sve2.PlatformNotSupported.cs
public:
 static System::Numerics::Vector<int> GatherVectorByteZeroExtendNonTemporal(System::Numerics::Vector<int> mask, System::Byte* address, System::Numerics::Vector<System::UInt32> offsets);
public static System.Numerics.Vector<int> GatherVectorByteZeroExtendNonTemporal(System.Numerics.Vector<int> mask, byte* address, System.Numerics.Vector<uint> offsets);
static member GatherVectorByteZeroExtendNonTemporal : System.Numerics.Vector<int> * nativeptr<byte> * System.Numerics.Vector<uint32> -> System.Numerics.Vector<int>

Parameter

mask
Vector<Int32>
address
Byte*
offsets
Vector<UInt32>

Gibt zurück

Gilt für:

GatherVectorByteZeroExtendNonTemporal(Vector<UInt64>, Vector<UInt64>)

Quelle:
Sve2.PlatformNotSupported.cs
public:
 static System::Numerics::Vector<System::UInt64> GatherVectorByteZeroExtendNonTemporal(System::Numerics::Vector<System::UInt64> mask, System::Numerics::Vector<System::UInt64> addresses);
public static System.Numerics.Vector<ulong> GatherVectorByteZeroExtendNonTemporal(System.Numerics.Vector<ulong> mask, System.Numerics.Vector<ulong> addresses);
static member GatherVectorByteZeroExtendNonTemporal : System.Numerics.Vector<uint64> * System.Numerics.Vector<uint64> -> System.Numerics.Vector<uint64>
Public Shared Function GatherVectorByteZeroExtendNonTemporal (mask As Vector(Of ULong), addresses As Vector(Of ULong)) As Vector(Of ULong)

Parameter

mask
Vector<UInt64>
addresses
Vector<UInt64>

Gibt zurück

Gilt für:

GatherVectorByteZeroExtendNonTemporal(Vector<Int64>, Vector<UInt64>)

Quelle:
Sve2.PlatformNotSupported.cs
public:
 static System::Numerics::Vector<long> GatherVectorByteZeroExtendNonTemporal(System::Numerics::Vector<long> mask, System::Numerics::Vector<System::UInt64> addresses);
public static System.Numerics.Vector<long> GatherVectorByteZeroExtendNonTemporal(System.Numerics.Vector<long> mask, System.Numerics.Vector<ulong> addresses);
static member GatherVectorByteZeroExtendNonTemporal : System.Numerics.Vector<int64> * System.Numerics.Vector<uint64> -> System.Numerics.Vector<int64>
Public Shared Function GatherVectorByteZeroExtendNonTemporal (mask As Vector(Of Long), addresses As Vector(Of ULong)) As Vector(Of Long)

Parameter

mask
Vector<Int64>
addresses
Vector<UInt64>

Gibt zurück

Gilt für:

GatherVectorByteZeroExtendNonTemporal(Vector<Int64>, Byte*, Vector<Int64>)

Quelle:
Sve2.PlatformNotSupported.cs
public:
 static System::Numerics::Vector<long> GatherVectorByteZeroExtendNonTemporal(System::Numerics::Vector<long> mask, System::Byte* address, System::Numerics::Vector<long> offsets);
public static System.Numerics.Vector<long> GatherVectorByteZeroExtendNonTemporal(System.Numerics.Vector<long> mask, byte* address, System.Numerics.Vector<long> offsets);
static member GatherVectorByteZeroExtendNonTemporal : System.Numerics.Vector<int64> * nativeptr<byte> * System.Numerics.Vector<int64> -> System.Numerics.Vector<int64>

Parameter

mask
Vector<Int64>
address
Byte*
offsets
Vector<Int64>

Gibt zurück

Gilt für: