Sve2.AddRoundedHighNarrowingOdd 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
| AddRoundedHighNarrowingOdd(Vector<Byte>, Vector<UInt16>, Vector<UInt16>) |
svuint8_t svraddhnt[_u16](svuint8_t even, svuint16_t op1, svuint16_t op2) RADDHNT Ztied.B, Zop1.H, Zop2.H |
| AddRoundedHighNarrowingOdd(Vector<Int16>, Vector<Int32>, Vector<Int32>) |
svint16_t svraddhnt[_s32](svint16_t even, svint32_t op1, svint32_t op2) RADDHNT Ztied.H, Zop1.S, Zop2.S |
| AddRoundedHighNarrowingOdd(Vector<Int32>, Vector<Int64>, Vector<Int64>) |
svint32_t svraddhnt[_s64](svint32_t even, svint64_t op1, svint64_t op2) RADDHNT Ztied.S, Zop1.D, Zop2.D |
| AddRoundedHighNarrowingOdd(Vector<SByte>, Vector<Int16>, Vector<Int16>) |
svint8_t svraddhnt[_s16](svint8_t even, svint16_t op1, svint16_t op2) RADDHNT Ztied.B, Zop1.H, Zop2.H |
| AddRoundedHighNarrowingOdd(Vector<UInt16>, Vector<UInt32>, Vector<UInt32>) |
svuint16_t svraddhnt[_u32](svuint16_t even, svuint32_t op1, svuint32_t op2) RADDHNT Ztied.H, Zop1.S, Zop2.S |
| AddRoundedHighNarrowingOdd(Vector<UInt32>, Vector<UInt64>, Vector<UInt64>) |
svuint32_t svraddhnt[_u64](svuint32_t even, svuint64_t op1, svuint64_t op2) RADDHNT Ztied.S, Zop1.D, Zop2.D |
AddRoundedHighNarrowingOdd(Vector<Byte>, Vector<UInt16>, Vector<UInt16>)
svuint8_t svraddhnt[_u16](svuint8_t even, svuint16_t op1, svuint16_t op2) RADDHNT Ztied.B, Zop1.H, Zop2.H
public:
static System::Numerics::Vector<System::Byte> AddRoundedHighNarrowingOdd(System::Numerics::Vector<System::Byte> even, System::Numerics::Vector<System::UInt16> left, System::Numerics::Vector<System::UInt16> right);
public static System.Numerics.Vector<byte> AddRoundedHighNarrowingOdd(System.Numerics.Vector<byte> even, System.Numerics.Vector<ushort> left, System.Numerics.Vector<ushort> right);
static member AddRoundedHighNarrowingOdd : System.Numerics.Vector<byte> * System.Numerics.Vector<uint16> * System.Numerics.Vector<uint16> -> System.Numerics.Vector<byte>
Public Shared Function AddRoundedHighNarrowingOdd (even As Vector(Of Byte), left As Vector(Of UShort), right As Vector(Of UShort)) As Vector(Of Byte)
Parameters
Returns
Applies to
AddRoundedHighNarrowingOdd(Vector<Int16>, Vector<Int32>, Vector<Int32>)
svint16_t svraddhnt[_s32](svint16_t even, svint32_t op1, svint32_t op2) RADDHNT Ztied.H, Zop1.S, Zop2.S
public:
static System::Numerics::Vector<short> AddRoundedHighNarrowingOdd(System::Numerics::Vector<short> even, System::Numerics::Vector<int> left, System::Numerics::Vector<int> right);
public static System.Numerics.Vector<short> AddRoundedHighNarrowingOdd(System.Numerics.Vector<short> even, System.Numerics.Vector<int> left, System.Numerics.Vector<int> right);
static member AddRoundedHighNarrowingOdd : System.Numerics.Vector<int16> * System.Numerics.Vector<int> * System.Numerics.Vector<int> -> System.Numerics.Vector<int16>
Public Shared Function AddRoundedHighNarrowingOdd (even As Vector(Of Short), left As Vector(Of Integer), right As Vector(Of Integer)) As Vector(Of Short)
Parameters
Returns
Applies to
AddRoundedHighNarrowingOdd(Vector<Int32>, Vector<Int64>, Vector<Int64>)
svint32_t svraddhnt[_s64](svint32_t even, svint64_t op1, svint64_t op2) RADDHNT Ztied.S, Zop1.D, Zop2.D
public:
static System::Numerics::Vector<int> AddRoundedHighNarrowingOdd(System::Numerics::Vector<int> even, System::Numerics::Vector<long> left, System::Numerics::Vector<long> right);
public static System.Numerics.Vector<int> AddRoundedHighNarrowingOdd(System.Numerics.Vector<int> even, System.Numerics.Vector<long> left, System.Numerics.Vector<long> right);
static member AddRoundedHighNarrowingOdd : System.Numerics.Vector<int> * System.Numerics.Vector<int64> * System.Numerics.Vector<int64> -> System.Numerics.Vector<int>
Public Shared Function AddRoundedHighNarrowingOdd (even As Vector(Of Integer), left As Vector(Of Long), right As Vector(Of Long)) As Vector(Of Integer)
Parameters
Returns
Applies to
AddRoundedHighNarrowingOdd(Vector<SByte>, Vector<Int16>, Vector<Int16>)
svint8_t svraddhnt[_s16](svint8_t even, svint16_t op1, svint16_t op2) RADDHNT Ztied.B, Zop1.H, Zop2.H
public:
static System::Numerics::Vector<System::SByte> AddRoundedHighNarrowingOdd(System::Numerics::Vector<System::SByte> even, System::Numerics::Vector<short> left, System::Numerics::Vector<short> right);
public static System.Numerics.Vector<sbyte> AddRoundedHighNarrowingOdd(System.Numerics.Vector<sbyte> even, System.Numerics.Vector<short> left, System.Numerics.Vector<short> right);
static member AddRoundedHighNarrowingOdd : System.Numerics.Vector<sbyte> * System.Numerics.Vector<int16> * System.Numerics.Vector<int16> -> System.Numerics.Vector<sbyte>
Public Shared Function AddRoundedHighNarrowingOdd (even As Vector(Of SByte), left As Vector(Of Short), right As Vector(Of Short)) As Vector(Of SByte)
Parameters
Returns
Applies to
AddRoundedHighNarrowingOdd(Vector<UInt16>, Vector<UInt32>, Vector<UInt32>)
svuint16_t svraddhnt[_u32](svuint16_t even, svuint32_t op1, svuint32_t op2) RADDHNT Ztied.H, Zop1.S, Zop2.S
public:
static System::Numerics::Vector<System::UInt16> AddRoundedHighNarrowingOdd(System::Numerics::Vector<System::UInt16> even, System::Numerics::Vector<System::UInt32> left, System::Numerics::Vector<System::UInt32> right);
public static System.Numerics.Vector<ushort> AddRoundedHighNarrowingOdd(System.Numerics.Vector<ushort> even, System.Numerics.Vector<uint> left, System.Numerics.Vector<uint> right);
static member AddRoundedHighNarrowingOdd : System.Numerics.Vector<uint16> * System.Numerics.Vector<uint32> * System.Numerics.Vector<uint32> -> System.Numerics.Vector<uint16>
Public Shared Function AddRoundedHighNarrowingOdd (even As Vector(Of UShort), left As Vector(Of UInteger), right As Vector(Of UInteger)) As Vector(Of UShort)
Parameters
Returns
Applies to
AddRoundedHighNarrowingOdd(Vector<UInt32>, Vector<UInt64>, Vector<UInt64>)
svuint32_t svraddhnt[_u64](svuint32_t even, svuint64_t op1, svuint64_t op2) RADDHNT Ztied.S, Zop1.D, Zop2.D
public:
static System::Numerics::Vector<System::UInt32> AddRoundedHighNarrowingOdd(System::Numerics::Vector<System::UInt32> even, System::Numerics::Vector<System::UInt64> left, System::Numerics::Vector<System::UInt64> right);
public static System.Numerics.Vector<uint> AddRoundedHighNarrowingOdd(System.Numerics.Vector<uint> even, System.Numerics.Vector<ulong> left, System.Numerics.Vector<ulong> right);
static member AddRoundedHighNarrowingOdd : System.Numerics.Vector<uint32> * System.Numerics.Vector<uint64> * System.Numerics.Vector<uint64> -> System.Numerics.Vector<uint32>
Public Shared Function AddRoundedHighNarrowingOdd (even As Vector(Of UInteger), left As Vector(Of ULong), right As Vector(Of ULong)) As Vector(Of UInteger)