Sve.ReverseElement32 Method
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.
ReverseElement32(Vector<Int64>) |
svint64_t svrevw[_s64]_m(svint64_t inactive, svbool_t pg, svint64_t op) svint64_t svrevw[_s64]_x(svbool_t pg, svint64_t op) svint64_t svrevw[_s64]_z(svbool_t pg, svint64_t op) REVW Zresult.D, Pg/M, Zop.D |
ReverseElement32(Vector<UInt64>) |
svuint64_t svrevw[_u64]_m(svuint64_t inactive, svbool_t pg, svuint64_t op) svuint64_t svrevw[_u64]_x(svbool_t pg, svuint64_t op) svuint64_t svrevw[_u64]_z(svbool_t pg, svuint64_t op) REVW Zresult.D, Pg/M, Zop.D |
svint64_t svrevw[_s64]_m(svint64_t inactive, svbool_t pg, svint64_t op)
svint64_t svrevw[_s64]_x(svbool_t pg, svint64_t op)
svint64_t svrevw[_s64]_z(svbool_t pg, svint64_t op)
REVW Zresult.D, Pg/M, Zop.D
public:
static System::Numerics::Vector<long> ReverseElement32(System::Numerics::Vector<long> value);
public static System.Numerics.Vector<long> ReverseElement32(System.Numerics.Vector<long> value);
static member ReverseElement32 : System.Numerics.Vector<int64> -> System.Numerics.Vector<int64>
Public Shared Function ReverseElement32 (value As Vector(Of Long)) As Vector(Of Long)
Parameters
Returns
Applies to
.NET 10 and .NET 9
Product | Versions |
---|---|
.NET | 9, 10 |
svuint64_t svrevw[_u64]_m(svuint64_t inactive, svbool_t pg, svuint64_t op)
svuint64_t svrevw[_u64]_x(svbool_t pg, svuint64_t op)
svuint64_t svrevw[_u64]_z(svbool_t pg, svuint64_t op)
REVW Zresult.D, Pg/M, Zop.D
public:
static System::Numerics::Vector<System::UInt64> ReverseElement32(System::Numerics::Vector<System::UInt64> value);
public static System.Numerics.Vector<ulong> ReverseElement32(System.Numerics.Vector<ulong> value);
static member ReverseElement32 : System.Numerics.Vector<uint64> -> System.Numerics.Vector<uint64>
Public Shared Function ReverseElement32 (value As Vector(Of ULong)) As Vector(Of ULong)
Parameters
Returns
Applies to
.NET 10 and .NET 9
Product | Versions |
---|---|
.NET | 9, 10 |
.NET feedback
.NET is an open source project. Select a link to provide feedback: