/third_party/openssl/crypto/ |
D | x86cpuid.pl | 174 &rdtsc (); 196 &rdtsc (); 200 &rdtsc (); 372 &rdtsc (); 381 &rdtsc (); 411 &rdtsc (); # collect 1st tick 419 &rdtsc (); # collect 1st diff 434 &rdtsc ();
|
D | x86_64cpuid.s | 32 rdtsc 322 rdtsc 330 .Loop: rdtsc 357 rdtsc 365 rdtsc 378 rdtsc
|
/third_party/FreeBSD/sys/dev/random/ |
D | unit_test.h | 43 #define rdtsc __builtin_readcyclecounter macro 47 rdtsc(void) in rdtsc() function 64 return (rdtsc()); in get_cyclecount()
|
/third_party/mesa3d/src/gallium/drivers/llvmpipe/ |
D | lp_test.h | 75 #define rdtsc() __rdtsc() macro 80 rdtsc(void) in rdtsc() function 89 #define rdtsc() 0 macro
|
D | lp_test_conv.c | 254 start_counter = rdtsc(); in test_one() 256 end_counter = rdtsc(); in test_one()
|
D | lp_test_blend.c | 503 start_counter = rdtsc(); in test_one() 505 end_counter = rdtsc(); in test_one()
|
/third_party/ltp/testcases/realtime/func/measurement/ |
D | .gitignore | 2 /rdtsc-latency
|
/third_party/boost/libs/coroutine2/performance/ |
D | cycle_i386.hpp | 30 rdtsc in cycles()
|
/third_party/boost/libs/context/performance/ |
D | cycle_i386.hpp | 30 rdtsc in cycles()
|
/third_party/boost/libs/coroutine/performance/ |
D | cycle_i386.hpp | 30 rdtsc in cycles()
|
/third_party/mesa3d/docs/drivers/openswr/ |
D | profiling.rst | 11 Running an application will result in a ``rdtsc.txt`` file being
|
/third_party/json/benchmarks/thirdparty/benchmark/src/ |
D | cycleclock.h | 108 _asm rdtsc in Now()
|
/third_party/boost/libs/coroutine/doc/ |
D | performance.qbk | 11 following table. Performance measurements were taken using `rdtsc` and
|
/third_party/benchmark/src/ |
D | cycleclock.h | 116 _asm rdtsc in Now()
|
/third_party/ltp/testcases/realtime/ |
D | 00_Descriptions.txt | 91 rdtsc-latency.c: 92 - Measures the time between several pairs of calls to rdtsc(); rdtsc counts
|
/third_party/openssl/crypto/perlasm/ |
D | x86gas.pl | 68 sub ::rdtsc { &::emit(".byte\t0x0f,0x31"); }
|
/third_party/mesa3d/src/gallium/winsys/svga/drm/ |
D | vmw_screen_svga.c | 357 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/ |
D | testzlib.c | 44 rdtsc in myGetRDTSC32()
|
/third_party/boost/tools/boost_install/test/iostreams/zlib-1.2.11/contrib/testzlib/ |
D | testzlib.c | 44 rdtsc in myGetRDTSC32()
|
/third_party/boost/libs/beast/test/extern/zlib-1.2.11/contrib/testzlib/ |
D | testzlib.c | 44 rdtsc in myGetRDTSC32()
|
/third_party/mbedtls/programs/test/ |
D | benchmark.c | 247 __asm rdtsc in mbedtls_timing_hardclock()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
D | X86InstrSystem.td | 17 def RDTSC : I<0x31, RawFrm, (outs), (ins), "rdtsc", []>, TB;
|
D | X86IntrinsicsInfo.h | 317 X86_INTRINSIC_DATA(rdtsc, RDTSC, X86::RDTSC, 0),
|
/third_party/mesa3d/src/mesa/x86/ |
D | assyntax.h | 805 #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/ |
D | LLVMReactor.cpp | 3594 …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()
|