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

12

/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dsbitmap.cc422 count += __builtin_popcount (bmap->elms[i]);
/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/include/experimental/bits/
H A Dsimd_x86.h5191 return __builtin_popcount(__kk);
5199 const int __count = __builtin_popcount(__bits);
5224 return __builtin_popcount(
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/arc/
H A Darc.c11537 if (__builtin_popcount (mask) > 3 || (mask & 0x3f))
11546 switch (__builtin_popcount (mask))
11584 if (__builtin_popcount (mask) <= 3)
11586 if (__builtin_popcount (mask & ~0x3f) <= 1)
/netbsd-current/external/gpl3/gcc/dist/gcc/config/arc/
H A Darc.cc11519 if (__builtin_popcount (mask) > 3 || (mask & 0x3f))
11528 switch (__builtin_popcount (mask))
11566 if (__builtin_popcount (mask) <= 3)
11568 if (__builtin_popcount (mask & ~0x3f) <= 1)
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/h8300/
H A Dh8300.c893 + (__builtin_popcount (saved_regs) * UNITS_PER_WORD)
/netbsd-current/external/gpl3/gcc/dist/gcc/config/h8300/
H A Dh8300.cc859 + (__builtin_popcount (saved_regs) * UNITS_PER_WORD)
/netbsd-current/external/gpl3/binutils.old/dist/bfd/
H A Delf32-nds32.c7880 if (__builtin_popcount (imm15u) == 1)
7888 else if (imm15u != 0 && __builtin_popcount (imm15u + 1) == 1)
H A Delf32-arm.c3484 return __builtin_popcount (mask);
/netbsd-current/external/gpl3/binutils/dist/bfd/
H A Delf32-nds32.c7880 if (__builtin_popcount (imm15u) == 1)
7888 else if (imm15u != 0 && __builtin_popcount (imm15u + 1) == 1)
H A Delf32-arm.c3484 return __builtin_popcount (mask);
/netbsd-current/external/gpl3/gdb/dist/bfd/
H A Delf32-nds32.c7881 if (__builtin_popcount (imm15u) == 1)
7889 else if (imm15u != 0 && __builtin_popcount (imm15u + 1) == 1)
H A Delf32-arm.c3483 return __builtin_popcount (mask);
/netbsd-current/external/gpl3/gdb.old/dist/bfd/
H A Delf32-nds32.c7880 if (__builtin_popcount (imm15u) == 1)
7888 else if (imm15u != 0 && __builtin_popcount (imm15u + 1) == 1)
H A Delf32-arm.c3483 return __builtin_popcount (mask);
/netbsd-current/external/gpl3/binutils.old/dist/gas/config/
H A Dtc-ia64.c2604 # define popcount __builtin_popcount
/netbsd-current/external/gpl3/binutils/dist/gas/config/
H A Dtc-ia64.c2603 # define popcount __builtin_popcount
/netbsd-current/external/gpl3/gdb/dist/sim/aarch64/
H A Dsimulator.c4299 # define popcount __builtin_popcount
/netbsd-current/external/gpl3/gdb.old/dist/sim/aarch64/
H A Dsimulator.c4296 # define popcount __builtin_popcount

Completed in 581 milliseconds

12