Sve2.AddCarryWideningOdd 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
| AddCarryWideningOdd(Vector<UInt64>, Vector<UInt64>, Vector<UInt64>) |
svuint64_t svadclt[_u64](svuint64_t op1, svuint64_t op2, svuint64_t op3) ADCLT Ztied1.D, Zop2.D, Zop3.D |
| AddCarryWideningOdd(Vector<UInt32>, Vector<UInt32>, Vector<UInt32>) |
svuint32_t svadclt[_u32](svuint32_t op1, svuint32_t op2, svuint32_t op3) ADCLT Ztied1.S, Zop2.S, Zop3.S |
AddCarryWideningOdd(Vector<UInt64>, Vector<UInt64>, Vector<UInt64>)
svuint64_t svadclt[_u64](svuint64_t op1, svuint64_t op2, svuint64_t op3) ADCLT Ztied1.D, Zop2.D, Zop3.D
public:
static System::Numerics::Vector<System::UInt64> AddCarryWideningOdd(System::Numerics::Vector<System::UInt64> op1, System::Numerics::Vector<System::UInt64> op2, System::Numerics::Vector<System::UInt64> op3);
public static System.Numerics.Vector<ulong> AddCarryWideningOdd(System.Numerics.Vector<ulong> op1, System.Numerics.Vector<ulong> op2, System.Numerics.Vector<ulong> op3);
static member AddCarryWideningOdd : System.Numerics.Vector<uint64> * System.Numerics.Vector<uint64> * System.Numerics.Vector<uint64> -> System.Numerics.Vector<uint64>
Public Shared Function AddCarryWideningOdd (op1 As Vector(Of ULong), op2 As Vector(Of ULong), op3 As Vector(Of ULong)) As Vector(Of ULong)
Parameters
Returns
Applies to
AddCarryWideningOdd(Vector<UInt32>, Vector<UInt32>, Vector<UInt32>)
svuint32_t svadclt[_u32](svuint32_t op1, svuint32_t op2, svuint32_t op3) ADCLT Ztied1.S, Zop2.S, Zop3.S
public:
static System::Numerics::Vector<System::UInt32> AddCarryWideningOdd(System::Numerics::Vector<System::UInt32> op1, System::Numerics::Vector<System::UInt32> op2, System::Numerics::Vector<System::UInt32> op3);
public static System.Numerics.Vector<uint> AddCarryWideningOdd(System.Numerics.Vector<uint> op1, System.Numerics.Vector<uint> op2, System.Numerics.Vector<uint> op3);
static member AddCarryWideningOdd : System.Numerics.Vector<uint32> * System.Numerics.Vector<uint32> * System.Numerics.Vector<uint32> -> System.Numerics.Vector<uint32>
Public Shared Function AddCarryWideningOdd (op1 As Vector(Of UInteger), op2 As Vector(Of UInteger), op3 As Vector(Of UInteger)) As Vector(Of UInteger)