Sve2.XorRotateRight 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
| XorRotateRight(Vector<SByte>, Vector<SByte>, Byte) |
svint8_t svxar[_n_s8](svint8_t op1, svint8_t op2, uint64_t imm3) XAR Ztied1.B, Ztied1.B, Zop2.B, #imm3 |
| XorRotateRight(Vector<UInt16>, Vector<UInt16>, Byte) |
svuint16_t svxar[_n_u16](svuint16_t op1, svuint16_t op2, uint64_t imm3) XAR Ztied1.H, Ztied1.H, Zop2.H, #imm3 |
| XorRotateRight(Vector<Int64>, Vector<Int64>, Byte) |
svint64_t svxar[_n_s64](svint64_t op1, svint64_t op2, uint64_t imm3) XAR Ztied1.D, Ztied1.D, Zop2.D, #imm3 |
| XorRotateRight(Vector<UInt32>, Vector<UInt32>, Byte) |
svuint32_t svxar[_n_u32](svuint32_t op1, svuint32_t op2, uint64_t imm3) XAR Ztied1.S, Ztied1.S, Zop2.S, #imm3 |
| XorRotateRight(Vector<Int16>, Vector<Int16>, Byte) |
svint16_t svxar[_n_s16](svint16_t op1, svint16_t op2, uint64_t imm3) XAR Ztied1.H, Ztied1.H, Zop2.H, #imm3 |
| XorRotateRight(Vector<Byte>, Vector<Byte>, Byte) |
svuint8_t svxar[_n_u8](svuint8_t op1, svuint8_t op2, uint64_t imm3) XAR Ztied1.B, Ztied1.B, Zop2.B, #imm3 |
| XorRotateRight(Vector<Int32>, Vector<Int32>, Byte) |
svint32_t svxar[_n_s32](svint32_t op1, svint32_t op2, uint64_t imm3) XAR Ztied1.S, Ztied1.S, Zop2.S, #imm3 |
| XorRotateRight(Vector<UInt64>, Vector<UInt64>, Byte) |
svuint64_t svxar[_n_u64](svuint64_t op1, svuint64_t op2, uint64_t imm3) XAR Ztied1.D, Ztied1.D, Zop2.D, #imm3 |
XorRotateRight(Vector<SByte>, Vector<SByte>, Byte)
svint8_t svxar[_n_s8](svint8_t op1, svint8_t op2, uint64_t imm3) XAR Ztied1.B, Ztied1.B, Zop2.B, #imm3
public:
static System::Numerics::Vector<System::SByte> XorRotateRight(System::Numerics::Vector<System::SByte> left, System::Numerics::Vector<System::SByte> right, System::Byte count);
public static System.Numerics.Vector<sbyte> XorRotateRight(System.Numerics.Vector<sbyte> left, System.Numerics.Vector<sbyte> right, byte count);
static member XorRotateRight : System.Numerics.Vector<sbyte> * System.Numerics.Vector<sbyte> * byte -> System.Numerics.Vector<sbyte>
Public Shared Function XorRotateRight (left As Vector(Of SByte), right As Vector(Of SByte), count As Byte) As Vector(Of SByte)
Parameters
- count
- Byte
Returns
Applies to
XorRotateRight(Vector<UInt16>, Vector<UInt16>, Byte)
svuint16_t svxar[_n_u16](svuint16_t op1, svuint16_t op2, uint64_t imm3) XAR Ztied1.H, Ztied1.H, Zop2.H, #imm3
public:
static System::Numerics::Vector<System::UInt16> XorRotateRight(System::Numerics::Vector<System::UInt16> left, System::Numerics::Vector<System::UInt16> right, System::Byte count);
public static System.Numerics.Vector<ushort> XorRotateRight(System.Numerics.Vector<ushort> left, System.Numerics.Vector<ushort> right, byte count);
static member XorRotateRight : System.Numerics.Vector<uint16> * System.Numerics.Vector<uint16> * byte -> System.Numerics.Vector<uint16>
Public Shared Function XorRotateRight (left As Vector(Of UShort), right As Vector(Of UShort), count As Byte) As Vector(Of UShort)
Parameters
- count
- Byte
Returns
Applies to
XorRotateRight(Vector<Int64>, Vector<Int64>, Byte)
svint64_t svxar[_n_s64](svint64_t op1, svint64_t op2, uint64_t imm3) XAR Ztied1.D, Ztied1.D, Zop2.D, #imm3
public:
static System::Numerics::Vector<long> XorRotateRight(System::Numerics::Vector<long> left, System::Numerics::Vector<long> right, System::Byte count);
public static System.Numerics.Vector<long> XorRotateRight(System.Numerics.Vector<long> left, System.Numerics.Vector<long> right, byte count);
static member XorRotateRight : System.Numerics.Vector<int64> * System.Numerics.Vector<int64> * byte -> System.Numerics.Vector<int64>
Public Shared Function XorRotateRight (left As Vector(Of Long), right As Vector(Of Long), count As Byte) As Vector(Of Long)
Parameters
- count
- Byte
Returns
Applies to
XorRotateRight(Vector<UInt32>, Vector<UInt32>, Byte)
svuint32_t svxar[_n_u32](svuint32_t op1, svuint32_t op2, uint64_t imm3) XAR Ztied1.S, Ztied1.S, Zop2.S, #imm3
public:
static System::Numerics::Vector<System::UInt32> XorRotateRight(System::Numerics::Vector<System::UInt32> left, System::Numerics::Vector<System::UInt32> right, System::Byte count);
public static System.Numerics.Vector<uint> XorRotateRight(System.Numerics.Vector<uint> left, System.Numerics.Vector<uint> right, byte count);
static member XorRotateRight : System.Numerics.Vector<uint32> * System.Numerics.Vector<uint32> * byte -> System.Numerics.Vector<uint32>
Public Shared Function XorRotateRight (left As Vector(Of UInteger), right As Vector(Of UInteger), count As Byte) As Vector(Of UInteger)
Parameters
- count
- Byte
Returns
Applies to
XorRotateRight(Vector<Int16>, Vector<Int16>, Byte)
svint16_t svxar[_n_s16](svint16_t op1, svint16_t op2, uint64_t imm3) XAR Ztied1.H, Ztied1.H, Zop2.H, #imm3
public:
static System::Numerics::Vector<short> XorRotateRight(System::Numerics::Vector<short> left, System::Numerics::Vector<short> right, System::Byte count);
public static System.Numerics.Vector<short> XorRotateRight(System.Numerics.Vector<short> left, System.Numerics.Vector<short> right, byte count);
static member XorRotateRight : System.Numerics.Vector<int16> * System.Numerics.Vector<int16> * byte -> System.Numerics.Vector<int16>
Public Shared Function XorRotateRight (left As Vector(Of Short), right As Vector(Of Short), count As Byte) As Vector(Of Short)
Parameters
- count
- Byte
Returns
Applies to
XorRotateRight(Vector<Byte>, Vector<Byte>, Byte)
svuint8_t svxar[_n_u8](svuint8_t op1, svuint8_t op2, uint64_t imm3) XAR Ztied1.B, Ztied1.B, Zop2.B, #imm3
public:
static System::Numerics::Vector<System::Byte> XorRotateRight(System::Numerics::Vector<System::Byte> left, System::Numerics::Vector<System::Byte> right, System::Byte count);
public static System.Numerics.Vector<byte> XorRotateRight(System.Numerics.Vector<byte> left, System.Numerics.Vector<byte> right, byte count);
static member XorRotateRight : System.Numerics.Vector<byte> * System.Numerics.Vector<byte> * byte -> System.Numerics.Vector<byte>
Public Shared Function XorRotateRight (left As Vector(Of Byte), right As Vector(Of Byte), count As Byte) As Vector(Of Byte)
Parameters
- count
- Byte
Returns
Applies to
XorRotateRight(Vector<Int32>, Vector<Int32>, Byte)
svint32_t svxar[_n_s32](svint32_t op1, svint32_t op2, uint64_t imm3) XAR Ztied1.S, Ztied1.S, Zop2.S, #imm3
public:
static System::Numerics::Vector<int> XorRotateRight(System::Numerics::Vector<int> left, System::Numerics::Vector<int> right, System::Byte count);
public static System.Numerics.Vector<int> XorRotateRight(System.Numerics.Vector<int> left, System.Numerics.Vector<int> right, byte count);
static member XorRotateRight : System.Numerics.Vector<int> * System.Numerics.Vector<int> * byte -> System.Numerics.Vector<int>
Public Shared Function XorRotateRight (left As Vector(Of Integer), right As Vector(Of Integer), count As Byte) As Vector(Of Integer)
Parameters
- count
- Byte
Returns
Applies to
XorRotateRight(Vector<UInt64>, Vector<UInt64>, Byte)
svuint64_t svxar[_n_u64](svuint64_t op1, svuint64_t op2, uint64_t imm3) XAR Ztied1.D, Ztied1.D, Zop2.D, #imm3
public:
static System::Numerics::Vector<System::UInt64> XorRotateRight(System::Numerics::Vector<System::UInt64> left, System::Numerics::Vector<System::UInt64> right, System::Byte count);
public static System.Numerics.Vector<ulong> XorRotateRight(System.Numerics.Vector<ulong> left, System.Numerics.Vector<ulong> right, byte count);
static member XorRotateRight : System.Numerics.Vector<uint64> * System.Numerics.Vector<uint64> * byte -> System.Numerics.Vector<uint64>
Public Shared Function XorRotateRight (left As Vector(Of ULong), right As Vector(Of ULong), count As Byte) As Vector(Of ULong)
Parameters
- count
- Byte