Home
last modified time | relevance | path

Searched refs:_popcnt64 (Results 1 – 25 of 86) sorted by relevance

1234

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang/test/CodeGen/X86/
H A Dpopcnt-builtins.c35 return _popcnt64(__X); in test_popcnt64()
63 char popcnt64_0[_popcnt64(0x0000000000000000ULL) == 0 ? 1 : -1];
64 char popcnt64_1[_popcnt64(0xF00000F000000001ULL) == 9 ? 1 : -1];
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang/test/CodeGen/X86/
H A Dpopcnt-builtins.c35 return _popcnt64(__X); in test_popcnt64()
63 char popcnt64_0[_popcnt64(0x0000000000000000ULL) == 0 ? 1 : -1];
64 char popcnt64_1[_popcnt64(0xF00000F000000001ULL) == 9 ? 1 : -1];
/dports/devel/llvm12/llvm-project-12.0.1.src/clang/test/CodeGen/X86/
H A Dpopcnt-builtins.c35 return _popcnt64(__X); in test_popcnt64()
63 char popcnt64_0[_popcnt64(0x0000000000000000ULL) == 0 ? 1 : -1];
64 char popcnt64_1[_popcnt64(0xF00000F000000001ULL) == 9 ? 1 : -1];
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/test/CodeGen/X86/
H A Dpopcnt-builtins.c35 return _popcnt64(__X); in test_popcnt64()
63 char popcnt64_0[_popcnt64(0x0000000000000000ULL) == 0 ? 1 : -1];
64 char popcnt64_1[_popcnt64(0xF00000F000000001ULL) == 9 ? 1 : -1];
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang/test/CodeGen/X86/
H A Dpopcnt-builtins.c35 return _popcnt64(__X); in test_popcnt64()
63 char popcnt64_0[_popcnt64(0x0000000000000000ULL) == 0 ? 1 : -1];
64 char popcnt64_1[_popcnt64(0xF00000F000000001ULL) == 9 ? 1 : -1];
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/clang/test/CodeGen/X86/
H A Dpopcnt-builtins.c35 return _popcnt64(__X); in test_popcnt64()
63 char popcnt64_0[_popcnt64(0x0000000000000000ULL) == 0 ? 1 : -1];
64 char popcnt64_1[_popcnt64(0xF00000F000000001ULL) == 9 ? 1 : -1];
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/clang/test/CodeGen/X86/
H A Dpopcnt-builtins.c35 return _popcnt64(__X); in test_popcnt64()
63 char popcnt64_0[_popcnt64(0x0000000000000000ULL) == 0 ? 1 : -1];
64 char popcnt64_1[_popcnt64(0xF00000F000000001ULL) == 9 ? 1 : -1];
/dports/devel/llvm13/llvm-project-13.0.1.src/clang/test/CodeGen/X86/
H A Dpopcnt-builtins.c35 return _popcnt64(__X); in test_popcnt64()
63 char popcnt64_0[_popcnt64(0x0000000000000000ULL) == 0 ? 1 : -1];
64 char popcnt64_1[_popcnt64(0xF00000F000000001ULL) == 9 ? 1 : -1];
/dports/lang/clang-mesa/clang-13.0.1.src/test/CodeGen/X86/
H A Dpopcnt-builtins.c35 return _popcnt64(__X); in test_popcnt64()
63 char popcnt64_0[_popcnt64(0x0000000000000000ULL) == 0 ? 1 : -1];
64 char popcnt64_1[_popcnt64(0xF00000F000000001ULL) == 9 ? 1 : -1];
/dports/lang/rust/rustc-1.58.1-src/library/stdarch/crates/core_arch/src/x86_64/
H A Dabm.rs43 pub unsafe fn _popcnt64(x: i64) -> i32 { in _popcnt64() function
60 assert_eq!(_popcnt64(0b0101_1010), 4); in test_popcnt64()
/dports/devel/llvm80/llvm-8.0.1.src/tools/clang/test/CodeGen/
H A Dpopcnt-builtins.c23 return _popcnt64(__X); in test_popcnt_64()
/dports/devel/llvm70/llvm-7.0.1.src/tools/clang/test/CodeGen/
H A Dpopcnt-builtins.c23 return _popcnt64(__X); in test_popcnt_64()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang/test/CodeGen/
H A Dpopcnt-builtins.c34 return _popcnt64(__X); in test_popcnt64()
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/test/CodeGen/
H A Dpopcnt-builtins.c34 return _popcnt64(__X); in test_popcnt64()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang/test/CodeGen/
H A Dpopcnt-builtins.c34 return _popcnt64(__X); in test_popcnt64()
/dports/devel/llvm10/llvm-10.0.1.src/tools/clang/test/CodeGen/
H A Dpopcnt-builtins.c34 return _popcnt64(__X); in test_popcnt64()
/dports/devel/llvm90/llvm-9.0.1.src/tools/clang/test/CodeGen/
H A Dpopcnt-builtins.c34 return _popcnt64(__X); in test_popcnt64()
/dports/graphics/librsvg2-rust/librsvg-2.52.8/vendor/safe_arch/src/x86_x64/
H A Dpopcnt.rs25 unsafe { _popcnt64(a) } in population_count_i64()
/dports/devel/llvm80/llvm-8.0.1.src/tools/clang/lib/Headers/
H A Dpopcntintrin.h90 _popcnt64(long long __A) in _popcnt64() function
/dports/devel/llvm70/llvm-7.0.1.src/tools/clang/lib/Headers/
H A Dpopcntintrin.h90 _popcnt64(long long __A) in _popcnt64() function
/dports/devel/simdjson/simdjson-0.9.6/include/simdjson/haswell/
H A Dbitmanipulation.h42 return _popcnt64(input_num); in count_ones()
/dports/databases/redisdesktopmanager/RedisDesktopManager-2021.8/3rdparty/simdjson/include/simdjson/haswell/
H A Dbitmanipulation.h42 return _popcnt64(input_num); in count_ones()
/dports/devel/simdjson/simdjson-0.9.6/include/simdjson/westmere/
H A Dbitmanipulation.h51 return _popcnt64(input_num); in count_ones()
/dports/databases/redisdesktopmanager/RedisDesktopManager-2021.8/3rdparty/simdjson/include/simdjson/westmere/
H A Dbitmanipulation.h51 return _popcnt64(input_num); in count_ones()
/dports/biology/iqtree/IQ-TREE-2.0.6/terraphast/lib/intel/
H A Dintrinsics.hpp7 inline index popcount(index word) { return index(_popcnt64(word)); } in popcount()

1234