Sve.ZeroExtend8 Método
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
Sobrecargas
| Nombre | Description |
|---|---|
| ZeroExtend8(Vector<UInt32>) |
svuint32_t svextb[_u32]_m(svuint32_t inactivo, 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 inactivo, 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 inactivo, 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>)
- Source:
- Sve.PlatformNotSupported.cs
- Source:
- Sve.PlatformNotSupported.cs
- Source:
- Sve.PlatformNotSupported.cs
svuint32_t svextb[_u32]_m(svuint32_t inactivo, 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)
Parámetros
Devoluciones
Se aplica a
ZeroExtend8(Vector<UInt64>)
- Source:
- Sve.PlatformNotSupported.cs
- Source:
- Sve.PlatformNotSupported.cs
- Source:
- Sve.PlatformNotSupported.cs
svuint64_t svextb[_u64]_m(svuint64_t inactivo, 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)
Parámetros
Devoluciones
Se aplica a
ZeroExtend8(Vector<UInt16>)
- Source:
- Sve.PlatformNotSupported.cs
- Source:
- Sve.PlatformNotSupported.cs
- Source:
- Sve.PlatformNotSupported.cs
svuint16_t svextb[_u16]_m(svuint16_t inactivo, 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)