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

/gem5/src/cpu/o3/
H A Drob_impl.hh255 assert(head_inst->readyToCommit());
282 return instList[tid].front()->readyToCommit();
H A Dcommit_impl.hh700 if (!rob->isEmpty(tid) && rob->readHeadInst(tid)->readyToCommit()) {
/gem5/src/cpu/
H A Dbase_dyn_inst.hh764 bool readyToCommit() const { return status[CanCommit]; } function in class:BaseDynInst

Completed in 8 milliseconds