Searched refs:__builtin_popcount (Results 1 - 25 of 43) sorted by relevance

12

/netbsd-current/external/apache2/llvm/dist/clang/lib/Headers/
H A Dpopcntintrin.h35 return __builtin_popcount(__A);
H A Dia32intrin.h156 return __builtin_popcount(__A);
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/i386/
H A Dpopcntintrin.h37 return __builtin_popcount (__X);
H A Dia32intrin.h94 return __builtin_popcount (__X);
/netbsd-current/external/gpl3/gcc/dist/gcc/config/i386/
H A Dpopcntintrin.h37 return __builtin_popcount (__X);
H A Dia32intrin.h94 return __builtin_popcount (__X);
/netbsd-current/external/apache2/llvm/dist/libcxx/include/__support/ibm/
H A Dsupport.h21 #define __builtin_popcount(x) __popcnt4(x) macro
26 #define __builtin_popcountl(x) __builtin_popcount(x)
/netbsd-current/external/gpl3/gdb.old/dist/gnulib/import/
H A Dcount-one-bits.h140 COUNT_ONE_BITS (__builtin_popcount, __popcnt, unsigned int);
/netbsd-current/external/gpl3/gdb/dist/gnulib/import/
H A Dcount-one-bits.h141 COUNT_ONE_BITS (__builtin_popcount, __popcnt, unsigned int);
/netbsd-current/external/gpl3/gcc.old/dist/libgcc/config/
H A Ddarwin-64.c66 int __popcountsi2 (uSI x) { return __builtin_popcount (x); }
/netbsd-current/external/gpl3/gcc/dist/gcc/config/riscv/
H A Driscv-opts.h154 : 32 << (__builtin_popcount (riscv_zvl_flags) - 1))
/netbsd-current/external/gpl3/gcc/dist/libgcc/config/
H A Ddarwin-64.c66 int __popcountsi2 (uSI x) { return __builtin_popcount (x); }
/netbsd-current/external/gpl3/gcc.old/dist/libgcc/config/c6x/
H A Dpr-support.c159 nregs = __builtin_popcount (mask);
186 nregs = __builtin_popcount (mask);
227 nregs = __builtin_popcount (mask);
/netbsd-current/external/gpl3/gcc/dist/libgcc/config/c6x/
H A Dpr-support.c159 nregs = __builtin_popcount (mask);
186 nregs = __builtin_popcount (mask);
227 nregs = __builtin_popcount (mask);
/netbsd-current/external/gpl3/gdb/dist/opcodes/
H A Dcgen-dis.c44 return __builtin_popcount (mask);
/netbsd-current/external/gpl3/binutils.old/dist/opcodes/
H A Dcgen-dis.c44 return __builtin_popcount (mask);
/netbsd-current/external/gpl3/binutils/dist/opcodes/
H A Dcgen-dis.c44 return __builtin_popcount (mask);
/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dhwint.h232 return __builtin_popcount (x);
H A Dsbitmap.c422 count += __builtin_popcount (bmap->elms[i]);
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dhwint.h232 return __builtin_popcount (x);
H A Dsbitmap.cc422 count += __builtin_popcount (bmap->elms[i]);
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/tilepro/
H A Dgen-mul-tables.cc1145 if (__builtin_popcount (multiplier) <= 2 ||
1146 __builtin_popcount (multiplier) >= 30)
/netbsd-current/external/gpl3/gcc/dist/gcc/config/tilepro/
H A Dgen-mul-tables.cc1145 if (__builtin_popcount (multiplier) <= 2 ||
1146 __builtin_popcount (multiplier) >= 30)
/netbsd-current/sys/lib/libkern/
H A Dlibkern.h531 #define popcount __builtin_popcount
534 #define popcount32 __builtin_popcount
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/Support/
H A DMathExtras.h538 return __builtin_popcount(Value);

Completed in 287 milliseconds

12