Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/libgcc/
H A Dlibgcc2.c825 #define POPCOUNTCST2(x) (((UWtype) x << __CHAR_BIT__) | x) macro
/netbsd-src/external/gpl3/gcc/dist/libgcc/
H A Dlibgcc2.c805 #define POPCOUNTCST2(x) (((UWtype) x << __CHAR_BIT__) | x) macro