Sve.ZeroExtend8 Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Überlädt
| Name | Beschreibung |
|---|---|
| ZeroExtend8(Vector<UInt32>) |
svuint32_t svextb[_u32]_m(svuint32_t inaktiv, svbool_t pg, svuint32_t op) svuint32_t svextb[_u32]_x(svbool_t pg, svuint32_t op) svuint32_t svextb[_u32]_z(svbool_t pg, svuint32_t op) UXTB Zresult.S, Pg/M, Zop.S |
| ZeroExtend8(Vector<UInt64>) |
svuint64_t svextb[_u64]_m(svuint64_t inaktiv, svbool_t pg, svuint64_t op) svuint64_t svextb[_u64]_x(svbool_t pg, svuint64_t op) svuint64_t svextb[_u64]_z(svbool_t pg, svuint64_t op) UXTB Zresult.D, Pg/M, Zop.D |
| ZeroExtend8(Vector<UInt16>) |
svuint16_t svextb[_u16]_m(svuint16_t inaktiv, svbool_t pg, svuint16_t op) svuint16_t svextb[_u16]_x(svbool_t pg, svuint16_t op) svuint16_t svextb[_u16]_z(svbool_t pg, svuint16_t op) UXTB Zresult.H, Pg/M, Zop.H |
ZeroExtend8(Vector<UInt32>)
- Quelle:
- Sve.PlatformNotSupported.cs
- Quelle:
- Sve.PlatformNotSupported.cs
svuint32_t svextb[_u32]_m(svuint32_t inaktiv, svbool_t pg, svuint32_t op)
svuint32_t svextb[_u32]_x(svbool_t pg, svuint32_t op)
svuint32_t svextb[_u32]_z(svbool_t pg, svuint32_t op)
UXTB Zresult.S, Pg/M, Zop.S
public:
static System::Numerics::Vector<System::UInt32> ZeroExtend8(System::Numerics::Vector<System::UInt32> value);
public static System.Numerics.Vector<uint> ZeroExtend8(System.Numerics.Vector<uint> value);
static member ZeroExtend8 : System.Numerics.Vector<uint32> -> System.Numerics.Vector<uint32>
Public Shared Function ZeroExtend8 (value As Vector(Of UInteger)) As Vector(Of UInteger)
Parameter
Gibt zurück
Gilt für:
ZeroExtend8(Vector<UInt64>)
- Quelle:
- Sve.PlatformNotSupported.cs
- Quelle:
- Sve.PlatformNotSupported.cs
svuint64_t svextb[_u64]_m(svuint64_t inaktiv, svbool_t pg, svuint64_t op)
svuint64_t svextb[_u64]_x(svbool_t pg, svuint64_t op)
svuint64_t svextb[_u64]_z(svbool_t pg, svuint64_t op)
UXTB Zresult.D, Pg/M, Zop.D
public:
static System::Numerics::Vector<System::UInt64> ZeroExtend8(System::Numerics::Vector<System::UInt64> value);
public static System.Numerics.Vector<ulong> ZeroExtend8(System.Numerics.Vector<ulong> value);
static member ZeroExtend8 : System.Numerics.Vector<uint64> -> System.Numerics.Vector<uint64>
Public Shared Function ZeroExtend8 (value As Vector(Of ULong)) As Vector(Of ULong)
Parameter
Gibt zurück
Gilt für:
ZeroExtend8(Vector<UInt16>)
- Quelle:
- Sve.PlatformNotSupported.cs
- Quelle:
- Sve.PlatformNotSupported.cs
svuint16_t svextb[_u16]_m(svuint16_t inaktiv, svbool_t pg, svuint16_t op)
svuint16_t svextb[_u16]_x(svbool_t pg, svuint16_t op)
svuint16_t svextb[_u16]_z(svbool_t pg, svuint16_t op)
UXTB Zresult.H, Pg/M, Zop.H
public:
static System::Numerics::Vector<System::UInt16> ZeroExtend8(System::Numerics::Vector<System::UInt16> value);
public static System.Numerics.Vector<ushort> ZeroExtend8(System.Numerics.Vector<ushort> value);
static member ZeroExtend8 : System.Numerics.Vector<uint16> -> System.Numerics.Vector<uint16>
Public Shared Function ZeroExtend8 (value As Vector(Of UShort)) As Vector(Of UShort)