HomeSort by: relevance | last modified time | path
    Searched defs:POPCOUNTCST4 (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gcc/dist/libgcc/
libgcc2.c 830 #define POPCOUNTCST4(x) (((UWtype) x << (2 * __CHAR_BIT__)) | x)
837 #define POPCOUNTCST(x) POPCOUNTCST4 (POPCOUNTCST2 (x))
839 #define POPCOUNTCST(x) POPCOUNTCST8 (POPCOUNTCST4 (POPCOUNTCST2 (x)))
  /src/external/gpl3/gcc.old/dist/libgcc/
libgcc2.c 830 #define POPCOUNTCST4(x) (((UWtype) x << (2 * __CHAR_BIT__)) | x)
837 #define POPCOUNTCST(x) POPCOUNTCST4 (POPCOUNTCST2 (x))
839 #define POPCOUNTCST(x) POPCOUNTCST8 (POPCOUNTCST4 (POPCOUNTCST2 (x)))

Completed in 35 milliseconds