Sve2.Xor Method

Definition

Overloads

Xor(Vector<Byte>, Vector<Byte>, Vector<Byte>)

svuint8_t sveor3[_u8](svuint8_t op1, svuint8_t op2, svuint8_t op3) EOR3 Ztied1.D, Ztied1.D, Zop2.D, Zop3.D

Xor(Vector<Int16>, Vector<Int16>, Vector<Int16>)

svint16_t sveor3[_s16](svint16_t op1, svint16_t op2, svint16_t op3) EOR3 Ztied1.D, Ztied1.D, Zop2.D, Zop3.D

Xor(Vector<Int32>, Vector<Int32>, Vector<Int32>)

svint32_t sveor3[_s32](svint32_t op1, svint32_t op2, svint32_t op3) EOR3 Ztied1.D, Ztied1.D, Zop2.D, Zop3.D

Xor(Vector<Int64>, Vector<Int64>, Vector<Int64>)

svint64_t sveor3[_s64](svint64_t op1, svint64_t op2, svint64_t op3) EOR3 Ztied1.D, Ztied1.D, Zop2.D, Zop3.D

Xor(Vector<SByte>, Vector<SByte>, Vector<SByte>)

svint8_t sveor3[_s8](svint8_t op1, svint8_t op2, svint8_t op3) EOR3 Ztied1.D, Ztied1.D, Zop2.D, Zop3.D

Xor(Vector<UInt16>, Vector<UInt16>, Vector<UInt16>)

svuint16_t sveor3[_u16](svuint16_t op1, svuint16_t op2, svuint16_t op3) EOR3 Ztied1.D, Ztied1.D, Zop2.D, Zop3.D

Xor(Vector<UInt32>, Vector<UInt32>, Vector<UInt32>)

svuint32_t sveor3[_u32](svuint32_t op1, svuint32_t op2, svuint32_t op3) EOR3 Ztied1.D, Ztied1.D, Zop2.D, Zop3.D

Xor(Vector<UInt64>, Vector<UInt64>, Vector<UInt64>)

svuint64_t sveor3[_u64](svuint64_t op1, svuint64_t op2, svuint64_t op3) EOR3 Ztied1.D, Ztied1.D, Zop2.D, Zop3.D

Xor(Vector<Byte>, Vector<Byte>, Vector<Byte>)

svuint8_t sveor3[_u8](svuint8_t op1, svuint8_t op2, svuint8_t op3) EOR3 Ztied1.D, Ztied1.D, Zop2.D, Zop3.D

public:
 static System::Numerics::Vector<System::Byte> Xor(System::Numerics::Vector<System::Byte> value1, System::Numerics::Vector<System::Byte> value2, System::Numerics::Vector<System::Byte> value3);
public static System.Numerics.Vector<byte> Xor(System.Numerics.Vector<byte> value1, System.Numerics.Vector<byte> value2, System.Numerics.Vector<byte> value3);
static member Xor : System.Numerics.Vector<byte> * System.Numerics.Vector<byte> * System.Numerics.Vector<byte> -> System.Numerics.Vector<byte>
Public Shared Function Xor (value1 As Vector(Of Byte), value2 As Vector(Of Byte), value3 As Vector(Of Byte)) As Vector(Of Byte)

Parameters

value1
Vector<Byte>
value2
Vector<Byte>
value3
Vector<Byte>

Returns

Applies to

Xor(Vector<Int16>, Vector<Int16>, Vector<Int16>)

svint16_t sveor3[_s16](svint16_t op1, svint16_t op2, svint16_t op3) EOR3 Ztied1.D, Ztied1.D, Zop2.D, Zop3.D

public:
 static System::Numerics::Vector<short> Xor(System::Numerics::Vector<short> value1, System::Numerics::Vector<short> value2, System::Numerics::Vector<short> value3);
public static System.Numerics.Vector<short> Xor(System.Numerics.Vector<short> value1, System.Numerics.Vector<short> value2, System.Numerics.Vector<short> value3);
static member Xor : System.Numerics.Vector<int16> * System.Numerics.Vector<int16> * System.Numerics.Vector<int16> -> System.Numerics.Vector<int16>
Public Shared Function Xor (value1 As Vector(Of Short), value2 As Vector(Of Short), value3 As Vector(Of Short)) As Vector(Of Short)

Parameters

value1
Vector<Int16>
value2
Vector<Int16>
value3
Vector<Int16>

Returns

Applies to

Xor(Vector<Int32>, Vector<Int32>, Vector<Int32>)

svint32_t sveor3[_s32](svint32_t op1, svint32_t op2, svint32_t op3) EOR3 Ztied1.D, Ztied1.D, Zop2.D, Zop3.D

public:
 static System::Numerics::Vector<int> Xor(System::Numerics::Vector<int> value1, System::Numerics::Vector<int> value2, System::Numerics::Vector<int> value3);
public static System.Numerics.Vector<int> Xor(System.Numerics.Vector<int> value1, System.Numerics.Vector<int> value2, System.Numerics.Vector<int> value3);
static member Xor : System.Numerics.Vector<int> * System.Numerics.Vector<int> * System.Numerics.Vector<int> -> System.Numerics.Vector<int>
Public Shared Function Xor (value1 As Vector(Of Integer), value2 As Vector(Of Integer), value3 As Vector(Of Integer)) As Vector(Of Integer)

Parameters

value1
Vector<Int32>
value2
Vector<Int32>
value3
Vector<Int32>

Returns

Applies to

Xor(Vector<Int64>, Vector<Int64>, Vector<Int64>)

svint64_t sveor3[_s64](svint64_t op1, svint64_t op2, svint64_t op3) EOR3 Ztied1.D, Ztied1.D, Zop2.D, Zop3.D

public:
 static System::Numerics::Vector<long> Xor(System::Numerics::Vector<long> value1, System::Numerics::Vector<long> value2, System::Numerics::Vector<long> value3);
public static System.Numerics.Vector<long> Xor(System.Numerics.Vector<long> value1, System.Numerics.Vector<long> value2, System.Numerics.Vector<long> value3);
static member Xor : System.Numerics.Vector<int64> * System.Numerics.Vector<int64> * System.Numerics.Vector<int64> -> System.Numerics.Vector<int64>
Public Shared Function Xor (value1 As Vector(Of Long), value2 As Vector(Of Long), value3 As Vector(Of Long)) As Vector(Of Long)

Parameters

value1
Vector<Int64>
value2
Vector<Int64>
value3
Vector<Int64>

Returns

Applies to

Xor(Vector<SByte>, Vector<SByte>, Vector<SByte>)

svint8_t sveor3[_s8](svint8_t op1, svint8_t op2, svint8_t op3) EOR3 Ztied1.D, Ztied1.D, Zop2.D, Zop3.D

public:
 static System::Numerics::Vector<System::SByte> Xor(System::Numerics::Vector<System::SByte> value1, System::Numerics::Vector<System::SByte> value2, System::Numerics::Vector<System::SByte> value3);
public static System.Numerics.Vector<sbyte> Xor(System.Numerics.Vector<sbyte> value1, System.Numerics.Vector<sbyte> value2, System.Numerics.Vector<sbyte> value3);
static member Xor : System.Numerics.Vector<sbyte> * System.Numerics.Vector<sbyte> * System.Numerics.Vector<sbyte> -> System.Numerics.Vector<sbyte>
Public Shared Function Xor (value1 As Vector(Of SByte), value2 As Vector(Of SByte), value3 As Vector(Of SByte)) As Vector(Of SByte)

Parameters

value1
Vector<SByte>
value2
Vector<SByte>
value3
Vector<SByte>

Returns

Applies to

Xor(Vector<UInt16>, Vector<UInt16>, Vector<UInt16>)

svuint16_t sveor3[_u16](svuint16_t op1, svuint16_t op2, svuint16_t op3) EOR3 Ztied1.D, Ztied1.D, Zop2.D, Zop3.D

public:
 static System::Numerics::Vector<System::UInt16> Xor(System::Numerics::Vector<System::UInt16> value1, System::Numerics::Vector<System::UInt16> value2, System::Numerics::Vector<System::UInt16> value3);
public static System.Numerics.Vector<ushort> Xor(System.Numerics.Vector<ushort> value1, System.Numerics.Vector<ushort> value2, System.Numerics.Vector<ushort> value3);
static member Xor : System.Numerics.Vector<uint16> * System.Numerics.Vector<uint16> * System.Numerics.Vector<uint16> -> System.Numerics.Vector<uint16>
Public Shared Function Xor (value1 As Vector(Of UShort), value2 As Vector(Of UShort), value3 As Vector(Of UShort)) As Vector(Of UShort)

Parameters

value1
Vector<UInt16>
value2
Vector<UInt16>
value3
Vector<UInt16>

Returns

Applies to

Xor(Vector<UInt32>, Vector<UInt32>, Vector<UInt32>)

svuint32_t sveor3[_u32](svuint32_t op1, svuint32_t op2, svuint32_t op3) EOR3 Ztied1.D, Ztied1.D, Zop2.D, Zop3.D

public:
 static System::Numerics::Vector<System::UInt32> Xor(System::Numerics::Vector<System::UInt32> value1, System::Numerics::Vector<System::UInt32> value2, System::Numerics::Vector<System::UInt32> value3);
public static System.Numerics.Vector<uint> Xor(System.Numerics.Vector<uint> value1, System.Numerics.Vector<uint> value2, System.Numerics.Vector<uint> value3);
static member Xor : System.Numerics.Vector<uint32> * System.Numerics.Vector<uint32> * System.Numerics.Vector<uint32> -> System.Numerics.Vector<uint32>
Public Shared Function Xor (value1 As Vector(Of UInteger), value2 As Vector(Of UInteger), value3 As Vector(Of UInteger)) As Vector(Of UInteger)

Parameters

value1
Vector<UInt32>
value2
Vector<UInt32>
value3
Vector<UInt32>

Returns

Applies to

Xor(Vector<UInt64>, Vector<UInt64>, Vector<UInt64>)

svuint64_t sveor3[_u64](svuint64_t op1, svuint64_t op2, svuint64_t op3) EOR3 Ztied1.D, Ztied1.D, Zop2.D, Zop3.D

public:
 static System::Numerics::Vector<System::UInt64> Xor(System::Numerics::Vector<System::UInt64> value1, System::Numerics::Vector<System::UInt64> value2, System::Numerics::Vector<System::UInt64> value3);
public static System.Numerics.Vector<ulong> Xor(System.Numerics.Vector<ulong> value1, System.Numerics.Vector<ulong> value2, System.Numerics.Vector<ulong> value3);
static member Xor : System.Numerics.Vector<uint64> * System.Numerics.Vector<uint64> * System.Numerics.Vector<uint64> -> System.Numerics.Vector<uint64>
Public Shared Function Xor (value1 As Vector(Of ULong), value2 As Vector(Of ULong), value3 As Vector(Of ULong)) As Vector(Of ULong)

Parameters

value1
Vector<UInt64>
value2
Vector<UInt64>
value3
Vector<UInt64>

Returns

Applies to