Searched refs:cnt64 (Results 1 – 11 of 11) sorted by relevance
34 define i64 @cnt64(i64 %x) nounwind readnone {37 ; OCTEON-LABEL: cnt64:40 ; MIPS64-LABEL: cnt64:
42 define i64 @cnt64(i64 %x) nounwind readnone {45 ; CHECK-LABEL: @cnt6449 ; SLOWPC-LABEL: @cnt64
27 define i64 @cnt64(i64 %x) nounwind readnone {30 ; CHECK: cnt64:
27 define i64 @cnt64(i64 %x) nounwind readnone {30 ; CHECK-LABEL: cnt64:
172 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:
66 define i64 @cnt64(i64 %x) nounwind readnone noimplicitfloat {69 ; CHECK-LABEL: cnt64:
72 struct sunxi_64cnt cnt64; /* 0xa0 */ member
889 LARGE_INTEGER cnt64;892 if (QueryPerformanceCounter(&cnt64)) // RDTSC893 x ^= cnt64.HighPart ^ cnt64.LowPart;