Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/libgcc/
H A Dlibgcc2.c827 #define POPCOUNTCST8(x) (((UWtype) x << (4 * __CHAR_BIT__)) | x) macro
/netbsd-src/external/gpl3/gcc/dist/libgcc/
H A Dlibgcc2.c807 #define POPCOUNTCST8(x) (((UWtype) x << (4 * __CHAR_BIT__)) | x) macro