Rediger

Del via


Sve.ZeroExtend8 Method

Definition

Overloads

ZeroExtend8(Vector<UInt64>)

svuint64_t svextb[_u64]_m(svuint64_t inactive, 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 inactive, 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>)

svuint32_t svextb[_u32]_m(svuint32_t inactive, 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 inactive, 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)

Parameters

value
Vector<UInt64>

Returns

Applies to

ZeroExtend8(Vector<UInt16>)

svuint16_t svextb[_u16]_m(svuint16_t inactive, 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)

Parameters

value
Vector<UInt16>

Returns

Applies to

ZeroExtend8(Vector<UInt32>)

svuint32_t svextb[_u32]_m(svuint32_t inactive, 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)

Parameters

value
Vector<UInt32>

Returns

Applies to