Home
last modified time | relevance | path

Searched refs:tbu0 (Results 1 – 25 of 103) sorted by relevance

12345

/dports/net/openmpi/openmpi-4.1.1/opal/mca/pmix/pmix3x/pmix/src/atomics/sys/powerpc/
H A Dtimer.h31 unsigned int tbl, tbu0, tbu1; in pmix_sys_timer_get_cycles() local
34 __asm__ __volatile__ ("mftbu %0" : "=r"(tbu0)); in pmix_sys_timer_get_cycles()
37 } while (tbu0 != tbu1); in pmix_sys_timer_get_cycles()
39 return (((unsigned long long)tbu0) << 32) | tbl; in pmix_sys_timer_get_cycles()
/dports/net/openmpi/openmpi-4.1.1/opal/include/opal/sys/powerpc/
H A Dtimer.h31 unsigned int tbl, tbu0, tbu1; in opal_sys_timer_get_cycles() local
34 __asm__ __volatile__ ("mftbu %0" : "=r"(tbu0)); in opal_sys_timer_get_cycles()
37 } while (tbu0 != tbu1); in opal_sys_timer_get_cycles()
39 return (((unsigned long long)tbu0) << 32) | tbl; in opal_sys_timer_get_cycles()
/dports/net/openmpi3/openmpi-3.1.6/opal/mca/pmix/pmix2x/pmix/src/atomics/sys/powerpc/
H A Dtimer.h31 unsigned int tbl, tbu0, tbu1; in pmix_sys_timer_get_cycles() local
34 __asm__ __volatile__ ("mftbu %0" : "=r"(tbu0)); in pmix_sys_timer_get_cycles()
37 } while (tbu0 != tbu1); in pmix_sys_timer_get_cycles()
39 return (((unsigned long long)tbu0) << 32) | tbl; in pmix_sys_timer_get_cycles()
/dports/net/openmpi3/openmpi-3.1.6/opal/include/opal/sys/powerpc/
H A Dtimer.h31 unsigned int tbl, tbu0, tbu1; in opal_sys_timer_get_cycles() local
34 __asm__ __volatile__ ("mftbu %0" : "=r"(tbu0)); in opal_sys_timer_get_cycles()
37 } while (tbu0 != tbu1); in opal_sys_timer_get_cycles()
39 return (((unsigned long long)tbu0) << 32) | tbl; in opal_sys_timer_get_cycles()
/dports/benchmarks/fio/fio-3.29/arch/
H A Darch-ppc.h73 unsigned int tbl, tbu0, tbu1; in get_cpu_clock() local
78 tbu0 = mfspr(SPRN_ATBU); in get_cpu_clock()
82 tbu0 = mfspr(SPRN_TBRU); in get_cpu_clock()
86 } while (tbu0 != tbu1); in get_cpu_clock()
88 ret = (((unsigned long long)tbu0) << 32) | tbl; in get_cpu_clock()
/dports/security/unicornscan/unicornscan-0.4.2/src/unilib/
H A Dtsc.c59 uint32_t tbl, tbu0, tbu1; in get_tsc() local
62 asm volatile ("mftbu %0" : "=r" (tbu0)); in get_tsc()
65 } while (tbu0 != tbu1); in get_tsc()
67 return (((tsc_t)tbu0) << 32) | tbl; in get_tsc()
/dports/security/snort/snort-2.9.18/src/
H A Dcpuclock.h77 uint32_t tbu0, tbu1, tbl; \
80 __asm__ __volatile__ ("mftbu %0" : "=r"(tbu0)); \
83 } while (tbu0 != tbu1); \
84 val = ((uint64_t)tbl) | (((uint64_t)tbu0) << 32); \
/dports/audio/gogglesmm/gogglesmm-1.2.2/cfox/lib/
H A Dfxgetticks.cpp96 FXuint tbl,tbu0,tbu1;
98 asm ("mftbu %0" : "=r"(tbu0));
102 while(tbu0!=tbu1);
103 return (((FXTime)tbu0) << 32) | tbl;
/dports/x11-toolkits/fox17/fox-1.7.77/lib/
H A Dfxgetticks.cpp96 FXuint tbl,tbu0,tbu1;
98 asm ("mftbu %0" : "=r"(tbu0));
102 while(tbu0!=tbu1);
103 return (((FXTime)tbu0) << 32) | tbl;
/dports/biology/avida/avida-2.12.4-src/libs/tcmalloc-1.4/src/
H A Dcycleclock.h104 int64 tbl, tbu0, tbu1; in Now()
105 asm("mftbu %0" : "=r" (tbu0)); in Now()
108 tbl &= -static_cast<int64>(tbu0 == tbu1); in Now()
/dports/emulators/mess/mame-mame0226/3rdparty/benchmark/src/
H A Dcycleclock.h78 int64_t tbl, tbu0, tbu1; in Now()
79 asm("mftbu %0" : "=r"(tbu0)); in Now()
82 tbl &= -static_cast<int64>(tbu0 == tbu1); in Now()
/dports/emulators/mame/mame-mame0226/3rdparty/benchmark/src/
H A Dcycleclock.h78 int64_t tbl, tbu0, tbu1; in Now()
79 asm("mftbu %0" : "=r"(tbu0)); in Now()
82 tbl &= -static_cast<int64>(tbu0 == tbu1); in Now()
/dports/sysutils/fusefs-encfs/encfs-1.9.5/vendor/github.com/google/benchmark/src/
H A Dcycleclock.h87 int64_t tbl, tbu0, tbu1; in Now()
88 asm("mftbu %0" : "=r"(tbu0)); in Now()
91 tbl &= -static_cast<int64_t>(tbu0 == tbu1); in Now()
/dports/science/axom/axom-0.6.1/src/cmake/blt/thirdparty_builtin/benchmark-1.5.0/src/
H A Dcycleclock.h87 int64_t tbl, tbu0, tbu1; in Now()
88 asm("mftbu %0" : "=r"(tbu0)); in Now()
91 tbl &= -static_cast<int64_t>(tbu0 == tbu1); in Now()
/dports/science/ascent/ascent-0.7.1-66-gbcf2742a/src/blt/thirdparty_builtin/benchmark-1.5.0/src/
H A Dcycleclock.h87 int64_t tbl, tbu0, tbu1; in Now()
88 asm("mftbu %0" : "=r"(tbu0)); in Now()
91 tbl &= -static_cast<int64_t>(tbu0 == tbu1); in Now()
/dports/audio/giada/giada-0.17.1/src/deps/json/benchmarks/thirdparty/benchmark/src/
H A Dcycleclock.h87 int64_t tbl, tbu0, tbu1; in Now()
88 asm("mftbu %0" : "=r"(tbu0)); in Now()
91 tbl &= -static_cast<int64_t>(tbu0 == tbu1); in Now()
/dports/science/conduit/conduit-0.8.0/src/blt/thirdparty_builtin/benchmark-1.5.0/src/
H A Dcycleclock.h87 int64_t tbl, tbu0, tbu1; in Now()
88 asm("mftbu %0" : "=r"(tbu0)); in Now()
91 tbl &= -static_cast<int64_t>(tbu0 == tbu1); in Now()
/dports/misc/py-onnx/onnx-1.10.2/third_party/benchmark/src/
H A Dcycleclock.h87 int64_t tbl, tbu0, tbu1; in Now()
88 asm("mftbu %0" : "=r"(tbu0)); in Now()
91 tbl &= -static_cast<int64_t>(tbu0 == tbu1); in Now()
/dports/misc/glow/glow-f24d960e3cc80db95ac0bc17b1900dbf60ca044a/tests/googlebenchmark/src/
H A Dcycleclock.h87 int64_t tbl, tbu0, tbu1; in Now()
88 asm("mftbu %0" : "=r"(tbu0)); in Now()
91 tbl &= -static_cast<int64_t>(tbu0 == tbu1); in Now()
/dports/www/libdatachannel/libdatachannel-0.16.1/deps/json/benchmarks/thirdparty/benchmark/src/
H A Dcycleclock.h87 int64_t tbl, tbu0, tbu1; in Now()
88 asm("mftbu %0" : "=r"(tbu0)); in Now()
91 tbl &= -static_cast<int64_t>(tbu0 == tbu1); in Now()
/dports/devel/llvm80/llvm-8.0.1.src/utils/benchmark/src/
H A Dcycleclock.h87 int64_t tbl, tbu0, tbu1; in Now()
88 asm("mftbu %0" : "=r"(tbu0)); in Now()
91 tbl &= -static_cast<int64_t>(tbu0 == tbu1); in Now()
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/benchmark-1.3.0/benchmark/src/
H A Dcycleclock.h87 int64_t tbl, tbu0, tbu1; in Now()
88 asm("mftbu %0" : "=r"(tbu0)); in Now()
91 tbl &= -static_cast<int64_t>(tbu0 == tbu1); in Now()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/utils/benchmark/src/
H A Dcycleclock.h92 uint32_t tbl, tbu0, tbu1; in Now()
97 : "=r"(tbu0), "=r"(tbl), "=r"(tbu1)); in Now()
98 tbl &= -static_cast<int32_t>(tbu0 == tbu1); in Now()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/libcxx/utils/google-benchmark/src/
H A Dcycleclock.h92 uint32_t tbl, tbu0, tbu1; in Now()
97 : "=r"(tbu0), "=r"(tbl), "=r"(tbu1)); in Now()
98 tbl &= -static_cast<int32_t>(tbu0 == tbu1); in Now()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/libcxx/utils/google-benchmark/src/
H A Dcycleclock.h87 int64_t tbl, tbu0, tbu1; in Now()
88 asm("mftbu %0" : "=r"(tbu0)); in Now()
91 tbl &= -static_cast<int64_t>(tbu0 == tbu1); in Now()

12345