Lines Matching defs:BaseDynInst
78 class BaseDynInst : public ExecContext, public 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 ¯oop,
424 /** BaseDynInst constructor given a StaticInst pointer.
425 * @param _staticInst The StaticInst for this BaseDynInst.
427 BaseDynInst(const StaticInstPtr &staticInst, const StaticInstPtr ¯oop);
429 /** BaseDynInst destructor. */
430 ~BaseDynInst();
437 /** Dumps out contents of this BaseDynInst. */
440 /** Dumps out contents of this BaseDynInst into given string. */
964 BaseDynInst<Impl>::initiateMemRead(Addr addr, unsigned size,
976 BaseDynInst<Impl>::writeMem(uint8_t *data, unsigned size, Addr addr,
987 BaseDynInst<Impl>::initiateMemAMO(Addr addr, unsigned size,