Searched refs:__builtin_popcount (Results 1 – 25 of 32) sorted by relevance
12
133 char popcount1[__builtin_popcount(0) == 0 ? 1 : -1];134 char popcount2[__builtin_popcount(0xF0F0) == 8 ? 1 : -1];135 char popcount3[__builtin_popcount(~0) == BITSIZE(int) ? 1 : -1];136 char popcount4[__builtin_popcount(~0L) == BITSIZE(int) ? 1 : -1];
43 return __builtin_popcount(__A); in _mm_popcnt_u32()59 return __builtin_popcount(__A); in _popcnt32()
518 return __builtin_popcount((int)_Value); in __popcnt16()522 return __builtin_popcount(_Value); in __popcnt()
22 #define __builtin_popcount(x) __popcnt4(x) macro27 #define __builtin_popcountl(x) __builtin_popcount(x)
59 #define COMPILER_HAS_BUILTIN_POPCOUNT (__has_builtin(__builtin_popcount))137 return __builtin_popcount(static_cast<unsigned>(value));
61 _LIBCPP_ALWAYS_INLINE int __builtin_popcount(unsigned int x) in __builtin_popcount() function83 return __builtin_popcount(static_cast<int>(x)); in __builtin_popcountl()
17 pop = __builtin_popcount(P); in test_i32()
86 #define POPCNT_U32(x) __builtin_popcount(x)
122 result += __builtin_popcount(mask_[nn]); in GetCount()
71 #define POPCNT_U32(x) __builtin_popcount(x)
119 #define POPCNT_U32(x) __builtin_popcount(x)
51 __builtin_popcount(UInt x) in __builtin_popcount() function
222 # define V8_HAS_BUILTIN_POPCOUNT (__has_builtin(__builtin_popcount))
287 return __builtin_popcount(Value); in CountPopulation_32()
32 return __builtin_popcount(value); in CountPopulation32()
684 AC_CACHE_CHECK([for __builtin_popcount], [st_cv_have___builtin_popcount],685 [AC_LINK_IFELSE([AC_LANG_PROGRAM([], [__builtin_popcount(0)])],690 [Define to 1 if the system provides __builtin_popcount function])
157 count += __builtin_popcount(x); in popcount32()
1113 /* Define to 1 if the system provides __builtin_popcount function */
627 return __builtin_popcount(n); in util_bitcount()
581 #define _mesa_bitcount(i) __builtin_popcount(i)
443 return __builtin_popcount(Value);
26 ((value >> __builtin_ctz(mask)) & (((1 << __builtin_popcount(mask))) - 1))
310 return __builtin_popcount (mask); in _hb_popcount32()
3824 # Check for __builtin_popcount3825 AC_MSG_CHECKING([for __builtin_popcount()])3828 __builtin_popcount(2);3833 [Define to 1 if compiler provides __builtin_popcount().])
2630 #define lzo_bitops_popcount32(v) ((unsigned) __builtin_popcount(v))3163 #define lzo_bitops_popcount32(v) ((unsigned) __builtin_popcount(v))