Searched refs:BaseDynInst (Results 1 - 6 of 6) sorted by relevance

/gem5/src/cpu/o3/
H A Dbase_dyn_inst.cc36 template class BaseDynInst<O3CPUImpl>;
H A Ddyn_inst.hh60 class BaseO3DynInst : public BaseDynInst<Impl>
80 /** BaseDynInst constructor given a binary instruction. */
85 /** BaseDynInst constructor given a static inst pointer. */
106 using BaseDynInst<Impl>::cpu;
107 using BaseDynInst<Impl>::_srcRegIdx;
108 using BaseDynInst<Impl>::_destRegIdx;
390 BaseDynInst<Impl>::setIntRegOperand(si, idx, val);
397 BaseDynInst<Impl>::setFloatRegOperandBits(si, idx, val);
405 BaseDynInst<Impl>::setVecRegOperand(si, idx, val);
413 BaseDynInst<Imp
[all...]
H A Ddyn_inst_impl.hh56 : BaseDynInst<Impl>(staticInst, macroop, pc, predPC, seq_num, cpu)
64 : BaseDynInst<Impl>(_staticInst, _macroop)
/gem5/src/cpu/
H A Dbase_dyn_inst_impl.hh62 BaseDynInst<Impl>::BaseDynInst(const StaticInstPtr &_staticInst, function in class:BaseDynInst
83 BaseDynInst<Impl>::BaseDynInst(const StaticInstPtr &_staticInst, function in class:BaseDynInst
93 BaseDynInst<Impl>::initVars()
143 BaseDynInst<Impl>::~BaseDynInst()
171 BaseDynInst<Impl>::dumpSNList()
186 BaseDynInst<Impl>::dump()
195 BaseDynInst<Imp
[all...]
H A Dbase_dyn_inst.hh78 class BaseDynInst : public ExecContext, public RefCounted class in inherits:ExecContext,RefCounted
92 typedef RefCountingPtr<BaseDynInst<Impl> > BaseDynInstPtr;
153 /** The StaticInst used by this BaseDynInst. */
183 /** The status of this BaseDynInst. Several bits can be set. */
196 /** Iterator pointing to this BaseDynInst in the list of all insts. */
413 /** BaseDynInst constructor given a binary instruction.
420 BaseDynInst(const StaticInstPtr &staticInst, const StaticInstPtr &macroop,
424 /** BaseDynInst constructor given a StaticInst pointer.
425 * @param _staticInst The StaticInst for this BaseDynInst.
427 BaseDynInst(cons
[all...]
/gem5/src/cpu/checker/
H A Dcpu.hh67 class BaseDynInst;

Completed in 15 milliseconds