Searched refs:__builtin_popcountl (Results 1 - 16 of 16) sorted by relevance

/netbsd-current/external/apache2/llvm/dist/libcxx/include/__support/ibm/
H A Dsupport.h24 #define __builtin_popcountl(x) __builtin_popcountll(x) macro
26 #define __builtin_popcountl(x) __builtin_popcount(x) macro
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/rs6000/
H A Dbmi2intrin.h89 __p = 64 - __builtin_popcountl (__M);
116 if (__builtin_constant_p (__M) && (__builtin_popcountl (__M) <= 8))
121 for (long __i = 0; __i < __builtin_popcountl (__M); __i++)
131 __p = 64 - __builtin_popcountl (__M);
/netbsd-current/external/gpl3/gcc/dist/gcc/config/rs6000/
H A Dbmi2intrin.h89 __p = 64 - __builtin_popcountl (__M);
116 if (__builtin_constant_p (__M) && (__builtin_popcountl (__M) <= 8))
122 for (__i = 0; __i < __builtin_popcountl (__M); __i++)
132 __p = 64 - __builtin_popcountl (__M);
/netbsd-current/external/gpl3/gdb.old/dist/gnulib/import/
H A Dcount-one-bits.h147 COUNT_ONE_BITS (__builtin_popcountl, __popcnt, unsigned long int);
/netbsd-current/external/gpl3/gdb/dist/gnulib/import/
H A Dcount-one-bits.h148 COUNT_ONE_BITS (__builtin_popcountl, __popcnt, unsigned long int);
/netbsd-current/external/gpl3/gcc.old/dist/libgomp/config/linux/
H A Dproc.c70 ret += __builtin_popcountl (mask);
/netbsd-current/external/gpl3/gcc/dist/libgomp/config/linux/
H A Dproc.c70 ret += __builtin_popcountl (mask);
/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dhwint.h228 return __builtin_popcountl (x);
H A Dsbitmap.c418 count += __builtin_popcountl (bmap->elms[i]);
H A Dbitmap.c1050 count += __builtin_popcountl (bits[ix]);
1135 count += __builtin_popcountl (elt->bits[ix]);
H A Dlto-wrapper.c1224 ret += __builtin_popcountl (mask);
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dhwint.h228 return __builtin_popcountl (x);
H A Dsbitmap.cc418 count += __builtin_popcountl (bmap->elms[i]);
H A Dbitmap.cc1133 count += __builtin_popcountl (bits[ix]);
1218 count += __builtin_popcountl (elt->bits[ix]);
H A Dlto-wrapper.cc1269 ret += __builtin_popcountl (mask);
/netbsd-current/sys/lib/libkern/
H A Dlibkern.h532 #define popcountl __builtin_popcountl

Completed in 191 milliseconds