Redigera

Dela via


Sve.ZeroExtend16 Method

Definition

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

value
Vector<UInt32>

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)

Parameters

value
Vector<UInt64>

Returns

Applies to