_addcarry_u32Adds unsigned 32-bit integers a and b with unsigned 8-bit carry-in c_in
(carry or overflow flag), and store the unsigned 32-bit result in out, and the carry-out
is returned (carry or overflow flag).
_addcarryx_u32Adds unsigned 32-bit integers a and b with unsigned 8-bit carry-in c_in
(carry or overflow flag), and store the unsigned 32-bit result in out, and
the carry-out is returned (carry or overflow flag).
_subborrow_u32Adds unsigned 32-bit integers a and b with unsigned 8-bit carry-in c_in
(carry or overflow flag), and store the unsigned 32-bit result in out, and
the carry-out is returned (carry or overflow flag).