Sve.LoadVectorByteZeroExtendFirstFaulting 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 |
|---|---|
| LoadVectorByteZeroExtendFirstFaulting(Vector<UInt32>, Byte*) |
svuint32_t svldff1ub_u32(svbool_t pg, const uint8_t *base) LDFF1B Zresult.S, Pg/Z, [Xbase, XZR] |
| LoadVectorByteZeroExtendFirstFaulting(Vector<UInt16>, Byte*) |
svuint16_t svldff1ub_u16(svbool_t pg, const uint8_t *base) LDFF1B Zresult.H, Pg/Z, [Xbase, XZR] |
| LoadVectorByteZeroExtendFirstFaulting(Vector<UInt64>, Byte*) |
svuint64_t svldff1ub_u64(svbool_t pg, const uint8_t *base) LDFF1B Zresult.D, Pg/Z, [Xbase, XZR] |
| LoadVectorByteZeroExtendFirstFaulting(Vector<Int32>, Byte*) |
svint32_t svldff1ub_s32(svbool_t pg, const uint8_t *basis) LDFF1B Zresult.S, Pg/Z, [Xbase, XZR] |
| LoadVectorByteZeroExtendFirstFaulting(Vector<Int64>, Byte*) |
svint64_t svldff1ub_s64(svbool_t pg, const uint8_t *basis) LDFF1B Zresult.D, Pg/Z, [Xbase, XZR] |
| LoadVectorByteZeroExtendFirstFaulting(Vector<Int16>, Byte*) |
svint16_t svldff1ub_s16(svbool_t pg, const uint8_t *basis) LDFF1B Zresult.H, Pg/Z, [Xbase, XZR] |
LoadVectorByteZeroExtendFirstFaulting(Vector<UInt32>, Byte*)
svuint32_t svldff1ub_u32(svbool_t pg, const uint8_t *base)
LDFF1B Zresult.S, Pg/Z, [Xbase, XZR]
public:
static System::Numerics::Vector<System::UInt32> LoadVectorByteZeroExtendFirstFaulting(System::Numerics::Vector<System::UInt32> mask, System::Byte* address);
public static System.Numerics.Vector<uint> LoadVectorByteZeroExtendFirstFaulting(System.Numerics.Vector<uint> mask, byte* address);
static member LoadVectorByteZeroExtendFirstFaulting : System.Numerics.Vector<uint32> * nativeptr<byte> -> System.Numerics.Vector<uint32>
Parameters
- address
- Byte*
Retouren
Van toepassing op
LoadVectorByteZeroExtendFirstFaulting(Vector<UInt16>, Byte*)
svuint16_t svldff1ub_u16(svbool_t pg, const uint8_t *base)
LDFF1B Zresult.H, Pg/Z, [Xbase, XZR]
public:
static System::Numerics::Vector<System::UInt16> LoadVectorByteZeroExtendFirstFaulting(System::Numerics::Vector<System::UInt16> mask, System::Byte* address);
public static System.Numerics.Vector<ushort> LoadVectorByteZeroExtendFirstFaulting(System.Numerics.Vector<ushort> mask, byte* address);
static member LoadVectorByteZeroExtendFirstFaulting : System.Numerics.Vector<uint16> * nativeptr<byte> -> System.Numerics.Vector<uint16>
Parameters
- address
- Byte*
Retouren
Van toepassing op
LoadVectorByteZeroExtendFirstFaulting(Vector<UInt64>, Byte*)
svuint64_t svldff1ub_u64(svbool_t pg, const uint8_t *base)
LDFF1B Zresult.D, Pg/Z, [Xbase, XZR]
public:
static System::Numerics::Vector<System::UInt64> LoadVectorByteZeroExtendFirstFaulting(System::Numerics::Vector<System::UInt64> mask, System::Byte* address);
public static System.Numerics.Vector<ulong> LoadVectorByteZeroExtendFirstFaulting(System.Numerics.Vector<ulong> mask, byte* address);
static member LoadVectorByteZeroExtendFirstFaulting : System.Numerics.Vector<uint64> * nativeptr<byte> -> System.Numerics.Vector<uint64>
Parameters
- address
- Byte*
Retouren
Van toepassing op
LoadVectorByteZeroExtendFirstFaulting(Vector<Int32>, Byte*)
svint32_t svldff1ub_s32(svbool_t pg, const uint8_t *basis)
LDFF1B Zresult.S, Pg/Z, [Xbase, XZR]
public:
static System::Numerics::Vector<int> LoadVectorByteZeroExtendFirstFaulting(System::Numerics::Vector<int> mask, System::Byte* address);
public static System.Numerics.Vector<int> LoadVectorByteZeroExtendFirstFaulting(System.Numerics.Vector<int> mask, byte* address);
static member LoadVectorByteZeroExtendFirstFaulting : System.Numerics.Vector<int> * nativeptr<byte> -> System.Numerics.Vector<int>
Parameters
- address
- Byte*
Retouren
Van toepassing op
LoadVectorByteZeroExtendFirstFaulting(Vector<Int64>, Byte*)
svint64_t svldff1ub_s64(svbool_t pg, const uint8_t *basis)
LDFF1B Zresult.D, Pg/Z, [Xbase, XZR]
public:
static System::Numerics::Vector<long> LoadVectorByteZeroExtendFirstFaulting(System::Numerics::Vector<long> mask, System::Byte* address);
public static System.Numerics.Vector<long> LoadVectorByteZeroExtendFirstFaulting(System.Numerics.Vector<long> mask, byte* address);
static member LoadVectorByteZeroExtendFirstFaulting : System.Numerics.Vector<int64> * nativeptr<byte> -> System.Numerics.Vector<int64>
Parameters
- address
- Byte*
Retouren
Van toepassing op
LoadVectorByteZeroExtendFirstFaulting(Vector<Int16>, Byte*)
svint16_t svldff1ub_s16(svbool_t pg, const uint8_t *basis)
LDFF1B Zresult.H, Pg/Z, [Xbase, XZR]
public:
static System::Numerics::Vector<short> LoadVectorByteZeroExtendFirstFaulting(System::Numerics::Vector<short> mask, System::Byte* address);
public static System.Numerics.Vector<short> LoadVectorByteZeroExtendFirstFaulting(System.Numerics.Vector<short> mask, byte* address);
static member LoadVectorByteZeroExtendFirstFaulting : System.Numerics.Vector<int16> * nativeptr<byte> -> System.Numerics.Vector<int16>
Parameters
- address
- Byte*