Sve.GatherPrefetch8Bit Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Surcharges
GatherPrefetch8Bit(Vector<SByte>, Void*, Vector<Int64>, SvePrefetchType)
public:
static void GatherPrefetch8Bit(System::Numerics::Vector<System::SByte> mask, void* address, System::Numerics::Vector<long> offsets, System::Runtime::Intrinsics::Arm::SvePrefetchType prefetchType);
public static void GatherPrefetch8Bit (System.Numerics.Vector<sbyte> mask, void* address, System.Numerics.Vector<long> offsets, System.Runtime.Intrinsics.Arm.SvePrefetchType prefetchType);
static member GatherPrefetch8Bit : System.Numerics.Vector<sbyte> * nativeptr<unit> * System.Numerics.Vector<int64> * System.Runtime.Intrinsics.Arm.SvePrefetchType -> unit
Paramètres
- address
- Void*
- prefetchType
- SvePrefetchType
S’applique à
GatherPrefetch8Bit(Vector<SByte>, Void*, Vector<Int32>, SvePrefetchType)
public:
static void GatherPrefetch8Bit(System::Numerics::Vector<System::SByte> mask, void* address, System::Numerics::Vector<int> offsets, System::Runtime::Intrinsics::Arm::SvePrefetchType prefetchType);
public static void GatherPrefetch8Bit (System.Numerics.Vector<sbyte> mask, void* address, System.Numerics.Vector<int> offsets, System.Runtime.Intrinsics.Arm.SvePrefetchType prefetchType);
static member GatherPrefetch8Bit : System.Numerics.Vector<sbyte> * nativeptr<unit> * System.Numerics.Vector<int> * System.Runtime.Intrinsics.Arm.SvePrefetchType -> unit
Paramètres
- address
- Void*
- prefetchType
- SvePrefetchType
S’applique à
GatherPrefetch8Bit(Vector<Byte>, Void*, Vector<UInt64>, SvePrefetchType)
public:
static void GatherPrefetch8Bit(System::Numerics::Vector<System::Byte> mask, void* address, System::Numerics::Vector<System::UInt64> offsets, System::Runtime::Intrinsics::Arm::SvePrefetchType prefetchType);
public static void GatherPrefetch8Bit (System.Numerics.Vector<byte> mask, void* address, System.Numerics.Vector<ulong> offsets, System.Runtime.Intrinsics.Arm.SvePrefetchType prefetchType);
static member GatherPrefetch8Bit : System.Numerics.Vector<byte> * nativeptr<unit> * System.Numerics.Vector<uint64> * System.Runtime.Intrinsics.Arm.SvePrefetchType -> unit
Paramètres
- address
- Void*
- prefetchType
- SvePrefetchType
S’applique à
GatherPrefetch8Bit(Vector<Byte>, Void*, Vector<UInt32>, SvePrefetchType)
public:
static void GatherPrefetch8Bit(System::Numerics::Vector<System::Byte> mask, void* address, System::Numerics::Vector<System::UInt32> offsets, System::Runtime::Intrinsics::Arm::SvePrefetchType prefetchType);
public static void GatherPrefetch8Bit (System.Numerics.Vector<byte> mask, void* address, System.Numerics.Vector<uint> offsets, System.Runtime.Intrinsics.Arm.SvePrefetchType prefetchType);
static member GatherPrefetch8Bit : System.Numerics.Vector<byte> * nativeptr<unit> * System.Numerics.Vector<uint32> * System.Runtime.Intrinsics.Arm.SvePrefetchType -> unit
Paramètres
- address
- Void*
- prefetchType
- SvePrefetchType
S’applique à
GatherPrefetch8Bit(Vector<Byte>, Void*, Vector<Int64>, SvePrefetchType)
public:
static void GatherPrefetch8Bit(System::Numerics::Vector<System::Byte> mask, void* address, System::Numerics::Vector<long> offsets, System::Runtime::Intrinsics::Arm::SvePrefetchType prefetchType);
public static void GatherPrefetch8Bit (System.Numerics.Vector<byte> mask, void* address, System.Numerics.Vector<long> offsets, System.Runtime.Intrinsics.Arm.SvePrefetchType prefetchType);
static member GatherPrefetch8Bit : System.Numerics.Vector<byte> * nativeptr<unit> * System.Numerics.Vector<int64> * System.Runtime.Intrinsics.Arm.SvePrefetchType -> unit
Paramètres
- address
- Void*
- prefetchType
- SvePrefetchType
S’applique à
GatherPrefetch8Bit(Vector<SByte>, Vector<UInt64>, SvePrefetchType)
public:
static void GatherPrefetch8Bit(System::Numerics::Vector<System::SByte> mask, System::Numerics::Vector<System::UInt64> addresses, System::Runtime::Intrinsics::Arm::SvePrefetchType prefetchType);
public static void GatherPrefetch8Bit (System.Numerics.Vector<sbyte> mask, System.Numerics.Vector<ulong> addresses, System.Runtime.Intrinsics.Arm.SvePrefetchType prefetchType);
static member GatherPrefetch8Bit : System.Numerics.Vector<sbyte> * System.Numerics.Vector<uint64> * System.Runtime.Intrinsics.Arm.SvePrefetchType -> unit
Public Shared Sub GatherPrefetch8Bit (mask As Vector(Of SByte), addresses As Vector(Of ULong), prefetchType As SvePrefetchType)
Paramètres
- prefetchType
- SvePrefetchType
S’applique à
GatherPrefetch8Bit(Vector<SByte>, Vector<UInt32>, SvePrefetchType)
public:
static void GatherPrefetch8Bit(System::Numerics::Vector<System::SByte> mask, System::Numerics::Vector<System::UInt32> addresses, System::Runtime::Intrinsics::Arm::SvePrefetchType prefetchType);
public static void GatherPrefetch8Bit (System.Numerics.Vector<sbyte> mask, System.Numerics.Vector<uint> addresses, System.Runtime.Intrinsics.Arm.SvePrefetchType prefetchType);
static member GatherPrefetch8Bit : System.Numerics.Vector<sbyte> * System.Numerics.Vector<uint32> * System.Runtime.Intrinsics.Arm.SvePrefetchType -> unit
Public Shared Sub GatherPrefetch8Bit (mask As Vector(Of SByte), addresses As Vector(Of UInteger), prefetchType As SvePrefetchType)
Paramètres
- prefetchType
- SvePrefetchType
S’applique à
GatherPrefetch8Bit(Vector<Byte>, Vector<UInt64>, SvePrefetchType)
public:
static void GatherPrefetch8Bit(System::Numerics::Vector<System::Byte> mask, System::Numerics::Vector<System::UInt64> addresses, System::Runtime::Intrinsics::Arm::SvePrefetchType prefetchType);
public static void GatherPrefetch8Bit (System.Numerics.Vector<byte> mask, System.Numerics.Vector<ulong> addresses, System.Runtime.Intrinsics.Arm.SvePrefetchType prefetchType);
static member GatherPrefetch8Bit : System.Numerics.Vector<byte> * System.Numerics.Vector<uint64> * System.Runtime.Intrinsics.Arm.SvePrefetchType -> unit
Public Shared Sub GatherPrefetch8Bit (mask As Vector(Of Byte), addresses As Vector(Of ULong), prefetchType As SvePrefetchType)
Paramètres
- prefetchType
- SvePrefetchType
S’applique à
GatherPrefetch8Bit(Vector<Byte>, Vector<UInt32>, SvePrefetchType)
public:
static void GatherPrefetch8Bit(System::Numerics::Vector<System::Byte> mask, System::Numerics::Vector<System::UInt32> addresses, System::Runtime::Intrinsics::Arm::SvePrefetchType prefetchType);
public static void GatherPrefetch8Bit (System.Numerics.Vector<byte> mask, System.Numerics.Vector<uint> addresses, System.Runtime.Intrinsics.Arm.SvePrefetchType prefetchType);
static member GatherPrefetch8Bit : System.Numerics.Vector<byte> * System.Numerics.Vector<uint32> * System.Runtime.Intrinsics.Arm.SvePrefetchType -> unit
Public Shared Sub GatherPrefetch8Bit (mask As Vector(Of Byte), addresses As Vector(Of UInteger), prefetchType As SvePrefetchType)
Paramètres
- prefetchType
- SvePrefetchType
S’applique à
GatherPrefetch8Bit(Vector<SByte>, Void*, Vector<UInt32>, SvePrefetchType)
public:
static void GatherPrefetch8Bit(System::Numerics::Vector<System::SByte> mask, void* address, System::Numerics::Vector<System::UInt32> offsets, System::Runtime::Intrinsics::Arm::SvePrefetchType prefetchType);
public static void GatherPrefetch8Bit (System.Numerics.Vector<sbyte> mask, void* address, System.Numerics.Vector<uint> offsets, System.Runtime.Intrinsics.Arm.SvePrefetchType prefetchType);
static member GatherPrefetch8Bit : System.Numerics.Vector<sbyte> * nativeptr<unit> * System.Numerics.Vector<uint32> * System.Runtime.Intrinsics.Arm.SvePrefetchType -> unit
Paramètres
- address
- Void*
- prefetchType
- SvePrefetchType
S’applique à
GatherPrefetch8Bit(Vector<Byte>, Void*, Vector<Int32>, SvePrefetchType)
public:
static void GatherPrefetch8Bit(System::Numerics::Vector<System::Byte> mask, void* address, System::Numerics::Vector<int> offsets, System::Runtime::Intrinsics::Arm::SvePrefetchType prefetchType);
public static void GatherPrefetch8Bit (System.Numerics.Vector<byte> mask, void* address, System.Numerics.Vector<int> offsets, System.Runtime.Intrinsics.Arm.SvePrefetchType prefetchType);
static member GatherPrefetch8Bit : System.Numerics.Vector<byte> * nativeptr<unit> * System.Numerics.Vector<int> * System.Runtime.Intrinsics.Arm.SvePrefetchType -> unit
Paramètres
- address
- Void*
- prefetchType
- SvePrefetchType
S’applique à
GatherPrefetch8Bit(Vector<SByte>, Void*, Vector<UInt64>, SvePrefetchType)
public:
static void GatherPrefetch8Bit(System::Numerics::Vector<System::SByte> mask, void* address, System::Numerics::Vector<System::UInt64> offsets, System::Runtime::Intrinsics::Arm::SvePrefetchType prefetchType);
public static void GatherPrefetch8Bit (System.Numerics.Vector<sbyte> mask, void* address, System.Numerics.Vector<ulong> offsets, System.Runtime.Intrinsics.Arm.SvePrefetchType prefetchType);
static member GatherPrefetch8Bit : System.Numerics.Vector<sbyte> * nativeptr<unit> * System.Numerics.Vector<uint64> * System.Runtime.Intrinsics.Arm.SvePrefetchType -> unit
Paramètres
- address
- Void*
- prefetchType
- SvePrefetchType
S’applique à
Collaborer avec nous sur GitHub
La source de ce contenu se trouve sur GitHub, où vous pouvez également créer et examiner les problèmes et les demandes de tirage. Pour plus d’informations, consultez notre guide du contributeur.