Edit

Share via


Sve2.InterleavingXorEvenOdd Method

Definition

Overloads

InterleavingXorEvenOdd(Vector<UInt16>, Vector<UInt16>, Vector<UInt16>)

svint16_t sveorbt[_s16](svint16_t odd, svint16_t op1, svint16_t op2) EORBT Zd.H, Zn.H, Zm.H

InterleavingXorEvenOdd(Vector<UInt64>, Vector<UInt64>, Vector<UInt64>)

svint64_t sveorbt[_s64](svint64_t odd, svint64_t op1, svint64_t op2) EORBT Zd.D, Zn.D, Zm.D

InterleavingXorEvenOdd(Vector<SByte>, Vector<SByte>, Vector<SByte>)

svint8_t sveorbt[_s8](svint8_t odd, svint8_t op1, svint8_t op2) EORBT Zd.B, Zn.B, Zm.B

InterleavingXorEvenOdd(Vector<UInt32>, Vector<UInt32>, Vector<UInt32>)

svint32_t sveorbt[_s32](svint32_t odd, svint32_t op1, svint32_t op2) EORBT Zd.S, Zn.S, Zm.S

InterleavingXorEvenOdd(Vector<Int32>, Vector<Int32>, Vector<Int32>)

svint32_t sveorbt[_s32](svint32_t odd, svint32_t op1, svint32_t op2) EORBT Zd.S, Zn.S, Zm.S

InterleavingXorEvenOdd(Vector<Int16>, Vector<Int16>, Vector<Int16>)

svint16_t sveorbt[_s16](svint16_t odd, svint16_t op1, svint16_t op2) EORBT Zd.H, Zn.H, Zm.H

InterleavingXorEvenOdd(Vector<Byte>, Vector<Byte>, Vector<Byte>)

svint8_t sveorbt[_s8](svint8_t odd, svint8_t op1, svint8_t op2) EORBT Zd.B, Zn.B, Zm.B

InterleavingXorEvenOdd(Vector<Int64>, Vector<Int64>, Vector<Int64>)

svint64_t sveorbt[_s64](svint64_t odd, svint64_t op1, svint64_t op2) EORBT Zd.D, Zn.D, Zm.D

InterleavingXorEvenOdd(Vector<UInt16>, Vector<UInt16>, Vector<UInt16>)

svint16_t sveorbt[_s16](svint16_t odd, svint16_t op1, svint16_t op2) EORBT Zd.H, Zn.H, Zm.H

public:
 static System::Numerics::Vector<System::UInt16> InterleavingXorEvenOdd(System::Numerics::Vector<System::UInt16> odd, System::Numerics::Vector<System::UInt16> left, System::Numerics::Vector<System::UInt16> right);
public static System.Numerics.Vector<ushort> InterleavingXorEvenOdd(System.Numerics.Vector<ushort> odd, System.Numerics.Vector<ushort> left, System.Numerics.Vector<ushort> right);
static member InterleavingXorEvenOdd : System.Numerics.Vector<uint16> * System.Numerics.Vector<uint16> * System.Numerics.Vector<uint16> -> System.Numerics.Vector<uint16>
Public Shared Function InterleavingXorEvenOdd (odd As Vector(Of UShort), left As Vector(Of UShort), right As Vector(Of UShort)) As Vector(Of UShort)

Parameters

odd
Vector<UInt16>
left
Vector<UInt16>
right
Vector<UInt16>

Returns

Applies to

InterleavingXorEvenOdd(Vector<UInt64>, Vector<UInt64>, Vector<UInt64>)

svint64_t sveorbt[_s64](svint64_t odd, svint64_t op1, svint64_t op2) EORBT Zd.D, Zn.D, Zm.D

public:
 static System::Numerics::Vector<System::UInt64> InterleavingXorEvenOdd(System::Numerics::Vector<System::UInt64> odd, System::Numerics::Vector<System::UInt64> left, System::Numerics::Vector<System::UInt64> right);
public static System.Numerics.Vector<ulong> InterleavingXorEvenOdd(System.Numerics.Vector<ulong> odd, System.Numerics.Vector<ulong> left, System.Numerics.Vector<ulong> right);
static member InterleavingXorEvenOdd : System.Numerics.Vector<uint64> * System.Numerics.Vector<uint64> * System.Numerics.Vector<uint64> -> System.Numerics.Vector<uint64>
Public Shared Function InterleavingXorEvenOdd (odd As Vector(Of ULong), left As Vector(Of ULong), right As Vector(Of ULong)) As Vector(Of ULong)

Parameters

odd
Vector<UInt64>
left
Vector<UInt64>
right
Vector<UInt64>

Returns

Applies to

InterleavingXorEvenOdd(Vector<SByte>, Vector<SByte>, Vector<SByte>)

svint8_t sveorbt[_s8](svint8_t odd, svint8_t op1, svint8_t op2) EORBT Zd.B, Zn.B, Zm.B

public:
 static System::Numerics::Vector<System::SByte> InterleavingXorEvenOdd(System::Numerics::Vector<System::SByte> odd, System::Numerics::Vector<System::SByte> left, System::Numerics::Vector<System::SByte> right);
public static System.Numerics.Vector<sbyte> InterleavingXorEvenOdd(System.Numerics.Vector<sbyte> odd, System.Numerics.Vector<sbyte> left, System.Numerics.Vector<sbyte> right);
static member InterleavingXorEvenOdd : System.Numerics.Vector<sbyte> * System.Numerics.Vector<sbyte> * System.Numerics.Vector<sbyte> -> System.Numerics.Vector<sbyte>
Public Shared Function InterleavingXorEvenOdd (odd As Vector(Of SByte), left As Vector(Of SByte), right As Vector(Of SByte)) As Vector(Of SByte)

Parameters

odd
Vector<SByte>
left
Vector<SByte>
right
Vector<SByte>

Returns

Applies to

InterleavingXorEvenOdd(Vector<UInt32>, Vector<UInt32>, Vector<UInt32>)

svint32_t sveorbt[_s32](svint32_t odd, svint32_t op1, svint32_t op2) EORBT Zd.S, Zn.S, Zm.S

public:
 static System::Numerics::Vector<System::UInt32> InterleavingXorEvenOdd(System::Numerics::Vector<System::UInt32> odd, System::Numerics::Vector<System::UInt32> left, System::Numerics::Vector<System::UInt32> right);
public static System.Numerics.Vector<uint> InterleavingXorEvenOdd(System.Numerics.Vector<uint> odd, System.Numerics.Vector<uint> left, System.Numerics.Vector<uint> right);
static member InterleavingXorEvenOdd : System.Numerics.Vector<uint32> * System.Numerics.Vector<uint32> * System.Numerics.Vector<uint32> -> System.Numerics.Vector<uint32>
Public Shared Function InterleavingXorEvenOdd (odd As Vector(Of UInteger), left As Vector(Of UInteger), right As Vector(Of UInteger)) As Vector(Of UInteger)

Parameters

odd
Vector<UInt32>
left
Vector<UInt32>
right
Vector<UInt32>

Returns

Applies to

InterleavingXorEvenOdd(Vector<Int32>, Vector<Int32>, Vector<Int32>)

svint32_t sveorbt[_s32](svint32_t odd, svint32_t op1, svint32_t op2) EORBT Zd.S, Zn.S, Zm.S

public:
 static System::Numerics::Vector<int> InterleavingXorEvenOdd(System::Numerics::Vector<int> odd, System::Numerics::Vector<int> left, System::Numerics::Vector<int> right);
public static System.Numerics.Vector<int> InterleavingXorEvenOdd(System.Numerics.Vector<int> odd, System.Numerics.Vector<int> left, System.Numerics.Vector<int> right);
static member InterleavingXorEvenOdd : System.Numerics.Vector<int> * System.Numerics.Vector<int> * System.Numerics.Vector<int> -> System.Numerics.Vector<int>
Public Shared Function InterleavingXorEvenOdd (odd As Vector(Of Integer), left As Vector(Of Integer), right As Vector(Of Integer)) As Vector(Of Integer)

Parameters

odd
Vector<Int32>
left
Vector<Int32>
right
Vector<Int32>

Returns

Applies to

InterleavingXorEvenOdd(Vector<Int16>, Vector<Int16>, Vector<Int16>)

svint16_t sveorbt[_s16](svint16_t odd, svint16_t op1, svint16_t op2) EORBT Zd.H, Zn.H, Zm.H

public:
 static System::Numerics::Vector<short> InterleavingXorEvenOdd(System::Numerics::Vector<short> odd, System::Numerics::Vector<short> left, System::Numerics::Vector<short> right);
public static System.Numerics.Vector<short> InterleavingXorEvenOdd(System.Numerics.Vector<short> odd, System.Numerics.Vector<short> left, System.Numerics.Vector<short> right);
static member InterleavingXorEvenOdd : System.Numerics.Vector<int16> * System.Numerics.Vector<int16> * System.Numerics.Vector<int16> -> System.Numerics.Vector<int16>
Public Shared Function InterleavingXorEvenOdd (odd As Vector(Of Short), left As Vector(Of Short), right As Vector(Of Short)) As Vector(Of Short)

Parameters

odd
Vector<Int16>
left
Vector<Int16>
right
Vector<Int16>

Returns

Applies to

InterleavingXorEvenOdd(Vector<Byte>, Vector<Byte>, Vector<Byte>)

svint8_t sveorbt[_s8](svint8_t odd, svint8_t op1, svint8_t op2) EORBT Zd.B, Zn.B, Zm.B

public:
 static System::Numerics::Vector<System::Byte> InterleavingXorEvenOdd(System::Numerics::Vector<System::Byte> odd, System::Numerics::Vector<System::Byte> left, System::Numerics::Vector<System::Byte> right);
public static System.Numerics.Vector<byte> InterleavingXorEvenOdd(System.Numerics.Vector<byte> odd, System.Numerics.Vector<byte> left, System.Numerics.Vector<byte> right);
static member InterleavingXorEvenOdd : System.Numerics.Vector<byte> * System.Numerics.Vector<byte> * System.Numerics.Vector<byte> -> System.Numerics.Vector<byte>
Public Shared Function InterleavingXorEvenOdd (odd As Vector(Of Byte), left As Vector(Of Byte), right As Vector(Of Byte)) As Vector(Of Byte)

Parameters

odd
Vector<Byte>
left
Vector<Byte>
right
Vector<Byte>

Returns

Applies to

InterleavingXorEvenOdd(Vector<Int64>, Vector<Int64>, Vector<Int64>)

svint64_t sveorbt[_s64](svint64_t odd, svint64_t op1, svint64_t op2) EORBT Zd.D, Zn.D, Zm.D

public:
 static System::Numerics::Vector<long> InterleavingXorEvenOdd(System::Numerics::Vector<long> odd, System::Numerics::Vector<long> left, System::Numerics::Vector<long> right);
public static System.Numerics.Vector<long> InterleavingXorEvenOdd(System.Numerics.Vector<long> odd, System.Numerics.Vector<long> left, System.Numerics.Vector<long> right);
static member InterleavingXorEvenOdd : System.Numerics.Vector<int64> * System.Numerics.Vector<int64> * System.Numerics.Vector<int64> -> System.Numerics.Vector<int64>
Public Shared Function InterleavingXorEvenOdd (odd As Vector(Of Long), left As Vector(Of Long), right As Vector(Of Long)) As Vector(Of Long)

Parameters

odd
Vector<Int64>
left
Vector<Int64>
right
Vector<Int64>

Returns

Applies to