Edit

Share via


Sve.PrefetchInt32(Vector<UInt32>, Void*, SvePrefetchType) Method

Definition

void svprfw(svbool_t pg, const void *base, enum svprfop op)

PRFW op, Pg, [Xbase, #0, MUL VL]

public:
 static void PrefetchInt32(System::Numerics::Vector<System::UInt32> mask, void* address, System::Runtime::Intrinsics::Arm::SvePrefetchType prefetchType);
public static void PrefetchInt32 (System.Numerics.Vector<uint> mask, void* address, System.Runtime.Intrinsics.Arm.SvePrefetchType prefetchType);
static member PrefetchInt32 : System.Numerics.Vector<uint32> * nativeptr<unit> * System.Runtime.Intrinsics.Arm.SvePrefetchType -> unit

Parameters

mask
Vector<UInt32>
address
Void*
prefetchType
SvePrefetchType

Applies to