Lines Matching defs:__cf
40 /// by the carry flag \a __cf. Stores the unsigned 32-bit sum in the memory
44 /// temp := (__cf == 0) ? 0 : 1
53 /// \param __cf
62 __INLINE unsigned char __DEFAULT_FN_ATTRS _addcarryx_u32(unsigned char __cf,
66 return __builtin_ia32_addcarryx_u32(__cf, __x, __y, __p);
71 /// by the carry flag \a __cf. Stores the unsigned 64-bit sum in the memory
75 /// temp := (__cf == 0) ? 0 : 1
84 /// \param __cf
94 _addcarryx_u64(unsigned char __cf, unsigned long long __x,
96 return __builtin_ia32_addcarryx_u64(__cf, __x, __y, __p);