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

/gem5/src/cpu/
H A Dbase_dyn_inst.hh105 RobEntry, /// Instruction is in the ROB enumerator in enum:BaseDynInst::Status
821 void setInROB() { status.set(RobEntry); }
824 void clearInROB() { status.reset(RobEntry); }
827 bool isInROB() const { return status[RobEntry]; }

Completed in 9 milliseconds