Home
last modified time | relevance | path

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

/freebsd/contrib/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()
/freebsd/contrib/libpcap/msdos/
H A Dpkt_rx1.s19 ; .timeStamp resw 4 ; 64-bit RDTSC value
/freebsd/contrib/ntp/ntpd/
H A Dntpdbase-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
H A Dinvoke-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/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86IntrinsicsInfo.h30 RDTSC, enumerator
334 X86_INTRINSIC_DATA(rdtsc, RDTSC, X86::RDTSC, 0),
335 X86_INTRINSIC_DATA(rdtscp, RDTSC, X86::RDTSCP, 0),
H A DX86ScheduleAtom.td770 def : InstRW<[AtomWrite01_30], (instrs RDTSC, RDTSCP)>;
H A DX86InstrSystem.td17 def RDTSC : I<0x31, RawFrm, (outs), (ins), "rdtsc", []>, TB;
H A DX86SchedBroadwell.td1336 def: InstRW<[BWWriteResGroup159], (instrs RDTSC)>;
H A DX86SchedSkylakeClient.td1412 def: InstRW<[SKLWriteResGroup184], (instrs CPUID, RDTSC)>;
H A DX86SchedHaswell.td1577 def: InstRW<[HWWriteResGroup149], (instrs CPUID, RDTSC)>;
H A DX86SchedAlderlakeP.td1922 def : InstRW<[ADLPWriteResGroup206], (instrs RDTSC)>;
H A DX86SchedSkylakeServer.td2083 def: InstRW<[SKXWriteResGroup207], (instrs CPUID, RDTSC)>;
H A DX86SchedIceLake.td2100 def: InstRW<[ICXWriteResGroup207], (instrs CPUID, RDTSC)>;
H A DX86SchedSapphireRapids.td2241 def : InstRW<[SPRWriteResGroup210], (instrs RDTSC)>;
H A DX86ISelLowering.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/contrib/ntp/
H A DChangeLog4149 * [Bug 1205] partial fix, disable RDTSC use by default on Windows
H A DCommitLog[all...]