Function core::arch::x86::_addcarryx_u321.33.0[][src]

pub unsafe fn _addcarryx_u32(c_in: u8, a: u32, b: u32, out: &mut u32) -> u8
This is supported on x86 and target feature adx only.
Expand description

将无符号的 32 位整数 ab 与无符号的 8 位进位 c_in (进位或溢出标志) 相加,并将无符号的 32 位结果存储在 out 中,并返回进位 (进位或溢出标志)。