Home
last modified time | relevance | path

Searched refs:RDTSC (Results 1 – 25 of 837) sorted by relevance

12345678910>>...34

/dports/archivers/peazip/peazip-8.1.0.src/
H A D_tsc.asm3 ; DESCRIPTION : RDTSC helper routines for 16 bit
19 ; 0.12 02.01.04 we Second cpuid after RDTSC
50 ;check if RDTSC supported
53 test dx,10h ;test RDTSC flag in Features
H A Dreadme.eng16 compilers using the comp data type. It uses the RDTSC instruction,
17 therefore it will stop on machines that do not support RDTSC (this feature
31 RDTSC support is not available.
H A Dreadme.utl24 compilers using the comp data type. It uses the RDTSC instruction,
25 therefore it will stop on machines (except ARM) that do not support RDTSC
48 RDTSC support is not available.
/dports/security/john/john-1.9.0-jumbo-1/src/aes/aesni/
H A DMakefile.legacy3 RDTSC = $(ASM_DIR)/do_rdtsc.s
8 rdtsc.o: $(RDTSC)
9 yasm -D__linux__ -g dwarf2 -f $(YASM_FORMAT) $(RDTSC) -o $@
H A DMakefile.in5 RDTSC = $(ASM_DIR)/do_rdtsc.s
11 rdtsc.o: $(RDTSC)
12 $(YASM) -D__@AESNI_OS@__ @YASM_OPTIONS@ $(RDTSC) -o $@
/dports/games/SRB2/SRB2-SRB2_release_2.2.9/src/
H A Dp5prof.h106 #define RDTSC(_dst) \ macro
153 extern void RDTSC(UINT32 *dst);
154 #pragma aux RDTSC =\
/dports/games/doomlegacy/doomlegacy_1.48.8_source/src/
H A Dp5prof.h107 #define RDTSC(_dst) \ macro
154 extern void RDTSC(unsigned int *dst);
155 #pragma aux RDTSC =\
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/compiler-rt/lib/xray/
H A Dxray_basic_logging.cpp157 template <class RDTSC>
159 RDTSC ReadTSC) XRAY_NEVER_INSTRUMENT { in InMemoryRawLog()
254 template <class RDTSC>
256 RDTSC ReadTSC) XRAY_NEVER_INSTRUMENT { in InMemoryRawLogWithArg()
/dports/devel/tinygo/tinygo-0.14.1/lib/compiler-rt/lib/xray/
H A Dxray_basic_logging.cc158 template <class RDTSC>
160 RDTSC ReadTSC) XRAY_NEVER_INSTRUMENT { in InMemoryRawLog()
255 template <class RDTSC>
257 RDTSC ReadTSC) XRAY_NEVER_INSTRUMENT { in InMemoryRawLogWithArg()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/compiler-rt/lib/xray/
H A Dxray_basic_logging.cpp157 template <class RDTSC>
159 RDTSC ReadTSC) XRAY_NEVER_INSTRUMENT { in InMemoryRawLog()
254 template <class RDTSC>
256 RDTSC ReadTSC) XRAY_NEVER_INSTRUMENT { in InMemoryRawLogWithArg()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/compiler-rt/lib/xray/
H A Dxray_basic_logging.cpp157 template <class RDTSC>
159 RDTSC ReadTSC) XRAY_NEVER_INSTRUMENT { in InMemoryRawLog()
254 template <class RDTSC>
256 RDTSC ReadTSC) XRAY_NEVER_INSTRUMENT { in InMemoryRawLogWithArg()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/compiler-rt/lib/xray/
H A Dxray_basic_logging.cpp157 template <class RDTSC>
159 RDTSC ReadTSC) XRAY_NEVER_INSTRUMENT { in InMemoryRawLog()
254 template <class RDTSC>
256 RDTSC ReadTSC) XRAY_NEVER_INSTRUMENT { in InMemoryRawLogWithArg()
/dports/devel/llvm12/llvm-project-12.0.1.src/compiler-rt/lib/xray/
H A Dxray_basic_logging.cpp157 template <class RDTSC>
159 RDTSC ReadTSC) XRAY_NEVER_INSTRUMENT { in InMemoryRawLog()
254 template <class RDTSC>
256 RDTSC ReadTSC) XRAY_NEVER_INSTRUMENT { in InMemoryRawLogWithArg()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/compiler-rt/lib/xray/
H A Dxray_basic_logging.cpp157 template <class RDTSC>
159 RDTSC ReadTSC) XRAY_NEVER_INSTRUMENT { in InMemoryRawLog()
254 template <class RDTSC>
256 RDTSC ReadTSC) XRAY_NEVER_INSTRUMENT { in InMemoryRawLogWithArg()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/compiler-rt/lib/xray/
H A Dxray_basic_logging.cpp157 template <class RDTSC>
159 RDTSC ReadTSC) XRAY_NEVER_INSTRUMENT { in InMemoryRawLog()
254 template <class RDTSC>
256 RDTSC ReadTSC) XRAY_NEVER_INSTRUMENT { in InMemoryRawLogWithArg()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/compiler-rt/lib/xray/
H A Dxray_basic_logging.cpp157 template <class RDTSC>
159 RDTSC ReadTSC) XRAY_NEVER_INSTRUMENT { in InMemoryRawLog()
254 template <class RDTSC>
256 RDTSC ReadTSC) XRAY_NEVER_INSTRUMENT { in InMemoryRawLogWithArg()
/dports/devel/wasi-compiler-rt11/compiler-rt-11.0.1.src/lib/xray/
H A Dxray_basic_logging.cpp157 template <class RDTSC>
159 RDTSC ReadTSC) XRAY_NEVER_INSTRUMENT { in InMemoryRawLog()
254 template <class RDTSC>
256 RDTSC ReadTSC) XRAY_NEVER_INSTRUMENT { in InMemoryRawLogWithArg()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/compiler-rt/lib/xray/
H A Dxray_basic_logging.cpp157 template <class RDTSC>
159 RDTSC ReadTSC) XRAY_NEVER_INSTRUMENT { in InMemoryRawLog()
254 template <class RDTSC>
256 RDTSC ReadTSC) XRAY_NEVER_INSTRUMENT { in InMemoryRawLogWithArg()
/dports/devel/llvm13/llvm-project-13.0.1.src/compiler-rt/lib/xray/
H A Dxray_basic_logging.cpp157 template <class RDTSC>
159 RDTSC ReadTSC) XRAY_NEVER_INSTRUMENT { in InMemoryRawLog()
254 template <class RDTSC>
256 RDTSC ReadTSC) XRAY_NEVER_INSTRUMENT { in InMemoryRawLogWithArg()
/dports/multimedia/gmerlin/gmerlin-1.2.0/utils/
H A Dcpuinfo.c62 #define RDTSC ".byte 0x0f, 0x31; " in rdtsc() macro
63 asm(RDTSC : "=a"(i), "=d"(j) : ); in rdtsc()
/dports/multimedia/gavl/gavl-1.4.0/utils/
H A Dcpuinfo.c62 #define RDTSC ".byte 0x0f, 0x31; " in rdtsc() macro
63 asm(RDTSC : "=a"(i), "=d"(j) : ); in rdtsc()
/dports/net/storj/storj-1.45.3/vendor/github.com/loov/hrtime/
H A Dtsc_other.go21 func RDTSC() uint64 { return 0 } func
/dports/devel/agar/agar-1.5.0/tools/agar-bench/
H A Dagar-bench.c38 #define RDTSC(t) __asm __volatile__ (".byte 0x0f, 0x31; " : "=A" (t)) macro
73 RDTSC(t1); in RunTests()
77 RDTSC(t2); in RunTests()
/dports/lang/duktape-lib/duktape-2.6.0/config/feature-options/
H A DDUK_OPT_DPRINT_RDTSC.yaml7 Print RDTSC cycle count in debug prints if available.
/dports/lang/duktape/duktape-2.6.0/config/feature-options/
H A DDUK_OPT_DPRINT_RDTSC.yaml7 Print RDTSC cycle count in debug prints if available.

12345678910>>...34