Sve.LoadVectorUInt16NonFaultingZeroExtendToUInt64 Methode
Definitie
Belangrijk
Bepaalde informatie heeft betrekking op een voorlopige productversie die aanzienlijk kan worden gewijzigd voordat deze wordt uitgebracht. Microsoft biedt geen enkele expliciete of impliciete garanties met betrekking tot de informatie die hier wordt verstrekt.
Overloads
| Name | Description |
|---|---|
| LoadVectorUInt16NonFaultingZeroExtendToUInt64(UInt16*) |
svuint64_t svldnf1uh_u64(svbool_t pg, const uint16_t *base) LDNF1H Zresult.D, Pg/Z, [Xbase, #0, MUL VL] |
| LoadVectorUInt16NonFaultingZeroExtendToUInt64(Vector<UInt64>, UInt16*) |
svuint64_t svldnf1uh_u64(svbool_t pg, const uint16_t *base) LDNF1H Zresult.D, Pg/Z, [Xbase, #0, MUL VL] |
LoadVectorUInt16NonFaultingZeroExtendToUInt64(UInt16*)
svuint64_t svldnf1uh_u64(svbool_t pg, const uint16_t *base)
LDNF1H Zresult.D, Pg/Z, [Xbase, #0, MUL VL]
public:
static System::Numerics::Vector<System::UInt64> LoadVectorUInt16NonFaultingZeroExtendToUInt64(System::UInt16* address);
public static System.Numerics.Vector<ulong> LoadVectorUInt16NonFaultingZeroExtendToUInt64(ushort* address);
static member LoadVectorUInt16NonFaultingZeroExtendToUInt64 : nativeptr<uint16> -> System.Numerics.Vector<uint64>
Parameters
- address
- UInt16*
Retouren
Van toepassing op
LoadVectorUInt16NonFaultingZeroExtendToUInt64(Vector<UInt64>, UInt16*)
svuint64_t svldnf1uh_u64(svbool_t pg, const uint16_t *base)
LDNF1H Zresult.D, Pg/Z, [Xbase, #0, MUL VL]
public:
static System::Numerics::Vector<System::UInt64> LoadVectorUInt16NonFaultingZeroExtendToUInt64(System::Numerics::Vector<System::UInt64> mask, System::UInt16* address);
public static System.Numerics.Vector<ulong> LoadVectorUInt16NonFaultingZeroExtendToUInt64(System.Numerics.Vector<ulong> mask, ushort* address);
static member LoadVectorUInt16NonFaultingZeroExtendToUInt64 : System.Numerics.Vector<uint64> * nativeptr<uint16> -> System.Numerics.Vector<uint64>
Parameters
- address
- UInt16*