Available on x86-64 only.
Functionsยง
- _addcarry_
u64 - Adds unsigned 64-bit integers
aandbwith unsigned 8-bit carry-inc_in(carry or overflow flag), and store the unsigned 64-bit result inout, and the carry-out is returned (carry or overflow flag). - _addcarryx_
u64 adx - Adds unsigned 64-bit integers
aandbwith unsigned 8-bit carry-inc_in(carry or overflow flag), and store the unsigned 64-bit result inout, and the carry-out is returned (carry or overflow flag). - _subborrow_
u64 - Adds unsigned 64-bit integers
aandbwith unsigned 8-bit carry-inc_in. (carry or overflow flag), and store the unsigned 64-bit result inout, and the carry-out is returned (carry or overflow flag). - llvm_
addcarry_ ๐ โu64 - llvm_
subborrow_ ๐ โu64