Home
last modified time | relevance | path

Searched refs:popcount (Results 1 – 2 of 2) sorted by relevance

/toolchain/binutils/binutils-2.25/gas/config/
Dtc-ia64.c2618 # define popcount __builtin_popcount macro
2621 popcount (unsigned x) in popcount() function
2633 return popcnt[x % NELEMS (popcnt)] + popcount (x / NELEMS (popcnt)); in popcount()
3343 + (unsigned) popcount (unwind.prologue_mask & (-2 << 1))) in dot_vframe()
3425 + (unsigned) popcount (unwind.prologue_mask & (-4 << 1))) in dot_save()
3444 + (unsigned) popcount (unwind.prologue_mask & (-1 << 1))) in dot_save()
3898 int n = popcount (grmask); in dot_saveg()
3962 int n = popcount (brmask); in dot_saveb()
4365 n = popcount (mask); in dot_prologue()
/toolchain/binutils/binutils-2.25/gas/
DChangeLog-20051793 (popcount): New.