Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/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
/netbsd-src/external/gpl3/gcc/dist/libgcc/
H A Dlibgcc2.c809 #define POPCOUNTCST(x) x macro
811 #define POPCOUNTCST(x) POPCOUNTCST2 (x) macro
813 #define POPCOUNTCST(x) POPCOUNTCST4 (POPCOUNTCST2 (x)) macro
815 #define POPCOUNTCST(x) POPCOUNTCST8 (POPCOUNTCST4 (POPCOUNTCST2 (x))) macro