Bewerken

Delen via


Sve.ReverseElement16 Method

Definition

Overloads

ReverseElement16(Vector<Int32>)

svint32_t svrevh[_s32]_m(svint32_t inactive, svbool_t pg, svint32_t op)

svint32_t svrevh[_s32]_x(svbool_t pg, svint32_t op)

svint32_t svrevh[_s32]_z(svbool_t pg, svint32_t op)

REVH Zresult.S, Pg/M, Zop.S

ReverseElement16(Vector<Int64>)

svint64_t svrevh[_s64]_m(svint64_t inactive, svbool_t pg, svint64_t op)

svint64_t svrevh[_s64]_x(svbool_t pg, svint64_t op)

svint64_t svrevh[_s64]_z(svbool_t pg, svint64_t op)

REVH Zresult.D, Pg/M, Zop.D

ReverseElement16(Vector<UInt32>)

svuint32_t svrevh[_u32]_m(svuint32_t inactive, svbool_t pg, svuint32_t op)

svuint32_t svrevh[_u32]_x(svbool_t pg, svuint32_t op)

svuint32_t svrevh[_u32]_z(svbool_t pg, svuint32_t op)

REVH Zresult.S, Pg/M, Zop.S

ReverseElement16(Vector<UInt64>)

svuint64_t svrevh[_u64]_m(svuint64_t inactive, svbool_t pg, svuint64_t op)

svuint64_t svrevh[_u64]_x(svbool_t pg, svuint64_t op)

svuint64_t svrevh[_u64]_z(svbool_t pg, svuint64_t op)

REVH Zresult.D, Pg/M, Zop.D

ReverseElement16(Vector<Int32>)

svint32_t svrevh[_s32]_m(svint32_t inactive, svbool_t pg, svint32_t op)

svint32_t svrevh[_s32]_x(svbool_t pg, svint32_t op)

svint32_t svrevh[_s32]_z(svbool_t pg, svint32_t op)

REVH Zresult.S, Pg/M, Zop.S

public:
 static System::Numerics::Vector<int> ReverseElement16(System::Numerics::Vector<int> value);
public static System.Numerics.Vector<int> ReverseElement16 (System.Numerics.Vector<int> value);
static member ReverseElement16 : System.Numerics.Vector<int> -> System.Numerics.Vector<int>
Public Shared Function ReverseElement16 (value As Vector(Of Integer)) As Vector(Of Integer)

Parameters

value
Vector<Int32>

Returns

Applies to

ReverseElement16(Vector<Int64>)

svint64_t svrevh[_s64]_m(svint64_t inactive, svbool_t pg, svint64_t op)

svint64_t svrevh[_s64]_x(svbool_t pg, svint64_t op)

svint64_t svrevh[_s64]_z(svbool_t pg, svint64_t op)

REVH Zresult.D, Pg/M, Zop.D

public:
 static System::Numerics::Vector<long> ReverseElement16(System::Numerics::Vector<long> value);
public static System.Numerics.Vector<long> ReverseElement16 (System.Numerics.Vector<long> value);
static member ReverseElement16 : System.Numerics.Vector<int64> -> System.Numerics.Vector<int64>
Public Shared Function ReverseElement16 (value As Vector(Of Long)) As Vector(Of Long)

Parameters

value
Vector<Int64>

Returns

Applies to

ReverseElement16(Vector<UInt32>)

svuint32_t svrevh[_u32]_m(svuint32_t inactive, svbool_t pg, svuint32_t op)

svuint32_t svrevh[_u32]_x(svbool_t pg, svuint32_t op)

svuint32_t svrevh[_u32]_z(svbool_t pg, svuint32_t op)

REVH Zresult.S, Pg/M, Zop.S

public:
 static System::Numerics::Vector<System::UInt32> ReverseElement16(System::Numerics::Vector<System::UInt32> value);
public static System.Numerics.Vector<uint> ReverseElement16 (System.Numerics.Vector<uint> value);
static member ReverseElement16 : System.Numerics.Vector<uint32> -> System.Numerics.Vector<uint32>
Public Shared Function ReverseElement16 (value As Vector(Of UInteger)) As Vector(Of UInteger)

Parameters

value
Vector<UInt32>

Returns

Applies to

ReverseElement16(Vector<UInt64>)

svuint64_t svrevh[_u64]_m(svuint64_t inactive, svbool_t pg, svuint64_t op)

svuint64_t svrevh[_u64]_x(svbool_t pg, svuint64_t op)

svuint64_t svrevh[_u64]_z(svbool_t pg, svuint64_t op)

REVH Zresult.D, Pg/M, Zop.D

public:
 static System::Numerics::Vector<System::UInt64> ReverseElement16(System::Numerics::Vector<System::UInt64> value);
public static System.Numerics.Vector<ulong> ReverseElement16 (System.Numerics.Vector<ulong> value);
static member ReverseElement16 : System.Numerics.Vector<uint64> -> System.Numerics.Vector<uint64>
Public Shared Function ReverseElement16 (value As Vector(Of ULong)) As Vector(Of ULong)

Parameters

value
Vector<UInt64>

Returns

Applies to