Home
last modified time | relevance | path

Searched defs:POPCOUNTCST (Results 1 – 1 of 1) sorted by relevance

/dflybsd-src/contrib/gcc-8.0/libgcc/
H A Dlibgcc2.c829 #define POPCOUNTCST(x) x macro
831 #define POPCOUNTCST(x) POPCOUNTCST2 (x) macro
833 #define POPCOUNTCST(x) POPCOUNTCST4 (POPCOUNTCST2 (x)) macro
835 #define POPCOUNTCST(x) POPCOUNTCST8 (POPCOUNTCST4 (POPCOUNTCST2 (x))) macro