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