Edit

Share via


Sve.PrefetchInt64(Vector<UInt64>, Void*, SvePrefetchType) Method

Definition

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

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

public:
 static void PrefetchInt64(System::Numerics::Vector<System::UInt64> mask, void* address, System::Runtime::Intrinsics::Arm::SvePrefetchType prefetchType);
public static void PrefetchInt64 (System.Numerics.Vector<ulong> mask, void* address, System.Runtime.Intrinsics.Arm.SvePrefetchType prefetchType);
static member PrefetchInt64 : System.Numerics.Vector<uint64> * nativeptr<unit> * System.Runtime.Intrinsics.Arm.SvePrefetchType -> unit

Parameters

mask
Vector<UInt64>
address
Void*
prefetchType
SvePrefetchType

Applies to