Sve.LoadVectorByteNonFaultingZeroExtendToUInt16 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 |
|---|---|
| LoadVectorByteNonFaultingZeroExtendToUInt16(Byte*) |
svuint16_t svldnf1ub_u16(svbool_t pg, const uint8_t *basis) LDNF1B Zresult.H, Pg/Z, [Xbase, #0, MUL VL] |
| LoadVectorByteNonFaultingZeroExtendToUInt16(Vector<UInt16>, Byte*) |
svuint16_t svldnf1ub_u16(svbool_t pg, const uint8_t *basis) LDNF1B Zresult.H, Pg/Z, [Xbase, #0, MUL VL] |
LoadVectorByteNonFaultingZeroExtendToUInt16(Byte*)
svuint16_t svldnf1ub_u16(svbool_t pg, const uint8_t *basis)
LDNF1B Zresult.H, Pg/Z, [Xbase, #0, MUL VL]
public:
static System::Numerics::Vector<System::UInt16> LoadVectorByteNonFaultingZeroExtendToUInt16(System::Byte* address);
public static System.Numerics.Vector<ushort> LoadVectorByteNonFaultingZeroExtendToUInt16(byte* address);
static member LoadVectorByteNonFaultingZeroExtendToUInt16 : nativeptr<byte> -> System.Numerics.Vector<uint16>
Parameters
- address
- Byte*
Retouren
Van toepassing op
LoadVectorByteNonFaultingZeroExtendToUInt16(Vector<UInt16>, Byte*)
svuint16_t svldnf1ub_u16(svbool_t pg, const uint8_t *basis)
LDNF1B Zresult.H, Pg/Z, [Xbase, #0, MUL VL]
public:
static System::Numerics::Vector<System::UInt16> LoadVectorByteNonFaultingZeroExtendToUInt16(System::Numerics::Vector<System::UInt16> mask, System::Byte* address);
public static System.Numerics.Vector<ushort> LoadVectorByteNonFaultingZeroExtendToUInt16(System.Numerics.Vector<ushort> mask, byte* address);
static member LoadVectorByteNonFaultingZeroExtendToUInt16 : System.Numerics.Vector<uint16> * nativeptr<byte> -> System.Numerics.Vector<uint16>
Parameters
- address
- Byte*