HomeSort by: relevance | last modified time | path
    Searched defs:popcount (Results 1 - 11 of 11) sorted by relevancy

  /src/sys/lib/libkern/
libkern.h 486 #define popcount __builtin_popcount macro
492 unsigned int popcount(unsigned int) __constfunc;
  /src/external/gpl3/gcc/dist/gcc/config/mn10300/
mn10300.cc 750 popcount (unsigned int mask)
773 current_function_static_stack_size = size + popcount (mask) * 4;
748 popcount (unsigned int mask) function
  /src/external/gpl3/gcc/dist/gcc/
value-range.cc 1906 unsigned popcount = wi::popcount (m_bitmask.get_nonzero_bits ()); local
1910 if (popcount == 1)
1930 else if (popcount == 0)
gcov.cc 146 int popcount () const;
161 int condition_info::popcount () const function in class:condition_info
1216 const int covered = info.popcount ();
2578 coverage->conditions_covered += block->conditions.popcount ();
3049 const int got = info.popcount ();
ipa-icf.cc 2966 unsigned popcount = bitmap_count_bits (b); local
2968 if (popcount > 0 && popcount < cls->members.length ())
  /src/external/gpl3/gcc.old/dist/gcc/config/mn10300/
mn10300.cc 750 popcount (unsigned int mask)
773 current_function_static_stack_size = size + popcount (mask) * 4;
748 popcount (unsigned int mask) function
  /src/external/gpl3/gcc.old/dist/gcc/
ipa-icf.cc 2940 unsigned popcount = bitmap_count_bits (b); local
2942 if (popcount > 0 && popcount < cls->members.length ())
  /src/external/gpl3/binutils/dist/gas/config/
tc-ia64.c 2601 # define popcount __builtin_popcount macro
2604 popcount (unsigned x) function
2616 return popcnt[x % NELEMS (popcnt)] + popcount (x / NELEMS (popcnt));
3326 + (unsigned) popcount (unwind.prologue_mask & -(2 << 1)))
3408 + (unsigned) popcount (unwind.prologue_mask & -(4 << 1)))
3427 + (unsigned) popcount (unwind.prologue_mask & -(1 << 1)))
3865 int n = popcount (grmask);
3929 int n = popcount (brmask);
4330 n = popcount (mask);
  /src/external/gpl3/binutils.old/dist/gas/config/
tc-ia64.c 2601 # define popcount __builtin_popcount macro
2604 popcount (unsigned x) function
2616 return popcnt[x % NELEMS (popcnt)] + popcount (x / NELEMS (popcnt));
3326 + (unsigned) popcount (unwind.prologue_mask & -(2 << 1)))
3408 + (unsigned) popcount (unwind.prologue_mask & -(4 << 1)))
3427 + (unsigned) popcount (unwind.prologue_mask & -(1 << 1)))
3865 int n = popcount (grmask);
3929 int n = popcount (brmask);
4330 n = popcount (mask);
  /src/external/gpl3/gdb/dist/sim/aarch64/
simulator.c 4299 # define popcount __builtin_popcount macro
4302 popcount (unsigned char x) function
4344 popcount (aarch64_get_vec_u8 (cpu, vs, i)));
  /src/external/gpl3/gdb.old/dist/sim/aarch64/
simulator.c 4299 # define popcount __builtin_popcount macro
4302 popcount (unsigned char x) function
4344 popcount (aarch64_get_vec_u8 (cpu, vs, i)));

Completed in 129 milliseconds