Available on x86 or x86-64 only.
Functions§
- _addcarry_
u32 ⚠ - Adds unsigned 32-bit integers
a
andb
with unsigned 8-bit carry-inc_in
(carry or overflow flag), and store the unsigned 32-bit result inout
, and the carry-out is returned (carry or overflow flag). - _addcarryx_
u32 ⚠adx
- Adds unsigned 32-bit integers
a
andb
with unsigned 8-bit carry-inc_in
(carry or overflow flag), and store the unsigned 32-bit result inout
, and the carry-out is returned (carry or overflow flag). - _subborrow_
u32 ⚠ - Adds unsigned 32-bit integers
a
andb
with unsigned 8-bit carry-inc_in
(carry or overflow flag), and store the unsigned 32-bit result inout
, and the carry-out is returned (carry or overflow flag). - llvm_
addcarry_ 🔒 ⚠u32 - llvm_
addcarryx_ 🔒 ⚠u32 - llvm_
subborrow_ 🔒 ⚠u32