Edit

Share via


Sve.LoadVectorByteZeroExtendToInt64(Vector<Int64>, Byte*) Method

Definition

svint64_t svld1ub_s64(svbool_t pg, const uint8_t *base)

LD1B Zresult.D, Pg/Z, [Xbase, #0, MUL VL]

public:
 static System::Numerics::Vector<long> LoadVectorByteZeroExtendToInt64(System::Numerics::Vector<long> mask, System::Byte* address);
public static System.Numerics.Vector<long> LoadVectorByteZeroExtendToInt64 (System.Numerics.Vector<long> mask, byte* address);
static member LoadVectorByteZeroExtendToInt64 : System.Numerics.Vector<int64> * nativeptr<byte> -> System.Numerics.Vector<int64>

Parameters

mask
Vector<Int64>
address
Byte*

Returns

Applies to