Available on x86 or x86-64 only.
Functionsยง
- _addcarry_
u32 - Adds unsigned 32-bit integers
aandbwith 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
aandbwith 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
aandbwith 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_
subborrow_ ๐ โu32