Searched refs:POPCOUNTCST2 (Results 1 – 2 of 2) sorted by relevance
805 #define POPCOUNTCST2(x) (((UWtype) x << __CHAR_BIT__) | x) macro811 #define POPCOUNTCST(x) POPCOUNTCST2 (x)813 #define POPCOUNTCST(x) POPCOUNTCST4 (POPCOUNTCST2 (x))815 #define POPCOUNTCST(x) POPCOUNTCST8 (POPCOUNTCST4 (POPCOUNTCST2 (x)))
7406 * libgcc2.c (POPCOUNTCST2, POPCOUNTCST4, POPCOUNTCST8, POPCOUNTCST):