Searched refs:RDTSC (Results 1 – 18 of 18) 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 338 X86_INTRINSIC_DATA(rdtsc, RDTSC, X86::RDTSC, 0), 339 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 | X86SchedSkylakeClient.td | 1386 def: InstRW<[SKLWriteResGroup184], (instrs CPUID, RDTSC)>;
|
| H A D | X86SchedBroadwell.td | 1326 def: InstRW<[BWWriteResGroup159], (instrs RDTSC)>;
|
| H A D | X86SchedHaswell.td | 1562 def: InstRW<[HWWriteResGroup149], (instrs CPUID, RDTSC)>;
|
| H A D | X86SchedLunarlakeP.td | 1717 def : InstRW<[LNLPWriteResGroupX206], (instrs RDTSC)>;
|
| H A D | X86SchedSkylakeServer.td | 2067 def: InstRW<[SKXWriteResGroup207], (instrs CPUID, RDTSC)>;
|
| H A D | X86SchedAlderlakeP.td | 1920 def : InstRW<[ADLPWriteResGroup206], (instrs RDTSC)>;
|
| H A D | X86SchedIceLake.td | 2097 def: InstRW<[ICXWriteResGroup207], (instrs CPUID, RDTSC)>;
|
| H A D | X86SchedSapphireRapids.td | 2246 def : InstRW<[SPRWriteResGroup210], (instrs RDTSC)>;
|
| H A D | X86ISelLowering.cpp | 27594 getReadTimeStampCounter(Op.getNode(), DL, X86::RDTSC, DAG, Subtarget, in LowerREADCYCLECOUNTER() 28150 case RDTSC: { in LowerINTRINSIC_W_CHAIN() 34610 return getReadTimeStampCounter(N, dl, X86::RDTSC, DAG, Subtarget, in ReplaceNodeResults() 34630 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...] |