Searched refs:RDTSC (Results 1 – 17 of 17) sorted by relevance
/freebsd/contrib/llvm-project/compiler-rt/lib/xray/ |
H A D | xray_basic_logging.cpp | 157 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 D | pkt_rx1.s | 19 ; .timeStamp resw 4 ; 64-bit RDTSC value
|
/freebsd/contrib/ntp/ntpd/ |
H A D | ntpdbase-opts.def | 455 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 D | invoke-ntpd.texi | 635 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 D | X86IntrinsicsInfo.h | 30 RDTSC, enumerator 334 X86_INTRINSIC_DATA(rdtsc, RDTSC, X86::RDTSC, 0), 335 X86_INTRINSIC_DATA(rdtscp, RDTSC, X86::RDTSCP, 0),
|
H A D | X86ScheduleAtom.td | 770 def : InstRW<[AtomWrite01_30], (instrs RDTSC, RDTSCP)>;
|
H A D | X86InstrSystem.td | 17 def RDTSC : I<0x31, RawFrm, (outs), (ins), "rdtsc", []>, TB;
|
H A D | X86SchedBroadwell.td | 1336 def: InstRW<[BWWriteResGroup159], (instrs RDTSC)>;
|
H A D | X86SchedSkylakeClient.td | 1412 def: InstRW<[SKLWriteResGroup184], (instrs CPUID, RDTSC)>;
|
H A D | X86SchedHaswell.td | 1577 def: InstRW<[HWWriteResGroup149], (instrs CPUID, RDTSC)>;
|
H A D | X86SchedAlderlakeP.td | 1922 def : InstRW<[ADLPWriteResGroup206], (instrs RDTSC)>;
|
H A D | X86SchedSkylakeServer.td | 2083 def: InstRW<[SKXWriteResGroup207], (instrs CPUID, RDTSC)>;
|
H A D | X86SchedIceLake.td | 2100 def: InstRW<[ICXWriteResGroup207], (instrs CPUID, RDTSC)>;
|
H A D | X86SchedSapphireRapids.td | 2241 def : InstRW<[SPRWriteResGroup210], (instrs RDTSC)>;
|
H A D | X86ISelLowering.cpp | 26706 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 D | ChangeLog | 4149 * [Bug 1205] partial fix, disable RDTSC use by default on Windows
|
H A D | CommitLog | [all...] |