Searched refs:__popcountsi2 (Results 1 - 4 of 4) sorted by relevance

/freebsd-11.0-release/contrib/compiler-rt/lib/builtins/
H A Dpopcountsi2.c1 /* ===-- popcountsi2.c - Implement __popcountsi2 ---------------------------===
10 * This file implements __popcountsi2 for the compiler_rt library.
20 __popcountsi2(si_int a) function
H A Dapple_versioning.c128 NOT_HERE_BEFORE_10_6(__popcountsi2)
316 NOT_HERE_UNTIL_AFTER_4_3(__popcountsi2)
/freebsd-11.0-release/contrib/gcc/config/i386/
H A Dnetware-libgcc.exp43 __popcountsi2,
/freebsd-11.0-release/contrib/gcc/config/
H A Ddarwin-64.c54 int __popcountsi2 (uSI x);
71 int __popcountsi2 (uSI x) { return __builtin_popcount (x); } function

Completed in 60 milliseconds