Function core::arch::x86_64::_subborrow_u64 1.33.0[−][src]
pub unsafe fn _subborrow_u64(c_in: u8, a: u64, b: u64, out: &mut u64) -> u8
This is supported on x86-64 only.
Expand description
将无符号的 64 位整数 a
和 b
与无符号的 8 位随身输入 c_in
相加。
(进位或溢出标志),并将无符号的 64 位结果存储在 out
中,并返回进位 (进位或溢出标志)。