Sve.GatherPrefetch8Bit Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
GatherPrefetch8Bit(Vector<SByte>, Void*, Vector<Int64>, SvePrefetchType) |
void svprfb_gather_[s64]offset(svbool_t pg, const void *base, svint64_t offsets, enum svprfop op) PRFB op, Pg, [Xbase, Zoffsets.D] |
GatherPrefetch8Bit(Vector<Byte>, Vector<UInt64>, SvePrefetchType) |
void svprfb_gather[_u64base](svbool_t pg, svuint64_t bases, enum svprfop op) PRFB op, Pg, [Zbases.D, #0] |
GatherPrefetch8Bit(Vector<SByte>, Vector<UInt64>, SvePrefetchType) |
void svprfb_gather[_u64base](svbool_t pg, svuint64_t bases, enum svprfop op) PRFB op, Pg, [Zbases.D, #0] |
GatherPrefetch8Bit(Vector<Byte>, Void*, Vector<Int32>, SvePrefetchType) |
void svprfb_gather_[s32]offset(svbool_t pg, const void *base, svint32_t offsets, enum svprfop op) PRFB op, Pg, [Xbase, Zoffsets.S, SXTW] |
GatherPrefetch8Bit(Vector<Byte>, Void*, Vector<Int64>, SvePrefetchType) |
void svprfb_gather_[s64]offset(svbool_t pg, const void *base, svint64_t offsets, enum svprfop op) PRFB op, Pg, [Xbase, Zoffsets.D] |
GatherPrefetch8Bit(Vector<Byte>, Void*, Vector<UInt32>, SvePrefetchType) |
void svprfb_gather_[u32]offset(svbool_t pg, const void *base, svuint32_t offsets, enum svprfop op) PRFB op, Pg, [Xbase, Zoffsets.S, UXTW] |
GatherPrefetch8Bit(Vector<Byte>, Void*, Vector<UInt64>, SvePrefetchType) |
void svprfb_gather_[u64]offset(svbool_t pg, const void *base, svuint64_t offsets, enum svprfop op) PRFB op, Pg, [Xbase, Zoffsets.D] |
GatherPrefetch8Bit(Vector<SByte>, Void*, Vector<Int32>, SvePrefetchType) |
void svprfb_gather_[s32]offset(svbool_t pg, const void *base, svint32_t offsets, enum svprfop op) PRFB op, Pg, [Xbase, Zoffsets.S, SXTW] |
GatherPrefetch8Bit(Vector<SByte>, Void*, Vector<UInt32>, SvePrefetchType) |
void svprfb_gather_[u32]offset(svbool_t pg, const void *base, svuint32_t offsets, enum svprfop op) PRFB op, Pg, [Xbase, Zoffsets.S, UXTW] |
GatherPrefetch8Bit(Vector<SByte>, Void*, Vector<UInt64>, SvePrefetchType) |
void svprfb_gather_[u64]offset(svbool_t pg, const void *base, svuint64_t offsets, enum svprfop op) PRFB op, Pg, [Xbase, Zoffsets.D] |
GatherPrefetch8Bit(Vector<SByte>, Void*, Vector<Int64>, SvePrefetchType)
void svprfb_gather_[s64]offset(svbool_t pg, const void *base, svint64_t offsets, enum svprfop op)
PRFB op, Pg, [Xbase, Zoffsets.D]
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
Parameters
- address
- Void*
- prefetchType
- SvePrefetchType
Applies to
GatherPrefetch8Bit(Vector<Byte>, Vector<UInt64>, SvePrefetchType)
void svprfb_gather[_u64base](svbool_t pg, svuint64_t bases, enum svprfop op)
PRFB op, Pg, [Zbases.D, #0]
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)
Parameters
- prefetchType
- SvePrefetchType
Applies to
GatherPrefetch8Bit(Vector<SByte>, Vector<UInt64>, SvePrefetchType)
void svprfb_gather[_u64base](svbool_t pg, svuint64_t bases, enum svprfop op)
PRFB op, Pg, [Zbases.D, #0]
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)
Parameters
- prefetchType
- SvePrefetchType
Applies to
GatherPrefetch8Bit(Vector<Byte>, Void*, Vector<Int32>, SvePrefetchType)
void svprfb_gather_[s32]offset(svbool_t pg, const void *base, svint32_t offsets, enum svprfop op)
PRFB op, Pg, [Xbase, Zoffsets.S, SXTW]
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
Parameters
- address
- Void*
- prefetchType
- SvePrefetchType
Applies to
GatherPrefetch8Bit(Vector<Byte>, Void*, Vector<Int64>, SvePrefetchType)
void svprfb_gather_[s64]offset(svbool_t pg, const void *base, svint64_t offsets, enum svprfop op)
PRFB op, Pg, [Xbase, Zoffsets.D]
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
Parameters
- address
- Void*
- prefetchType
- SvePrefetchType
Applies to
GatherPrefetch8Bit(Vector<Byte>, Void*, Vector<UInt32>, SvePrefetchType)
void svprfb_gather_[u32]offset(svbool_t pg, const void *base, svuint32_t offsets, enum svprfop op)
PRFB op, Pg, [Xbase, Zoffsets.S, UXTW]
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
Parameters
- address
- Void*
- prefetchType
- SvePrefetchType
Applies to
GatherPrefetch8Bit(Vector<Byte>, Void*, Vector<UInt64>, SvePrefetchType)
void svprfb_gather_[u64]offset(svbool_t pg, const void *base, svuint64_t offsets, enum svprfop op)
PRFB op, Pg, [Xbase, Zoffsets.D]
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
Parameters
- address
- Void*
- prefetchType
- SvePrefetchType
Applies to
GatherPrefetch8Bit(Vector<SByte>, Void*, Vector<Int32>, SvePrefetchType)
void svprfb_gather_[s32]offset(svbool_t pg, const void *base, svint32_t offsets, enum svprfop op)
PRFB op, Pg, [Xbase, Zoffsets.S, SXTW]
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
Parameters
- address
- Void*
- prefetchType
- SvePrefetchType
Applies to
GatherPrefetch8Bit(Vector<SByte>, Void*, Vector<UInt32>, SvePrefetchType)
void svprfb_gather_[u32]offset(svbool_t pg, const void *base, svuint32_t offsets, enum svprfop op)
PRFB op, Pg, [Xbase, Zoffsets.S, UXTW]
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
Parameters
- address
- Void*
- prefetchType
- SvePrefetchType
Applies to
GatherPrefetch8Bit(Vector<SByte>, Void*, Vector<UInt64>, SvePrefetchType)
void svprfb_gather_[u64]offset(svbool_t pg, const void *base, svuint64_t offsets, enum svprfop op)
PRFB op, Pg, [Xbase, Zoffsets.D]
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
Parameters
- address
- Void*
- prefetchType
- SvePrefetchType