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

/gem5/src/cpu/o3/
H A Ddyn_inst.cc34 // Force instantiation of BaseO3DynInst for all the implementations that
36 template class BaseO3DynInst<O3CPUImpl>;
H A Dimpl.hh40 class BaseO3DynInst;
62 typedef BaseO3DynInst<O3CPUImpl> DynInst;
H A Ddyn_inst_impl.hh52 BaseO3DynInst<Impl>::BaseO3DynInst(const StaticInstPtr &staticInst, function in class:BaseO3DynInst
62 BaseO3DynInst<Impl>::BaseO3DynInst(const StaticInstPtr &_staticInst, function in class:BaseO3DynInst
69 template <class Impl>BaseO3DynInst<Impl>::~BaseO3DynInst()
107 BaseO3DynInst<Impl>::initVars()
129 BaseO3DynInst<Impl>::execute()
147 BaseO3DynInst<Impl>::initiateAcc()
165 BaseO3DynInst<Imp
[all...]
H A Ddyn_inst.hh60 class BaseO3DynInst : public BaseDynInst<Impl> class in inherits:BaseDynInst
81 BaseO3DynInst(const StaticInstPtr &staticInst, const StaticInstPtr
86 BaseO3DynInst(const StaticInstPtr &_staticInst,
89 ~BaseO3DynInst();

Completed in 6 milliseconds