Sve.TransposeEven 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
TransposeEven(Vector<Single>, Vector<Single>) |
svfloat32_t svtrn1[_f32](svfloat32_t op1, svfloat32_t op2) TRN1 Zresult.S, Zop1.S, Zop2.S |
TransposeEven(Vector<UInt32>, Vector<UInt32>) |
svuint32_t svtrn1[_u32](svuint32_t op1, svuint32_t op2) TRN1 Zresult.S, Zop1.S, Zop2.S |
TransposeEven(Vector<UInt16>, Vector<UInt16>) |
svuint16_t svtrn1[_u16](svuint16_t op1, svuint16_t op2) TRN1 Zresult.H, Zop1.H, Zop2.H |
TransposeEven(Vector<SByte>, Vector<SByte>) |
svint8_t svtrn1[_s8](svint8_t op1, svint8_t op2) TRN1 Zresult.B, Zop1.B, Zop2.B |
TransposeEven(Vector<UInt64>, Vector<UInt64>) |
svuint64_t svtrn1[_u64](svuint64_t op1, svuint64_t op2) TRN1 Zresult.D, Zop1.D, Zop2.D |
TransposeEven(Vector<Int32>, Vector<Int32>) |
svint32_t svtrn1[_s32](svint32_t op1, svint32_t op2) TRN1 Zresult.S, Zop1.S, Zop2.S |
TransposeEven(Vector<Int16>, Vector<Int16>) |
svint16_t svtrn1[_s16](svint16_t op1, svint16_t op2) TRN1 Zresult.H, Zop1.H, Zop2.H |
TransposeEven(Vector<Double>, Vector<Double>) |
svfloat64_t svtrn1[_f64](svfloat64_t op1, svfloat64_t op2) TRN1 Zresult.D, Zop1.D, Zop2.D |
TransposeEven(Vector<Byte>, Vector<Byte>) |
svuint8_t svtrn1[_u8](svuint8_t op1, svuint8_t op2) TRN1 Zresult.B, Zop1.B, Zop2.B |
TransposeEven(Vector<Int64>, Vector<Int64>) |
svint64_t svtrn1[_s64](svint64_t op1, svint64_t op2) TRN1 Zresult.D, Zop1.D, Zop2.D |
TransposeEven(Vector<Single>, Vector<Single>)
svfloat32_t svtrn1[_f32](svfloat32_t op1, svfloat32_t op2)
TRN1 Zresult.S, Zop1.S, Zop2.S
public:
static System::Numerics::Vector<float> TransposeEven(System::Numerics::Vector<float> left, System::Numerics::Vector<float> right);
public static System.Numerics.Vector<float> TransposeEven (System.Numerics.Vector<float> left, System.Numerics.Vector<float> right);
static member TransposeEven : System.Numerics.Vector<single> * System.Numerics.Vector<single> -> System.Numerics.Vector<single>
Public Shared Function TransposeEven (left As Vector(Of Single), right As Vector(Of Single)) As Vector(Of Single)
Parameters
Returns
Applies to
TransposeEven(Vector<UInt32>, Vector<UInt32>)
svuint32_t svtrn1[_u32](svuint32_t op1, svuint32_t op2)
TRN1 Zresult.S, Zop1.S, Zop2.S
public:
static System::Numerics::Vector<System::UInt32> TransposeEven(System::Numerics::Vector<System::UInt32> left, System::Numerics::Vector<System::UInt32> right);
public static System.Numerics.Vector<uint> TransposeEven (System.Numerics.Vector<uint> left, System.Numerics.Vector<uint> right);
static member TransposeEven : System.Numerics.Vector<uint32> * System.Numerics.Vector<uint32> -> System.Numerics.Vector<uint32>
Public Shared Function TransposeEven (left As Vector(Of UInteger), right As Vector(Of UInteger)) As Vector(Of UInteger)
Parameters
Returns
Applies to
TransposeEven(Vector<UInt16>, Vector<UInt16>)
svuint16_t svtrn1[_u16](svuint16_t op1, svuint16_t op2)
TRN1 Zresult.H, Zop1.H, Zop2.H
public:
static System::Numerics::Vector<System::UInt16> TransposeEven(System::Numerics::Vector<System::UInt16> left, System::Numerics::Vector<System::UInt16> right);
public static System.Numerics.Vector<ushort> TransposeEven (System.Numerics.Vector<ushort> left, System.Numerics.Vector<ushort> right);
static member TransposeEven : System.Numerics.Vector<uint16> * System.Numerics.Vector<uint16> -> System.Numerics.Vector<uint16>
Public Shared Function TransposeEven (left As Vector(Of UShort), right As Vector(Of UShort)) As Vector(Of UShort)
Parameters
Returns
Applies to
TransposeEven(Vector<SByte>, Vector<SByte>)
svint8_t svtrn1[_s8](svint8_t op1, svint8_t op2)
TRN1 Zresult.B, Zop1.B, Zop2.B
public:
static System::Numerics::Vector<System::SByte> TransposeEven(System::Numerics::Vector<System::SByte> left, System::Numerics::Vector<System::SByte> right);
public static System.Numerics.Vector<sbyte> TransposeEven (System.Numerics.Vector<sbyte> left, System.Numerics.Vector<sbyte> right);
static member TransposeEven : System.Numerics.Vector<sbyte> * System.Numerics.Vector<sbyte> -> System.Numerics.Vector<sbyte>
Public Shared Function TransposeEven (left As Vector(Of SByte), right As Vector(Of SByte)) As Vector(Of SByte)
Parameters
Returns
Applies to
TransposeEven(Vector<UInt64>, Vector<UInt64>)
svuint64_t svtrn1[_u64](svuint64_t op1, svuint64_t op2)
TRN1 Zresult.D, Zop1.D, Zop2.D
public:
static System::Numerics::Vector<System::UInt64> TransposeEven(System::Numerics::Vector<System::UInt64> left, System::Numerics::Vector<System::UInt64> right);
public static System.Numerics.Vector<ulong> TransposeEven (System.Numerics.Vector<ulong> left, System.Numerics.Vector<ulong> right);
static member TransposeEven : System.Numerics.Vector<uint64> * System.Numerics.Vector<uint64> -> System.Numerics.Vector<uint64>
Public Shared Function TransposeEven (left As Vector(Of ULong), right As Vector(Of ULong)) As Vector(Of ULong)
Parameters
Returns
Applies to
TransposeEven(Vector<Int32>, Vector<Int32>)
svint32_t svtrn1[_s32](svint32_t op1, svint32_t op2)
TRN1 Zresult.S, Zop1.S, Zop2.S
public:
static System::Numerics::Vector<int> TransposeEven(System::Numerics::Vector<int> left, System::Numerics::Vector<int> right);
public static System.Numerics.Vector<int> TransposeEven (System.Numerics.Vector<int> left, System.Numerics.Vector<int> right);
static member TransposeEven : System.Numerics.Vector<int> * System.Numerics.Vector<int> -> System.Numerics.Vector<int>
Public Shared Function TransposeEven (left As Vector(Of Integer), right As Vector(Of Integer)) As Vector(Of Integer)
Parameters
Returns
Applies to
TransposeEven(Vector<Int16>, Vector<Int16>)
svint16_t svtrn1[_s16](svint16_t op1, svint16_t op2)
TRN1 Zresult.H, Zop1.H, Zop2.H
public:
static System::Numerics::Vector<short> TransposeEven(System::Numerics::Vector<short> left, System::Numerics::Vector<short> right);
public static System.Numerics.Vector<short> TransposeEven (System.Numerics.Vector<short> left, System.Numerics.Vector<short> right);
static member TransposeEven : System.Numerics.Vector<int16> * System.Numerics.Vector<int16> -> System.Numerics.Vector<int16>
Public Shared Function TransposeEven (left As Vector(Of Short), right As Vector(Of Short)) As Vector(Of Short)
Parameters
Returns
Applies to
TransposeEven(Vector<Double>, Vector<Double>)
svfloat64_t svtrn1[_f64](svfloat64_t op1, svfloat64_t op2)
TRN1 Zresult.D, Zop1.D, Zop2.D
public:
static System::Numerics::Vector<double> TransposeEven(System::Numerics::Vector<double> left, System::Numerics::Vector<double> right);
public static System.Numerics.Vector<double> TransposeEven (System.Numerics.Vector<double> left, System.Numerics.Vector<double> right);
static member TransposeEven : System.Numerics.Vector<double> * System.Numerics.Vector<double> -> System.Numerics.Vector<double>
Public Shared Function TransposeEven (left As Vector(Of Double), right As Vector(Of Double)) As Vector(Of Double)
Parameters
Returns
Applies to
TransposeEven(Vector<Byte>, Vector<Byte>)
svuint8_t svtrn1[_u8](svuint8_t op1, svuint8_t op2)
TRN1 Zresult.B, Zop1.B, Zop2.B
public:
static System::Numerics::Vector<System::Byte> TransposeEven(System::Numerics::Vector<System::Byte> left, System::Numerics::Vector<System::Byte> right);
public static System.Numerics.Vector<byte> TransposeEven (System.Numerics.Vector<byte> left, System.Numerics.Vector<byte> right);
static member TransposeEven : System.Numerics.Vector<byte> * System.Numerics.Vector<byte> -> System.Numerics.Vector<byte>
Public Shared Function TransposeEven (left As Vector(Of Byte), right As Vector(Of Byte)) As Vector(Of Byte)
Parameters
Returns
Applies to
TransposeEven(Vector<Int64>, Vector<Int64>)
svint64_t svtrn1[_s64](svint64_t op1, svint64_t op2)
TRN1 Zresult.D, Zop1.D, Zop2.D
public:
static System::Numerics::Vector<long> TransposeEven(System::Numerics::Vector<long> left, System::Numerics::Vector<long> right);
public static System.Numerics.Vector<long> TransposeEven (System.Numerics.Vector<long> left, System.Numerics.Vector<long> right);
static member TransposeEven : System.Numerics.Vector<int64> * System.Numerics.Vector<int64> -> System.Numerics.Vector<int64>
Public Shared Function TransposeEven (left As Vector(Of Long), right As Vector(Of Long)) As Vector(Of Long)