Sve2.ShiftRightLogicalRoundedNarrowingSaturateOdd 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
| ShiftRightLogicalRoundedNarrowingSaturateOdd(Vector<UInt32>, Vector<UInt64>, Byte) |
svuint32_t svqrshrnt[_n_u64](svuint32_t even, svuint64_t op1, uint64_t imm2) UQRSHRNT Ztied.S, Zop1.D, #imm2 |
| ShiftRightLogicalRoundedNarrowingSaturateOdd(Vector<UInt16>, Vector<UInt32>, Byte) |
svuint16_t svqrshrnt[_n_u32](svuint16_t even, svuint32_t op1, uint64_t imm2) UQRSHRNT Ztied.H, Zop1.S, #imm2 |
| ShiftRightLogicalRoundedNarrowingSaturateOdd(Vector<Byte>, Vector<UInt16>, Byte) |
svuint8_t svqrshrnt[_n_u16](svuint8_t even, svuint16_t op1, uint64_t imm2) UQRSHRNT Ztied.B, Zop1.H, #imm2 |
ShiftRightLogicalRoundedNarrowingSaturateOdd(Vector<UInt32>, Vector<UInt64>, Byte)
svuint32_t svqrshrnt[_n_u64](svuint32_t even, svuint64_t op1, uint64_t imm2) UQRSHRNT Ztied.S, Zop1.D, #imm2
public:
static System::Numerics::Vector<System::UInt32> ShiftRightLogicalRoundedNarrowingSaturateOdd(System::Numerics::Vector<System::UInt32> even, System::Numerics::Vector<System::UInt64> value, System::Byte count);
public static System.Numerics.Vector<uint> ShiftRightLogicalRoundedNarrowingSaturateOdd(System.Numerics.Vector<uint> even, System.Numerics.Vector<ulong> value, byte count);
static member ShiftRightLogicalRoundedNarrowingSaturateOdd : System.Numerics.Vector<uint32> * System.Numerics.Vector<uint64> * byte -> System.Numerics.Vector<uint32>
Public Shared Function ShiftRightLogicalRoundedNarrowingSaturateOdd (even As Vector(Of UInteger), value As Vector(Of ULong), count As Byte) As Vector(Of UInteger)
Parameters
- count
- Byte
Returns
Applies to
ShiftRightLogicalRoundedNarrowingSaturateOdd(Vector<UInt16>, Vector<UInt32>, Byte)
svuint16_t svqrshrnt[_n_u32](svuint16_t even, svuint32_t op1, uint64_t imm2) UQRSHRNT Ztied.H, Zop1.S, #imm2
public:
static System::Numerics::Vector<System::UInt16> ShiftRightLogicalRoundedNarrowingSaturateOdd(System::Numerics::Vector<System::UInt16> even, System::Numerics::Vector<System::UInt32> value, System::Byte count);
public static System.Numerics.Vector<ushort> ShiftRightLogicalRoundedNarrowingSaturateOdd(System.Numerics.Vector<ushort> even, System.Numerics.Vector<uint> value, byte count);
static member ShiftRightLogicalRoundedNarrowingSaturateOdd : System.Numerics.Vector<uint16> * System.Numerics.Vector<uint32> * byte -> System.Numerics.Vector<uint16>
Public Shared Function ShiftRightLogicalRoundedNarrowingSaturateOdd (even As Vector(Of UShort), value As Vector(Of UInteger), count As Byte) As Vector(Of UShort)
Parameters
- count
- Byte
Returns
Applies to
ShiftRightLogicalRoundedNarrowingSaturateOdd(Vector<Byte>, Vector<UInt16>, Byte)
svuint8_t svqrshrnt[_n_u16](svuint8_t even, svuint16_t op1, uint64_t imm2) UQRSHRNT Ztied.B, Zop1.H, #imm2
public:
static System::Numerics::Vector<System::Byte> ShiftRightLogicalRoundedNarrowingSaturateOdd(System::Numerics::Vector<System::Byte> even, System::Numerics::Vector<System::UInt16> value, System::Byte count);
public static System.Numerics.Vector<byte> ShiftRightLogicalRoundedNarrowingSaturateOdd(System.Numerics.Vector<byte> even, System.Numerics.Vector<ushort> value, byte count);
static member ShiftRightLogicalRoundedNarrowingSaturateOdd : System.Numerics.Vector<byte> * System.Numerics.Vector<uint16> * byte -> System.Numerics.Vector<byte>
Public Shared Function ShiftRightLogicalRoundedNarrowingSaturateOdd (even As Vector(Of Byte), value As Vector(Of UShort), count As Byte) As Vector(Of Byte)
Parameters
- count
- Byte