Home
last modified time | relevance | path

Searched refs:__popcnt64 (Results 1 – 10 of 10) sorted by relevance

/external/rust/crates/libfuzzer-sys/libfuzzer/
DFuzzerBuiltinsMsvc.h65 return __popcnt64(X); in Popcountll()
/external/llvm-project/compiler-rt/lib/fuzzer/
DFuzzerBuiltinsMsvc.h65 return __popcnt64(X); in Popcountll()
/external/marisa-trie/lib/marisa/grimoire/vector/
Dpop-count.h50 return __popcnt64(x); in count()
/external/perfetto/include/perfetto/base/
Dcompiler.h93 #define PERFETTO_POPCOUNT(x) __popcnt64(x)
/external/llvm-project/clang/test/CodeGen/
Dms-intrinsics-other.c202 return __popcnt64(x); in test__popcnt64()
/external/libcxx/include/
Dbit151 return __popcnt64(__x);
/external/clang/lib/Headers/
Dintrin.h312 unsigned __int64 __popcnt64(unsigned __int64);
568 __popcnt64(unsigned __int64 _Value) { in __popcnt64() function
/external/llvm-project/libcxx/include/
Dbit191 return __popcnt64(__x);
/external/angle/src/common/
Dmathutil.h1042 return static_cast<int>(__popcnt64(bits)); in BitCount()
/external/llvm-project/clang/include/clang/Basic/
DBuiltins.def940 LANGBUILTIN(__popcnt64, "UWiUWi", "nc", ALL_MS_LANGUAGES)