Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/libgcc/
H A Dlibgcc2.c826 #define POPCOUNTCST4(x) (((UWtype) x << (2 * __CHAR_BIT__)) | x) macro
/netbsd-src/external/gpl3/gcc/dist/libgcc/
H A Dlibgcc2.c806 #define POPCOUNTCST4(x) (((UWtype) x << (2 * __CHAR_BIT__)) | x) macro