Searched refs:DynInst (Results 1 - 4 of 4) sorted by relevance

/gem5/src/cpu/o3/
H A Dimpl.hh46 * CPU, the stages within the CPU, the time buffers, and the DynInst.
47 * The struct defines the ISA, the CPU policy, the specific DynInst, the
61 /** The DynInst type to be used. */
62 typedef BaseO3DynInst<O3CPUImpl> DynInst; typedef in struct:O3CPUImpl
64 /** The refcounted DynInst pointer to be used. In most cases this is
65 * what should be used, and not DynInst *.
67 typedef RefCountingPtr<DynInst> DynInstPtr;
68 typedef RefCountingPtr<const DynInst> DynInstConstPtr;
H A Dfetch.hh79 typedef typename Impl::DynInst DynInst; typedef in class:DefaultFetch
H A Dfetch_impl.hh1111 // Create a new DynInst from the instruction fetched.
1113 new DynInst(staticInst, curMacroop, thisPC, nextPC, seq, cpu);
/gem5/src/cpu/
H A Dbase_dyn_inst_impl.hh56 #include "debug/DynInst.hh"
131 DPRINTF(DynInst,
132 "DynInst: [sn:%lli] Instruction created. Instcount for %s = %i\n",
158 DPRINTF(DynInst,
159 "DynInst: [sn:%lli] Instruction destroyed. Instcount for %s = %i\n",

Completed in 11 milliseconds