Sve.LoadVectorByteNonFaultingZeroExtendToUInt16 Metodo
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Overload
| Nome | Descrizione |
|---|---|
| LoadVectorByteNonFaultingZeroExtendToUInt16(Byte*) |
svuint16_t svldnf1ub_u16(svbool_t pg, const uint8_t *base) LDNF1B Zresult.H, Pg/Z, [Xbase, #0, MUL VL] |
| LoadVectorByteNonFaultingZeroExtendToUInt16(Vector<UInt16>, Byte*) |
svuint16_t svldnf1ub_u16(svbool_t pg, const uint8_t *base) LDNF1B Zresult.H, Pg/Z, [Xbase, #0, MUL VL] |
LoadVectorByteNonFaultingZeroExtendToUInt16(Byte*)
- Origine:
- Sve.PlatformNotSupported.cs
svuint16_t svldnf1ub_u16(svbool_t pg, const uint8_t *base)
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>
Parametri
- address
- Byte*
Valori restituiti
Si applica a
LoadVectorByteNonFaultingZeroExtendToUInt16(Vector<UInt16>, Byte*)
- Origine:
- Sve.PlatformNotSupported.cs
- Origine:
- Sve.PlatformNotSupported.cs
svuint16_t svldnf1ub_u16(svbool_t pg, const uint8_t *base)
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>
Parametri
- address
- Byte*