Home
last modified time | relevance | path

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

/netbsd/src/external/gpl3/gcc/dist/libgcc/
Dlibgcc2.c805 #define POPCOUNTCST2(x) (((UWtype) x << __CHAR_BIT__) | x) macro
811 #define POPCOUNTCST(x) POPCOUNTCST2 (x)
813 #define POPCOUNTCST(x) POPCOUNTCST4 (POPCOUNTCST2 (x))
815 #define POPCOUNTCST(x) POPCOUNTCST8 (POPCOUNTCST4 (POPCOUNTCST2 (x)))
DChangeLog7406 * libgcc2.c (POPCOUNTCST2, POPCOUNTCST4, POPCOUNTCST8, POPCOUNTCST):