Sve.GatherPrefetch32Bit Metodo
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Overload
| Nome | Descrizione |
|---|---|
| GatherPrefetch32Bit(Vector<UInt32>, Void*, Vector<UInt64>, SvePrefetchType) |
void svprfw_gather_[u64]index(svbool_t pg, const void *base, svuint64_t indici, enum svprfop op) PRFW op, Pg, [Xbase, Zindices.D, LSL #2] |
| GatherPrefetch32Bit(Vector<UInt32>, Void*, Vector<UInt32>, SvePrefetchType) |
void svprfw_gather_[u32]index(svbool_t pg, const void *base, svuint32_t indici, enum svprfop op) PRFW op, Pg, [Xbase, Zindices.S, UXTW #2] |
| GatherPrefetch32Bit(Vector<UInt32>, Void*, Vector<Int64>, SvePrefetchType) |
void svprfw_gather_[s64]index(svbool_t pg, const void *base, svint64_t indici, enum svprfop op) PRFW op, Pg, [Xbase, Zindices.D, LSL #2] |
| GatherPrefetch32Bit(Vector<UInt32>, Void*, Vector<Int32>, SvePrefetchType) |
void svprfw_gather_[s32]index(svbool_t pg, const void *base, svint32_t indici, enum svprfop op) PRFW op, Pg, [Xbase, Zindices.S, SXTW #2] |
| GatherPrefetch32Bit(Vector<Int32>, Void*, Vector<UInt64>, SvePrefetchType) |
void svprfw_gather_[u64]index(svbool_t pg, const void *base, svuint64_t indici, enum svprfop op) PRFW op, Pg, [Xbase, Zindices.D, LSL #2] |
| GatherPrefetch32Bit(Vector<Int32>, Void*, Vector<UInt32>, SvePrefetchType) |
void svprfw_gather_[u32]index(svbool_t pg, const void *base, svuint32_t indici, enum svprfop op) PRFW op, Pg, [Xbase, Zindices.S, UXTW #2] |
| GatherPrefetch32Bit(Vector<Int32>, Void*, Vector<Int64>, SvePrefetchType) |
void svprfw_gather_[s64]index(svbool_t pg, const void *base, svint64_t indici, enum svprfop op) PRFW op, Pg, [Xbase, Zindices.D, LSL #2] |
| GatherPrefetch32Bit(Vector<Int32>, Void*, Vector<Int32>, SvePrefetchType) |
void svprfw_gather_[s32]index(svbool_t pg, const void *base, svint32_t indici, enum svprfop op) PRFW op, Pg, [Xbase, Zindices.S, SXTW #2] |
| GatherPrefetch32Bit(Vector<UInt32>, Vector<UInt64>, SvePrefetchType) |
void svprfw_gather[_u64base](svbool_t pg, svuint64_t base, enum svprfop op) PRFW op, Pg, [Zbases.D, #0] |
| GatherPrefetch32Bit(Vector<Int32>, Vector<UInt64>, SvePrefetchType) |
void svprfw_gather[_u64base](svbool_t pg, svuint64_t base, enum svprfop op) PRFW op, Pg, [Zbases.D, #0] |
GatherPrefetch32Bit(Vector<UInt32>, Void*, Vector<UInt64>, SvePrefetchType)
- Origine:
- Sve.PlatformNotSupported.cs
- Origine:
- Sve.PlatformNotSupported.cs
void svprfw_gather_[u64]index(svbool_t pg, const void *base, svuint64_t indici, enum svprfop op)
PRFW op, Pg, [Xbase, Zindices.D, LSL #2]
public:
static void GatherPrefetch32Bit(System::Numerics::Vector<System::UInt32> mask, void* address, System::Numerics::Vector<System::UInt64> indices, System::Runtime::Intrinsics::Arm::SvePrefetchType prefetchType);
public static void GatherPrefetch32Bit(System.Numerics.Vector<uint> mask, void* address, System.Numerics.Vector<ulong> indices, System.Runtime.Intrinsics.Arm.SvePrefetchType prefetchType);
static member GatherPrefetch32Bit : System.Numerics.Vector<uint32> * nativeptr<unit> * System.Numerics.Vector<uint64> * System.Runtime.Intrinsics.Arm.SvePrefetchType -> unit
Parametri
- address
- Void*
- prefetchType
- SvePrefetchType
Si applica a
GatherPrefetch32Bit(Vector<UInt32>, Void*, Vector<UInt32>, SvePrefetchType)
- Origine:
- Sve.PlatformNotSupported.cs
- Origine:
- Sve.PlatformNotSupported.cs
void svprfw_gather_[u32]index(svbool_t pg, const void *base, svuint32_t indici, enum svprfop op)
PRFW op, Pg, [Xbase, Zindices.S, UXTW #2]
public:
static void GatherPrefetch32Bit(System::Numerics::Vector<System::UInt32> mask, void* address, System::Numerics::Vector<System::UInt32> indices, System::Runtime::Intrinsics::Arm::SvePrefetchType prefetchType);
public static void GatherPrefetch32Bit(System.Numerics.Vector<uint> mask, void* address, System.Numerics.Vector<uint> indices, System.Runtime.Intrinsics.Arm.SvePrefetchType prefetchType);
static member GatherPrefetch32Bit : System.Numerics.Vector<uint32> * nativeptr<unit> * System.Numerics.Vector<uint32> * System.Runtime.Intrinsics.Arm.SvePrefetchType -> unit
Parametri
- address
- Void*
- prefetchType
- SvePrefetchType
Si applica a
GatherPrefetch32Bit(Vector<UInt32>, Void*, Vector<Int64>, SvePrefetchType)
- Origine:
- Sve.PlatformNotSupported.cs
- Origine:
- Sve.PlatformNotSupported.cs
void svprfw_gather_[s64]index(svbool_t pg, const void *base, svint64_t indici, enum svprfop op)
PRFW op, Pg, [Xbase, Zindices.D, LSL #2]
public:
static void GatherPrefetch32Bit(System::Numerics::Vector<System::UInt32> mask, void* address, System::Numerics::Vector<long> indices, System::Runtime::Intrinsics::Arm::SvePrefetchType prefetchType);
public static void GatherPrefetch32Bit(System.Numerics.Vector<uint> mask, void* address, System.Numerics.Vector<long> indices, System.Runtime.Intrinsics.Arm.SvePrefetchType prefetchType);
static member GatherPrefetch32Bit : System.Numerics.Vector<uint32> * nativeptr<unit> * System.Numerics.Vector<int64> * System.Runtime.Intrinsics.Arm.SvePrefetchType -> unit
Parametri
- address
- Void*
- prefetchType
- SvePrefetchType
Si applica a
GatherPrefetch32Bit(Vector<UInt32>, Void*, Vector<Int32>, SvePrefetchType)
- Origine:
- Sve.PlatformNotSupported.cs
- Origine:
- Sve.PlatformNotSupported.cs
void svprfw_gather_[s32]index(svbool_t pg, const void *base, svint32_t indici, enum svprfop op)
PRFW op, Pg, [Xbase, Zindices.S, SXTW #2]
public:
static void GatherPrefetch32Bit(System::Numerics::Vector<System::UInt32> mask, void* address, System::Numerics::Vector<int> indices, System::Runtime::Intrinsics::Arm::SvePrefetchType prefetchType);
public static void GatherPrefetch32Bit(System.Numerics.Vector<uint> mask, void* address, System.Numerics.Vector<int> indices, System.Runtime.Intrinsics.Arm.SvePrefetchType prefetchType);
static member GatherPrefetch32Bit : System.Numerics.Vector<uint32> * nativeptr<unit> * System.Numerics.Vector<int> * System.Runtime.Intrinsics.Arm.SvePrefetchType -> unit
Parametri
- address
- Void*
- prefetchType
- SvePrefetchType
Si applica a
GatherPrefetch32Bit(Vector<Int32>, Void*, Vector<UInt64>, SvePrefetchType)
- Origine:
- Sve.PlatformNotSupported.cs
- Origine:
- Sve.PlatformNotSupported.cs
void svprfw_gather_[u64]index(svbool_t pg, const void *base, svuint64_t indici, enum svprfop op)
PRFW op, Pg, [Xbase, Zindices.D, LSL #2]
public:
static void GatherPrefetch32Bit(System::Numerics::Vector<int> mask, void* address, System::Numerics::Vector<System::UInt64> indices, System::Runtime::Intrinsics::Arm::SvePrefetchType prefetchType);
public static void GatherPrefetch32Bit(System.Numerics.Vector<int> mask, void* address, System.Numerics.Vector<ulong> indices, System.Runtime.Intrinsics.Arm.SvePrefetchType prefetchType);
static member GatherPrefetch32Bit : System.Numerics.Vector<int> * nativeptr<unit> * System.Numerics.Vector<uint64> * System.Runtime.Intrinsics.Arm.SvePrefetchType -> unit
Parametri
- address
- Void*
- prefetchType
- SvePrefetchType
Si applica a
GatherPrefetch32Bit(Vector<Int32>, Void*, Vector<UInt32>, SvePrefetchType)
- Origine:
- Sve.PlatformNotSupported.cs
- Origine:
- Sve.PlatformNotSupported.cs
void svprfw_gather_[u32]index(svbool_t pg, const void *base, svuint32_t indici, enum svprfop op)
PRFW op, Pg, [Xbase, Zindices.S, UXTW #2]
public:
static void GatherPrefetch32Bit(System::Numerics::Vector<int> mask, void* address, System::Numerics::Vector<System::UInt32> indices, System::Runtime::Intrinsics::Arm::SvePrefetchType prefetchType);
public static void GatherPrefetch32Bit(System.Numerics.Vector<int> mask, void* address, System.Numerics.Vector<uint> indices, System.Runtime.Intrinsics.Arm.SvePrefetchType prefetchType);
static member GatherPrefetch32Bit : System.Numerics.Vector<int> * nativeptr<unit> * System.Numerics.Vector<uint32> * System.Runtime.Intrinsics.Arm.SvePrefetchType -> unit
Parametri
- address
- Void*
- prefetchType
- SvePrefetchType
Si applica a
GatherPrefetch32Bit(Vector<Int32>, Void*, Vector<Int64>, SvePrefetchType)
- Origine:
- Sve.PlatformNotSupported.cs
- Origine:
- Sve.PlatformNotSupported.cs
void svprfw_gather_[s64]index(svbool_t pg, const void *base, svint64_t indici, enum svprfop op)
PRFW op, Pg, [Xbase, Zindices.D, LSL #2]
public:
static void GatherPrefetch32Bit(System::Numerics::Vector<int> mask, void* address, System::Numerics::Vector<long> indices, System::Runtime::Intrinsics::Arm::SvePrefetchType prefetchType);
public static void GatherPrefetch32Bit(System.Numerics.Vector<int> mask, void* address, System.Numerics.Vector<long> indices, System.Runtime.Intrinsics.Arm.SvePrefetchType prefetchType);
static member GatherPrefetch32Bit : System.Numerics.Vector<int> * nativeptr<unit> * System.Numerics.Vector<int64> * System.Runtime.Intrinsics.Arm.SvePrefetchType -> unit
Parametri
- address
- Void*
- prefetchType
- SvePrefetchType
Si applica a
GatherPrefetch32Bit(Vector<Int32>, Void*, Vector<Int32>, SvePrefetchType)
- Origine:
- Sve.PlatformNotSupported.cs
- Origine:
- Sve.PlatformNotSupported.cs
void svprfw_gather_[s32]index(svbool_t pg, const void *base, svint32_t indici, enum svprfop op)
PRFW op, Pg, [Xbase, Zindices.S, SXTW #2]
public:
static void GatherPrefetch32Bit(System::Numerics::Vector<int> mask, void* address, System::Numerics::Vector<int> indices, System::Runtime::Intrinsics::Arm::SvePrefetchType prefetchType);
public static void GatherPrefetch32Bit(System.Numerics.Vector<int> mask, void* address, System.Numerics.Vector<int> indices, System.Runtime.Intrinsics.Arm.SvePrefetchType prefetchType);
static member GatherPrefetch32Bit : System.Numerics.Vector<int> * nativeptr<unit> * System.Numerics.Vector<int> * System.Runtime.Intrinsics.Arm.SvePrefetchType -> unit
Parametri
- address
- Void*
- prefetchType
- SvePrefetchType
Si applica a
GatherPrefetch32Bit(Vector<UInt32>, Vector<UInt64>, SvePrefetchType)
- Origine:
- Sve.PlatformNotSupported.cs
- Origine:
- Sve.PlatformNotSupported.cs
void svprfw_gather[_u64base](svbool_t pg, svuint64_t base, enum svprfop op)
PRFW op, Pg, [Zbases.D, #0]
public:
static void GatherPrefetch32Bit(System::Numerics::Vector<System::UInt32> mask, System::Numerics::Vector<System::UInt64> addresses, System::Runtime::Intrinsics::Arm::SvePrefetchType prefetchType);
public static void GatherPrefetch32Bit(System.Numerics.Vector<uint> mask, System.Numerics.Vector<ulong> addresses, System.Runtime.Intrinsics.Arm.SvePrefetchType prefetchType);
static member GatherPrefetch32Bit : System.Numerics.Vector<uint32> * System.Numerics.Vector<uint64> * System.Runtime.Intrinsics.Arm.SvePrefetchType -> unit
Public Shared Sub GatherPrefetch32Bit (mask As Vector(Of UInteger), addresses As Vector(Of ULong), prefetchType As SvePrefetchType)
Parametri
- prefetchType
- SvePrefetchType
Si applica a
GatherPrefetch32Bit(Vector<Int32>, Vector<UInt64>, SvePrefetchType)
- Origine:
- Sve.PlatformNotSupported.cs
- Origine:
- Sve.PlatformNotSupported.cs
void svprfw_gather[_u64base](svbool_t pg, svuint64_t base, enum svprfop op)
PRFW op, Pg, [Zbases.D, #0]
public:
static void GatherPrefetch32Bit(System::Numerics::Vector<int> mask, System::Numerics::Vector<System::UInt64> addresses, System::Runtime::Intrinsics::Arm::SvePrefetchType prefetchType);
public static void GatherPrefetch32Bit(System.Numerics.Vector<int> mask, System.Numerics.Vector<ulong> addresses, System.Runtime.Intrinsics.Arm.SvePrefetchType prefetchType);
static member GatherPrefetch32Bit : System.Numerics.Vector<int> * System.Numerics.Vector<uint64> * System.Runtime.Intrinsics.Arm.SvePrefetchType -> unit
Public Shared Sub GatherPrefetch32Bit (mask As Vector(Of Integer), addresses As Vector(Of ULong), prefetchType As SvePrefetchType)
Parametri
- prefetchType
- SvePrefetchType