Sve.GatherPrefetch8Bit 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
오버로드
| Name | Description |
|---|---|
| GatherPrefetch8Bit(Vector<SByte>, Void*, Vector<UInt64>, SvePrefetchType) |
void svprfb_gather_[u64]offset(svbool_t pg, const void *base, svuint64_t 오프셋, 열거형 svprfop op) PRFB op, Pg, [Xbase, Zoffsets.D] |
| GatherPrefetch8Bit(Vector<SByte>, Void*, Vector<UInt32>, SvePrefetchType) |
void svprfb_gather_[u32]offset(svbool_t pg, const void *base, svuint32_t 오프셋, 열거형 svprfop op) PRFB op, Pg, [Xbase, Zoffsets.S, UXTW] |
| GatherPrefetch8Bit(Vector<SByte>, Void*, Vector<Int64>, SvePrefetchType) |
void svprfb_gather_[s64]offset(svbool_t pg, const void *base, svint64_t 오프셋, 열거형 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 오프셋, 열거형 svprfop op) PRFB op, Pg, [Xbase, Zoffsets.S, SXTW] |
| GatherPrefetch8Bit(Vector<Byte>, Void*, Vector<UInt64>, SvePrefetchType) |
void svprfb_gather_[u64]offset(svbool_t pg, const void *base, svuint64_t 오프셋, 열거형 svprfop op) PRFB op, Pg, [Xbase, Zoffsets.D] |
| GatherPrefetch8Bit(Vector<Byte>, Void*, Vector<Int64>, SvePrefetchType) |
void svprfb_gather_[s64]offset(svbool_t pg, const void *base, svint64_t 오프셋, 열거형 svprfop op) PRFB op, Pg, [Xbase, Zoffsets.D] |
| GatherPrefetch8Bit(Vector<Byte>, Void*, Vector<Int32>, SvePrefetchType) |
void svprfb_gather_[s32]offset(svbool_t pg, const void *base, svint32_t 오프셋, 열거형 svprfop op) PRFB op, Pg, [Xbase, Zoffsets.S, SXTW] |
| GatherPrefetch8Bit(Vector<SByte>, Vector<UInt64>, SvePrefetchType) |
void svprfb_gather[_u64base](svbool_t pg, svuint64_t base, enum svprfop op) PRFB op, Pg, [Zbases.D, #0] |
| GatherPrefetch8Bit(Vector<Byte>, Vector<UInt64>, SvePrefetchType) |
void svprfb_gather[_u64base](svbool_t pg, svuint64_t base, enum svprfop op) PRFB op, Pg, [Zbases.D, #0] |
| GatherPrefetch8Bit(Vector<Byte>, Void*, Vector<UInt32>, SvePrefetchType) |
void svprfb_gather_[u32]offset(svbool_t pg, const void *base, svuint32_t 오프셋, 열거형 svprfop op) PRFB op, Pg, [Xbase, Zoffsets.S, UXTW] |
GatherPrefetch8Bit(Vector<SByte>, Void*, Vector<UInt64>, SvePrefetchType)
- Source:
- Sve.PlatformNotSupported.cs
- Source:
- Sve.PlatformNotSupported.cs
- Source:
- Sve.PlatformNotSupported.cs
void svprfb_gather_[u64]offset(svbool_t pg, const void *base, svuint64_t 오프셋, 열거형 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
매개 변수
- address
- Void*
- prefetchType
- SvePrefetchType
적용 대상
GatherPrefetch8Bit(Vector<SByte>, Void*, Vector<UInt32>, SvePrefetchType)
- Source:
- Sve.PlatformNotSupported.cs
- Source:
- Sve.PlatformNotSupported.cs
- Source:
- Sve.PlatformNotSupported.cs
void svprfb_gather_[u32]offset(svbool_t pg, const void *base, svuint32_t 오프셋, 열거형 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
매개 변수
- address
- Void*
- prefetchType
- SvePrefetchType
적용 대상
GatherPrefetch8Bit(Vector<SByte>, Void*, Vector<Int64>, SvePrefetchType)
- Source:
- Sve.PlatformNotSupported.cs
- Source:
- Sve.PlatformNotSupported.cs
- Source:
- Sve.PlatformNotSupported.cs
void svprfb_gather_[s64]offset(svbool_t pg, const void *base, svint64_t 오프셋, 열거형 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
매개 변수
- address
- Void*
- prefetchType
- SvePrefetchType
적용 대상
GatherPrefetch8Bit(Vector<SByte>, Void*, Vector<Int32>, SvePrefetchType)
- Source:
- Sve.PlatformNotSupported.cs
- Source:
- Sve.PlatformNotSupported.cs
- Source:
- Sve.PlatformNotSupported.cs
void svprfb_gather_[s32]offset(svbool_t pg, const void *base, svint32_t 오프셋, 열거형 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
매개 변수
- address
- Void*
- prefetchType
- SvePrefetchType
적용 대상
GatherPrefetch8Bit(Vector<Byte>, Void*, Vector<UInt64>, SvePrefetchType)
- Source:
- Sve.PlatformNotSupported.cs
- Source:
- Sve.PlatformNotSupported.cs
- Source:
- Sve.PlatformNotSupported.cs
void svprfb_gather_[u64]offset(svbool_t pg, const void *base, svuint64_t 오프셋, 열거형 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
매개 변수
- address
- Void*
- prefetchType
- SvePrefetchType
적용 대상
GatherPrefetch8Bit(Vector<Byte>, Void*, Vector<Int64>, SvePrefetchType)
- Source:
- Sve.PlatformNotSupported.cs
- Source:
- Sve.PlatformNotSupported.cs
- Source:
- Sve.PlatformNotSupported.cs
void svprfb_gather_[s64]offset(svbool_t pg, const void *base, svint64_t 오프셋, 열거형 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
매개 변수
- address
- Void*
- prefetchType
- SvePrefetchType
적용 대상
GatherPrefetch8Bit(Vector<Byte>, Void*, Vector<Int32>, SvePrefetchType)
- Source:
- Sve.PlatformNotSupported.cs
- Source:
- Sve.PlatformNotSupported.cs
- Source:
- Sve.PlatformNotSupported.cs
void svprfb_gather_[s32]offset(svbool_t pg, const void *base, svint32_t 오프셋, 열거형 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
매개 변수
- address
- Void*
- prefetchType
- SvePrefetchType
적용 대상
GatherPrefetch8Bit(Vector<SByte>, Vector<UInt64>, SvePrefetchType)
- Source:
- Sve.PlatformNotSupported.cs
- Source:
- Sve.PlatformNotSupported.cs
- Source:
- Sve.PlatformNotSupported.cs
void svprfb_gather[_u64base](svbool_t pg, svuint64_t base, 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)
매개 변수
- prefetchType
- SvePrefetchType
적용 대상
GatherPrefetch8Bit(Vector<Byte>, Vector<UInt64>, SvePrefetchType)
- Source:
- Sve.PlatformNotSupported.cs
- Source:
- Sve.PlatformNotSupported.cs
- Source:
- Sve.PlatformNotSupported.cs
void svprfb_gather[_u64base](svbool_t pg, svuint64_t base, 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)
매개 변수
- prefetchType
- SvePrefetchType
적용 대상
GatherPrefetch8Bit(Vector<Byte>, Void*, Vector<UInt32>, SvePrefetchType)
- Source:
- Sve.PlatformNotSupported.cs
- Source:
- Sve.PlatformNotSupported.cs
- Source:
- Sve.PlatformNotSupported.cs
void svprfb_gather_[u32]offset(svbool_t pg, const void *base, svuint32_t 오프셋, 열거형 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
매개 변수
- address
- Void*
- prefetchType
- SvePrefetchType