Home
last modified time | relevance | path

Searched refs:cnt64 (Results 1 – 11 of 11) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/Mips/
Docteon_popcnt.ll34 define i64 @cnt64(i64 %x) nounwind readnone {
37 ; OCTEON-LABEL: cnt64:
40 ; MIPS64-LABEL: cnt64:
/external/llvm/test/CodeGen/Mips/
Docteon_popcnt.ll34 define i64 @cnt64(i64 %x) nounwind readnone {
37 ; OCTEON-LABEL: cnt64:
40 ; MIPS64-LABEL: cnt64:
/external/llvm/test/CodeGen/PowerPC/
Dpopcnt.ll42 define i64 @cnt64(i64 %x) nounwind readnone {
45 ; CHECK-LABEL: @cnt64
49 ; SLOWPC-LABEL: @cnt64
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/PowerPC/
Dpopcnt.ll42 define i64 @cnt64(i64 %x) nounwind readnone {
45 ; CHECK-LABEL: @cnt64
49 ; SLOWPC-LABEL: @cnt64
/external/swiftshader/third_party/LLVM/test/CodeGen/X86/
Dpopcnt.ll27 define i64 @cnt64(i64 %x) nounwind readnone {
30 ; CHECK: cnt64:
/external/llvm/test/CodeGen/X86/
Dpopcnt.ll27 define i64 @cnt64(i64 %x) nounwind readnone {
30 ; CHECK-LABEL: cnt64:
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/X86/
Dpopcnt.ll172 define i64 @cnt64(i64 %x) nounwind readnone {
173 ; X32-LABEL: cnt64:
211 ; X64-LABEL: cnt64:
234 ; X32-POPCNT-LABEL: cnt64:
242 ; X64-POPCNT-LABEL: cnt64:
/external/llvm/test/CodeGen/AArch64/
Darm64-popcnt.ll66 define i64 @cnt64(i64 %x) nounwind readnone noimplicitfloat {
69 ; CHECK-LABEL: cnt64:
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/AArch64/
Darm64-popcnt.ll66 define i64 @cnt64(i64 %x) nounwind readnone noimplicitfloat {
69 ; CHECK-LABEL: cnt64:
/external/u-boot/arch/arm/include/asm/arch-sunxi/
Dtimer.h72 struct sunxi_64cnt cnt64; /* 0xa0 */ member
/external/swiftshader/third_party/LLVM/lib/Support/Windows/
DPath.inc889 LARGE_INTEGER cnt64;
892 if (QueryPerformanceCounter(&cnt64)) // RDTSC
893 x ^= cnt64.HighPart ^ cnt64.LowPart;