Searched refs:RDPMC (Results 1 – 7 of 7) sorted by relevance
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/X86/ |
| D | X86IntrinsicsInfo.h | 24 GATHER, SCATTER, PREFETCH, RDSEED, RDRAND, RDPMC, RDTSC, XTEST, XGETBV, ADX, FPCLASSS, enumerator 310 X86_INTRINSIC_DATA(rdpmc, RDPMC, X86::RDPMC, 0),
|
| D | X86ScheduleZnver2.td | 810 // RDPMC. 811 def : InstRW<[WriteMicrocoded], (instrs RDPMC)>;
|
| D | X86ScheduleZnver1.td | 801 // RDPMC. 802 def : InstRW<[WriteMicrocoded], (instrs RDPMC)>;
|
| D | X86ScheduleAtom.td | 753 def : InstRW<[AtomWrite01_46], (instrs FRNDINT, MWAITrr, RDPMC)>;
|
| D | X86SchedHaswell.td | 724 // RDPMC.f 728 def : InstRW<[HWWriteRDPMC], (instrs RDPMC)>;
|
| D | X86InstrSystem.td | 432 def RDPMC : I<0x33, RawFrm, (outs), (ins), "rdpmc", []>, TB;
|
| D | X86ISelLowering.cpp | 26707 case RDPMC: in LowerINTRINSIC_W_CHAIN() 31202 expandIntrinsicWChainHelper(N, dl, DAG, X86::RDPMC, X86::ECX, Subtarget, in ReplaceNodeResults()
|