次の方法で共有


Sve.GatherPrefetch8Bit メソッド

定義

オーバーロード

GatherPrefetch8Bit(Vector<SByte>, Void*, Vector<Int64>, SvePrefetchType)
GatherPrefetch8Bit(Vector<SByte>, Void*, Vector<Int32>, SvePrefetchType)
GatherPrefetch8Bit(Vector<Byte>, Void*, Vector<UInt64>, SvePrefetchType)
GatherPrefetch8Bit(Vector<Byte>, Void*, Vector<UInt32>, SvePrefetchType)
GatherPrefetch8Bit(Vector<Byte>, Void*, Vector<Int64>, SvePrefetchType)
GatherPrefetch8Bit(Vector<SByte>, Vector<UInt64>, SvePrefetchType)
GatherPrefetch8Bit(Vector<SByte>, Vector<UInt32>, SvePrefetchType)
GatherPrefetch8Bit(Vector<Byte>, Vector<UInt64>, SvePrefetchType)
GatherPrefetch8Bit(Vector<Byte>, Vector<UInt32>, SvePrefetchType)
GatherPrefetch8Bit(Vector<SByte>, Void*, Vector<UInt32>, SvePrefetchType)
GatherPrefetch8Bit(Vector<Byte>, Void*, Vector<Int32>, SvePrefetchType)
GatherPrefetch8Bit(Vector<SByte>, Void*, Vector<UInt64>, SvePrefetchType)

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

パラメーター

mask
Vector<SByte>
address
Void*
offsets
Vector<Int64>
prefetchType
SvePrefetchType

適用対象

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

パラメーター

mask
Vector<SByte>
address
Void*
offsets
Vector<Int32>
prefetchType
SvePrefetchType

適用対象

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

パラメーター

mask
Vector<Byte>
address
Void*
offsets
Vector<UInt64>
prefetchType
SvePrefetchType

適用対象

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

パラメーター

mask
Vector<Byte>
address
Void*
offsets
Vector<UInt32>
prefetchType
SvePrefetchType

適用対象

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

パラメーター

mask
Vector<Byte>
address
Void*
offsets
Vector<Int64>
prefetchType
SvePrefetchType

適用対象

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)

パラメーター

mask
Vector<SByte>
addresses
Vector<UInt64>
prefetchType
SvePrefetchType

適用対象

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)

パラメーター

mask
Vector<SByte>
addresses
Vector<UInt32>
prefetchType
SvePrefetchType

適用対象

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)

パラメーター

mask
Vector<Byte>
addresses
Vector<UInt64>
prefetchType
SvePrefetchType

適用対象

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)

パラメーター

mask
Vector<Byte>
addresses
Vector<UInt32>
prefetchType
SvePrefetchType

適用対象

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

パラメーター

mask
Vector<SByte>
address
Void*
offsets
Vector<UInt32>
prefetchType
SvePrefetchType

適用対象

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

パラメーター

mask
Vector<Byte>
address
Void*
offsets
Vector<Int32>
prefetchType
SvePrefetchType

適用対象

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

パラメーター

mask
Vector<SByte>
address
Void*
offsets
Vector<UInt64>
prefetchType
SvePrefetchType

適用対象