Sve.Load3xVectorAndUnzip Método
Definição
Importante
Algumas informações dizem respeito a um produto pré-lançado que pode ser substancialmente modificado antes de ser lançado. A Microsoft não faz garantias, de forma expressa ou implícita, em relação à informação aqui apresentada.
Sobrecargas
| Name | Description |
|---|---|
| Load3xVectorAndUnzip(Vector<UInt16>, UInt16*) |
svuint16x3_t svld3[_u16](svbool_t pg, const uint16_t *base) LD3H {Zresult0.H - Zresult2.H}, Pg/Z, [Xbase, #0, MUL VL] |
| Load3xVectorAndUnzip(Vector<Single>, Single*) |
svfloat32x3_t svld3[_f32](svbool_t pg, const float32_t *base) LD3W {Zresult0.S - Zresult2.S}, Pg/Z, [Xbase, #0, MUL VL] |
| Load3xVectorAndUnzip(Vector<UInt64>, UInt64*) |
svuint64x3_t svld3[_u64](svbool_t pg, const uint64_t *base) LD3D {Zresult0.D - Zresult2.D}, Pg/Z, [Xbase, #0, MUL VL] |
| Load3xVectorAndUnzip(Vector<UInt32>, UInt32*) |
svuint32x3_t svld3[_u32](svbool_t pg, const uint32_t *base) LD3W {Zresult0.S - Zresult2.S}, Pg/Z, [Xbase, #0, MUL VL] |
| Load3xVectorAndUnzip(Vector<SByte>, SByte*) |
svint8x3_t svld3[_s8](svbool_t pg, const int8_t *base) LD3B {Zresult0.B - Zresult2.B}, Pg/Z, [Xbase, #0, MUL VL] |
| Load3xVectorAndUnzip(Vector<Int32>, Int32*) |
svint32x3_t svld3[_s32](svbool_t pg, const int32_t *base) LD3W {Zresult0.S - Zresult2.S}, Pg/Z, [Xbase, #0, MUL VL] |
| Load3xVectorAndUnzip(Vector<Int16>, Int16*) |
svint16x3_t svld3[_s16](svbool_t pg, const int16_t *base) LD3H {Zresult0.H - Zresult2.H}, Pg/Z, [Xbase, #0, MUL VL] |
| Load3xVectorAndUnzip(Vector<Double>, Double*) |
svfloat64x3_t svld3[_f64](svbool_t pg, const float64_t *base) LD3D {Zresult0.D - Zresult2.D}, Pg/Z, [Xbase, #0, MUL VL] |
| Load3xVectorAndUnzip(Vector<Byte>, Byte*) |
svuint8x3_t svld3[_u8](svbool_t pg, const uint8_t *base) LD3B {Zresult0.B - Zresult2.B}, Pg/Z, [Xbase, #0, MUL VL] |
| Load3xVectorAndUnzip(Vector<Int64>, Int64*) |
svint64x3_t svld3[_s64](svbool_t pg, const int64_t *base) LD3D {Zresult0.D - Zresult2.D}, Pg/Z, [Xbase, #0, MUL VL] |
Load3xVectorAndUnzip(Vector<UInt16>, UInt16*)
- Origem:
- Sve.PlatformNotSupported.cs
- Origem:
- Sve.PlatformNotSupported.cs
- Origem:
- Sve.PlatformNotSupported.cs
svuint16x3_t svld3[_u16](svbool_t pg, const uint16_t *base)
LD3H {Zresult0.H - Zresult2.H}, Pg/Z, [Xbase, #0, MUL VL]
public:
static ValueTuple<System::Numerics::Vector<System::UInt16>, System::Numerics::Vector<System::UInt16>, System::Numerics::Vector<System::UInt16>> Load3xVectorAndUnzip(System::Numerics::Vector<System::UInt16> mask, System::UInt16* address);
public static(System.Numerics.Vector<ushort>, System.Numerics.Vector<ushort>, System.Numerics.Vector<ushort>) Load3xVectorAndUnzip(System.Numerics.Vector<ushort> mask, ushort* address);
static member Load3xVectorAndUnzip : System.Numerics.Vector<uint16> * nativeptr<uint16> -> ValueTuple<System.Numerics.Vector<uint16>, System.Numerics.Vector<uint16>, System.Numerics.Vector<uint16>>
Parâmetros
- address
- UInt16*
Devoluções
Aplica-se a
Load3xVectorAndUnzip(Vector<Single>, Single*)
- Origem:
- Sve.PlatformNotSupported.cs
- Origem:
- Sve.PlatformNotSupported.cs
- Origem:
- Sve.PlatformNotSupported.cs
svfloat32x3_t svld3[_f32](svbool_t pg, const float32_t *base)
LD3W {Zresult0.S - Zresult2.S}, Pg/Z, [Xbase, #0, MUL VL]
public:
static ValueTuple<System::Numerics::Vector<float>, System::Numerics::Vector<float>, System::Numerics::Vector<float>> Load3xVectorAndUnzip(System::Numerics::Vector<float> mask, float* address);
public static(System.Numerics.Vector<float>, System.Numerics.Vector<float>, System.Numerics.Vector<float>) Load3xVectorAndUnzip(System.Numerics.Vector<float> mask, float* address);
static member Load3xVectorAndUnzip : System.Numerics.Vector<single> * nativeptr<single> -> ValueTuple<System.Numerics.Vector<single>, System.Numerics.Vector<single>, System.Numerics.Vector<single>>
Parâmetros
- address
- Single*
Devoluções
Aplica-se a
Load3xVectorAndUnzip(Vector<UInt64>, UInt64*)
- Origem:
- Sve.PlatformNotSupported.cs
- Origem:
- Sve.PlatformNotSupported.cs
- Origem:
- Sve.PlatformNotSupported.cs
svuint64x3_t svld3[_u64](svbool_t pg, const uint64_t *base)
LD3D {Zresult0.D - Zresult2.D}, Pg/Z, [Xbase, #0, MUL VL]
public:
static ValueTuple<System::Numerics::Vector<System::UInt64>, System::Numerics::Vector<System::UInt64>, System::Numerics::Vector<System::UInt64>> Load3xVectorAndUnzip(System::Numerics::Vector<System::UInt64> mask, System::UInt64* address);
public static(System.Numerics.Vector<ulong>, System.Numerics.Vector<ulong>, System.Numerics.Vector<ulong>) Load3xVectorAndUnzip(System.Numerics.Vector<ulong> mask, ulong* address);
static member Load3xVectorAndUnzip : System.Numerics.Vector<uint64> * nativeptr<uint64> -> ValueTuple<System.Numerics.Vector<uint64>, System.Numerics.Vector<uint64>, System.Numerics.Vector<uint64>>
Parâmetros
- address
- UInt64*
Devoluções
Aplica-se a
Load3xVectorAndUnzip(Vector<UInt32>, UInt32*)
- Origem:
- Sve.PlatformNotSupported.cs
- Origem:
- Sve.PlatformNotSupported.cs
- Origem:
- Sve.PlatformNotSupported.cs
svuint32x3_t svld3[_u32](svbool_t pg, const uint32_t *base)
LD3W {Zresult0.S - Zresult2.S}, Pg/Z, [Xbase, #0, MUL VL]
public:
static ValueTuple<System::Numerics::Vector<System::UInt32>, System::Numerics::Vector<System::UInt32>, System::Numerics::Vector<System::UInt32>> Load3xVectorAndUnzip(System::Numerics::Vector<System::UInt32> mask, System::UInt32* address);
public static(System.Numerics.Vector<uint>, System.Numerics.Vector<uint>, System.Numerics.Vector<uint>) Load3xVectorAndUnzip(System.Numerics.Vector<uint> mask, uint* address);
static member Load3xVectorAndUnzip : System.Numerics.Vector<uint32> * nativeptr<uint32> -> ValueTuple<System.Numerics.Vector<uint32>, System.Numerics.Vector<uint32>, System.Numerics.Vector<uint32>>
Parâmetros
- address
- UInt32*
Devoluções
Aplica-se a
Load3xVectorAndUnzip(Vector<SByte>, SByte*)
- Origem:
- Sve.PlatformNotSupported.cs
- Origem:
- Sve.PlatformNotSupported.cs
- Origem:
- Sve.PlatformNotSupported.cs
svint8x3_t svld3[_s8](svbool_t pg, const int8_t *base)
LD3B {Zresult0.B - Zresult2.B}, Pg/Z, [Xbase, #0, MUL VL]
public:
static ValueTuple<System::Numerics::Vector<System::SByte>, System::Numerics::Vector<System::SByte>, System::Numerics::Vector<System::SByte>> Load3xVectorAndUnzip(System::Numerics::Vector<System::SByte> mask, System::SByte* address);
public static(System.Numerics.Vector<sbyte>, System.Numerics.Vector<sbyte>, System.Numerics.Vector<sbyte>) Load3xVectorAndUnzip(System.Numerics.Vector<sbyte> mask, sbyte* address);
static member Load3xVectorAndUnzip : System.Numerics.Vector<sbyte> * nativeptr<sbyte> -> ValueTuple<System.Numerics.Vector<sbyte>, System.Numerics.Vector<sbyte>, System.Numerics.Vector<sbyte>>
Parâmetros
- address
- SByte*
Devoluções
Aplica-se a
Load3xVectorAndUnzip(Vector<Int32>, Int32*)
- Origem:
- Sve.PlatformNotSupported.cs
- Origem:
- Sve.PlatformNotSupported.cs
- Origem:
- Sve.PlatformNotSupported.cs
svint32x3_t svld3[_s32](svbool_t pg, const int32_t *base)
LD3W {Zresult0.S - Zresult2.S}, Pg/Z, [Xbase, #0, MUL VL]
public:
static ValueTuple<System::Numerics::Vector<int>, System::Numerics::Vector<int>, System::Numerics::Vector<int>> Load3xVectorAndUnzip(System::Numerics::Vector<int> mask, int* address);
public static(System.Numerics.Vector<int>, System.Numerics.Vector<int>, System.Numerics.Vector<int>) Load3xVectorAndUnzip(System.Numerics.Vector<int> mask, int* address);
static member Load3xVectorAndUnzip : System.Numerics.Vector<int> * nativeptr<int> -> ValueTuple<System.Numerics.Vector<int>, System.Numerics.Vector<int>, System.Numerics.Vector<int>>
Parâmetros
- address
- Int32*
Devoluções
Aplica-se a
Load3xVectorAndUnzip(Vector<Int16>, Int16*)
- Origem:
- Sve.PlatformNotSupported.cs
- Origem:
- Sve.PlatformNotSupported.cs
- Origem:
- Sve.PlatformNotSupported.cs
svint16x3_t svld3[_s16](svbool_t pg, const int16_t *base)
LD3H {Zresult0.H - Zresult2.H}, Pg/Z, [Xbase, #0, MUL VL]
public:
static ValueTuple<System::Numerics::Vector<short>, System::Numerics::Vector<short>, System::Numerics::Vector<short>> Load3xVectorAndUnzip(System::Numerics::Vector<short> mask, short* address);
public static(System.Numerics.Vector<short>, System.Numerics.Vector<short>, System.Numerics.Vector<short>) Load3xVectorAndUnzip(System.Numerics.Vector<short> mask, short* address);
static member Load3xVectorAndUnzip : System.Numerics.Vector<int16> * nativeptr<int16> -> ValueTuple<System.Numerics.Vector<int16>, System.Numerics.Vector<int16>, System.Numerics.Vector<int16>>
Parâmetros
- address
- Int16*
Devoluções
Aplica-se a
Load3xVectorAndUnzip(Vector<Double>, Double*)
- Origem:
- Sve.PlatformNotSupported.cs
- Origem:
- Sve.PlatformNotSupported.cs
- Origem:
- Sve.PlatformNotSupported.cs
svfloat64x3_t svld3[_f64](svbool_t pg, const float64_t *base)
LD3D {Zresult0.D - Zresult2.D}, Pg/Z, [Xbase, #0, MUL VL]
public:
static ValueTuple<System::Numerics::Vector<double>, System::Numerics::Vector<double>, System::Numerics::Vector<double>> Load3xVectorAndUnzip(System::Numerics::Vector<double> mask, double* address);
public static(System.Numerics.Vector<double>, System.Numerics.Vector<double>, System.Numerics.Vector<double>) Load3xVectorAndUnzip(System.Numerics.Vector<double> mask, double* address);
static member Load3xVectorAndUnzip : System.Numerics.Vector<double> * nativeptr<double> -> ValueTuple<System.Numerics.Vector<double>, System.Numerics.Vector<double>, System.Numerics.Vector<double>>
Parâmetros
- address
- Double*
Devoluções
Aplica-se a
Load3xVectorAndUnzip(Vector<Byte>, Byte*)
- Origem:
- Sve.PlatformNotSupported.cs
- Origem:
- Sve.PlatformNotSupported.cs
- Origem:
- Sve.PlatformNotSupported.cs
svuint8x3_t svld3[_u8](svbool_t pg, const uint8_t *base)
LD3B {Zresult0.B - Zresult2.B}, Pg/Z, [Xbase, #0, MUL VL]
public:
static ValueTuple<System::Numerics::Vector<System::Byte>, System::Numerics::Vector<System::Byte>, System::Numerics::Vector<System::Byte>> Load3xVectorAndUnzip(System::Numerics::Vector<System::Byte> mask, System::Byte* address);
public static(System.Numerics.Vector<byte>, System.Numerics.Vector<byte>, System.Numerics.Vector<byte>) Load3xVectorAndUnzip(System.Numerics.Vector<byte> mask, byte* address);
static member Load3xVectorAndUnzip : System.Numerics.Vector<byte> * nativeptr<byte> -> ValueTuple<System.Numerics.Vector<byte>, System.Numerics.Vector<byte>, System.Numerics.Vector<byte>>
Parâmetros
- address
- Byte*
Devoluções
Aplica-se a
Load3xVectorAndUnzip(Vector<Int64>, Int64*)
- Origem:
- Sve.PlatformNotSupported.cs
- Origem:
- Sve.PlatformNotSupported.cs
- Origem:
- Sve.PlatformNotSupported.cs
svint64x3_t svld3[_s64](svbool_t pg, const int64_t *base)
LD3D {Zresult0.D - Zresult2.D}, Pg/Z, [Xbase, #0, MUL VL]
public:
static ValueTuple<System::Numerics::Vector<long>, System::Numerics::Vector<long>, System::Numerics::Vector<long>> Load3xVectorAndUnzip(System::Numerics::Vector<long> mask, long* address);
public static(System.Numerics.Vector<long>, System.Numerics.Vector<long>, System.Numerics.Vector<long>) Load3xVectorAndUnzip(System.Numerics.Vector<long> mask, long* address);
static member Load3xVectorAndUnzip : System.Numerics.Vector<int64> * nativeptr<int64> -> ValueTuple<System.Numerics.Vector<int64>, System.Numerics.Vector<int64>, System.Numerics.Vector<int64>>
Parâmetros
- address
- Int64*