Home
last modified time | relevance | path

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

/freebsd-head/contrib/llvm-project/compiler-rt/lib/xray/
HDxray_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()
/freebsd-head/contrib/libpcap/msdos/
HDpkt_rx1.s19 ; .timeStamp resw 4 ; 64-bit RDTSC value
/freebsd-head/contrib/ntp/ntpd/
HDntpdbase-opts.def455 they have the same frequency, the CPU counter (RDTSC on x86) is
467 The CPU counter (RDTSC on x86) is used unconditionally with the
HDinvoke-ntpd.texi635 they have the same frequency, the CPU counter (RDTSC on x86) is
652 The CPU counter (RDTSC on x86) is used unconditionally with the
/freebsd-head/contrib/llvm-project/llvm/lib/Target/X86/
HDX86IntrinsicsInfo.h30 RDTSC, enumerator
334 X86_INTRINSIC_DATA(rdtsc, RDTSC, X86::RDTSC, 0),
335 X86_INTRINSIC_DATA(rdtscp, RDTSC, X86::RDTSCP, 0),
HDX86ScheduleAtom.td770 def : InstRW<[AtomWrite01_30], (instrs RDTSC, RDTSCP)>;
HDX86InstrSystem.td17 def RDTSC : I<0x31, RawFrm, (outs), (ins), "rdtsc", []>, TB;
HDX86SchedBroadwell.td1336 def: InstRW<[BWWriteResGroup159], (instrs RDTSC)>;
HDX86SchedSkylakeClient.td1412 def: InstRW<[SKLWriteResGroup184], (instrs CPUID, RDTSC)>;
HDX86SchedHaswell.td1577 def: InstRW<[HWWriteResGroup149], (instrs CPUID, RDTSC)>;
HDX86SchedSkylakeServer.td2083 def: InstRW<[SKXWriteResGroup207], (instrs CPUID, RDTSC)>;
HDX86SchedAlderlakeP.td1922 def : InstRW<[ADLPWriteResGroup206], (instrs RDTSC)>;
HDX86SchedIceLake.td2100 def: InstRW<[ICXWriteResGroup207], (instrs CPUID, RDTSC)>;
HDX86SchedSapphireRapids.td2241 def : InstRW<[SPRWriteResGroup210], (instrs RDTSC)>;
HDX86ISelLowering.cpp26706 getReadTimeStampCounter(Op.getNode(), DL, X86::RDTSC, DAG, Subtarget, in LowerREADCYCLECOUNTER()
27201 case RDTSC: { in LowerINTRINSIC_W_CHAIN()
33342 return getReadTimeStampCounter(N, dl, X86::RDTSC, DAG, Subtarget, in ReplaceNodeResults()
33362 return getReadTimeStampCounter(N, dl, X86::RDTSC, DAG, Subtarget, Results); in ReplaceNodeResults()
/freebsd-head/contrib/ntp/
HDChangeLog4149 * [Bug 1205] partial fix, disable RDTSC use by default on Windows
HDCommitLog183483 [Bug 1205] partial fix, disable RDTSC use by default on Windows
183489 [Bug 1205] partial fix, disable RDTSC use by default on Windows
183526 [Bug 1205] partial fix, disable RDTSC use by default on Windows