Sve.ZeroExtend16 Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
ZeroExtend16(Vector<UInt32>) |
svuint32_t svexth[_u32]_m(svuint32_t inactive, svbool_t pg, svuint32_t op) svuint32_t svexth[_u32]_x(svbool_t pg, svuint32_t op) svuint32_t svexth[_u32]_z(svbool_t pg, svuint32_t op) UXTH Zresult.S, Pg/M, Zop.S |
ZeroExtend16(Vector<UInt64>) |
svuint64_t svexth[_u64]_m(svuint64_t inactive, svbool_t pg, svuint64_t op) svuint64_t svexth[_u64]_x(svbool_t pg, svuint64_t op) svuint64_t svexth[_u64]_z(svbool_t pg, svuint64_t op) UXTH Zresult.D, Pg/M, Zop.D |
ZeroExtend16(Vector<UInt32>)
svuint32_t svexth[_u32]_m(svuint32_t inactive, svbool_t pg, svuint32_t op)
svuint32_t svexth[_u32]_x(svbool_t pg, svuint32_t op)
svuint32_t svexth[_u32]_z(svbool_t pg, svuint32_t op)
UXTH Zresult.S, Pg/M, Zop.S
public:
static System::Numerics::Vector<System::UInt32> ZeroExtend16(System::Numerics::Vector<System::UInt32> value);
public static System.Numerics.Vector<uint> ZeroExtend16 (System.Numerics.Vector<uint> value);
static member ZeroExtend16 : System.Numerics.Vector<uint32> -> System.Numerics.Vector<uint32>
Public Shared Function ZeroExtend16 (value As Vector(Of UInteger)) As Vector(Of UInteger)
Parameters
Returns
Applies to
ZeroExtend16(Vector<UInt64>)
svuint64_t svexth[_u64]_m(svuint64_t inactive, svbool_t pg, svuint64_t op)
svuint64_t svexth[_u64]_x(svbool_t pg, svuint64_t op)
svuint64_t svexth[_u64]_z(svbool_t pg, svuint64_t op)
UXTH Zresult.D, Pg/M, Zop.D
public:
static System::Numerics::Vector<System::UInt64> ZeroExtend16(System::Numerics::Vector<System::UInt64> value);
public static System.Numerics.Vector<ulong> ZeroExtend16 (System.Numerics.Vector<ulong> value);
static member ZeroExtend16 : System.Numerics.Vector<uint64> -> System.Numerics.Vector<uint64>
Public Shared Function ZeroExtend16 (value As Vector(Of ULong)) As Vector(Of ULong)