Searched refs:MinorDynInst (Results 1 - 9 of 9) sorted by relevance

/gem5/src/cpu/minor/
H A Ddyn_inst.hh63 class MinorDynInst;
66 typedef RefCountingPtr<MinorDynInst> MinorDynInstPtr;
145 class MinorDynInst;
151 std::ostream &operator <<(std::ostream &os, const MinorDynInst &inst);
154 * MinorDynInst implements the BubbleIF interface
157 class MinorDynInst : public RefCounted class in namespace:Minor
160 /** A prototypical bubble instruction. You must call MinorDynInst::init
235 MinorDynInst(InstId id_ = InstId(), Fault fault_ = NoFault) : function in class:Minor::MinorDynInst
287 ~MinorDynInst();
291 std::ostream &operator <<(std::ostream &os, const MinorDynInst
[all...]
H A Ddyn_inst.cc78 MinorDynInstPtr MinorDynInst::bubbleInst = NULL;
81 MinorDynInst::init()
84 bubbleInst = new MinorDynInst();
92 MinorDynInst::isLastOpInInst() const
99 MinorDynInst::isNoCostInst() const
105 MinorDynInst::reportData(std::ostream &os) const
118 operator <<(std::ostream &os, const MinorDynInst &inst)
183 MinorDynInst::minorTraceInst(const Named &named_object) const
240 MinorDynInst::~MinorDynInst()
[all...]
H A Dfunc_unit.hh204 QueuedInst(MinorDynInstPtr inst_ = MinorDynInst::bubble()) : argument
214 { return QueuedInst(MinorDynInst::bubble()); }
H A Dpipe_data.hh130 inst(MinorDynInst::bubble())
H A Dpipe_data.cc258 insts[i] = MinorDynInst::bubble();
H A Dfetch2.cc355 /* Pack a fault as a MinorDynInst with ->fault set */
359 dyn_inst = new MinorDynInst(line_in->id);
400 dyn_inst = new MinorDynInst(line_in->id);
H A Ddecode.cc185 output_inst = new MinorDynInst(inst->id);
H A Dcpu.cc78 Minor::MinorDynInst::init();
H A Dexecute.cc440 MinorDynInst::bubble(), cpu.getContext(thread_id)->pcState(),
1123 MinorDynInst::bubble(), thread->pcState(), branch);
1478 MinorDynInst::bubble(), TheISA::PCState(0), branch);

Completed in 21 milliseconds