Home
last modified time | relevance | path

Searched refs:rdtsc (Results 1 – 25 of 37) sorted by relevance

12

/third_party/openssl/crypto/
Dx86cpuid.pl174 &rdtsc ();
196 &rdtsc ();
200 &rdtsc ();
372 &rdtsc ();
381 &rdtsc ();
411 &rdtsc (); # collect 1st tick
419 &rdtsc (); # collect 1st diff
434 &rdtsc ();
Dx86_64cpuid.s32 rdtsc
322 rdtsc
330 .Loop: rdtsc
357 rdtsc
365 rdtsc
378 rdtsc
/third_party/FreeBSD/sys/dev/random/
Dunit_test.h43 #define rdtsc __builtin_readcyclecounter macro
47 rdtsc(void) in rdtsc() function
64 return (rdtsc()); in get_cyclecount()
/third_party/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_test.h75 #define rdtsc() __rdtsc() macro
80 rdtsc(void) in rdtsc() function
89 #define rdtsc() 0 macro
Dlp_test_conv.c254 start_counter = rdtsc(); in test_one()
256 end_counter = rdtsc(); in test_one()
Dlp_test_blend.c503 start_counter = rdtsc(); in test_one()
505 end_counter = rdtsc(); in test_one()
/third_party/ltp/testcases/realtime/func/measurement/
D.gitignore2 /rdtsc-latency
/third_party/boost/libs/coroutine2/performance/
Dcycle_i386.hpp30 rdtsc in cycles()
/third_party/boost/libs/context/performance/
Dcycle_i386.hpp30 rdtsc in cycles()
/third_party/boost/libs/coroutine/performance/
Dcycle_i386.hpp30 rdtsc in cycles()
/third_party/mesa3d/docs/drivers/openswr/
Dprofiling.rst11 Running an application will result in a ``rdtsc.txt`` file being
/third_party/json/benchmarks/thirdparty/benchmark/src/
Dcycleclock.h108 _asm rdtsc in Now()
/third_party/boost/libs/coroutine/doc/
Dperformance.qbk11 following table. Performance measurements were taken using `rdtsc` and
/third_party/benchmark/src/
Dcycleclock.h116 _asm rdtsc in Now()
/third_party/ltp/testcases/realtime/
D00_Descriptions.txt91 rdtsc-latency.c:
92 - Measures the time between several pairs of calls to rdtsc(); rdtsc counts
/third_party/openssl/crypto/perlasm/
Dx86gas.pl68 sub ::rdtsc { &::emit(".byte\t0x0f,0x31"); }
/third_party/mesa3d/src/gallium/winsys/svga/drm/
Dvmw_screen_svga.c357 rdtsc(void) in rdtsc() function
811 tf->startTime = rdtsc(); in vmw_svga_winsys_stats_time_push()
833 const uint64_t dt = rdtsc() - tf->startTime; in vmw_svga_winsys_stats_time_pop()
/third_party/zlib/contrib/testzlib/
Dtestzlib.c44 rdtsc in myGetRDTSC32()
/third_party/boost/tools/boost_install/test/iostreams/zlib-1.2.11/contrib/testzlib/
Dtestzlib.c44 rdtsc in myGetRDTSC32()
/third_party/boost/libs/beast/test/extern/zlib-1.2.11/contrib/testzlib/
Dtestzlib.c44 rdtsc in myGetRDTSC32()
/third_party/mbedtls/programs/test/
Dbenchmark.c247 __asm rdtsc in mbedtls_timing_hardclock()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86InstrSystem.td17 def RDTSC : I<0x31, RawFrm, (outs), (ins), "rdtsc", []>, TB;
DX86IntrinsicsInfo.h317 X86_INTRINSIC_DATA(rdtsc, RDTSC, X86::RDTSC, 0),
/third_party/mesa3d/src/mesa/x86/
Dassyntax.h805 #define RDTSC CHOICE(D_BYTE ARG2(15, 49), rdtsc, D_BYTE ARG2(15, 49))
1300 #define RDTSC rdtsc
/third_party/skia/third_party/externals/swiftshader/src/Reactor/
DLLVMReactor.cpp3594 …llvm::Function *rdtsc = llvm::Intrinsic::getDeclaration(jit->module.get(), llvm::Intrinsic::readcy… in Ticks() local
3596 return RValue<Long>(V(jit->builder->CreateCall(rdtsc))); in Ticks()

12