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