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
| Name | Description |
|---|---|
| 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 |
AddCarryWideningOdd(Vector<UInt32>, Vector<UInt32>, Vector<UInt32>)
- Source:
- Sve2.PlatformNotSupported.cs
- Source:
- Sve2.PlatformNotSupported.cs
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<System::UInt32> AddCarryWideningOdd(System::Numerics::Vector<System::UInt32> left, System::Numerics::Vector<System::UInt32> right, System::Numerics::Vector<System::UInt32> carry);
public static System.Numerics.Vector<uint> AddCarryWideningOdd(System.Numerics.Vector<uint> op1, System.Numerics.Vector<uint> op2, System.Numerics.Vector<uint> op3);
public static System.Numerics.Vector<uint> AddCarryWideningOdd(System.Numerics.Vector<uint> left, System.Numerics.Vector<uint> right, System.Numerics.Vector<uint> carry);
static member AddCarryWideningOdd : System.Numerics.Vector<uint32> * System.Numerics.Vector<uint32> * System.Numerics.Vector<uint32> -> System.Numerics.Vector<uint32>
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)
Public Shared Function AddCarryWideningOdd (left As Vector(Of UInteger), right As Vector(Of UInteger), carry As Vector(Of UInteger)) As Vector(Of UInteger)
Parameters
Returns
Applies to
AddCarryWideningOdd(Vector<UInt64>, Vector<UInt64>, Vector<UInt64>)
- Source:
- Sve2.PlatformNotSupported.cs
- Source:
- Sve2.PlatformNotSupported.cs
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<System::UInt64> AddCarryWideningOdd(System::Numerics::Vector<System::UInt64> left, System::Numerics::Vector<System::UInt64> right, System::Numerics::Vector<System::UInt64> carry);
public static System.Numerics.Vector<ulong> AddCarryWideningOdd(System.Numerics.Vector<ulong> op1, System.Numerics.Vector<ulong> op2, System.Numerics.Vector<ulong> op3);
public static System.Numerics.Vector<ulong> AddCarryWideningOdd(System.Numerics.Vector<ulong> left, System.Numerics.Vector<ulong> right, System.Numerics.Vector<ulong> carry);
static member AddCarryWideningOdd : System.Numerics.Vector<uint64> * System.Numerics.Vector<uint64> * System.Numerics.Vector<uint64> -> System.Numerics.Vector<uint64>
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)
Public Shared Function AddCarryWideningOdd (left As Vector(Of ULong), right As Vector(Of ULong), carry As Vector(Of ULong)) As Vector(Of ULong)