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