Searched refs:__andn_u32 (Results 1 – 2 of 2) sorted by relevance
64 #define _andn_u32(a, b) (__andn_u32((a), (b)))172 __andn_u32(unsigned int __X, unsigned int __Y) in __andn_u32() function
30 return __andn_u32(__X, __Y); in test__andn_u32()