Available on x86-64 only.
Functionsยง
- _addcarry_
u64 โ - Adds unsigned 64-bit integers
a
andb
with 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
a
andb
with 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
a
andb
with 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_
addcarryx_ ๐ โu64 - llvm_
subborrow_ ๐ โu64