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

/gem5/src/cpu/
H A Dstatic_inst.hh187 bool isSerializeAfter() const { return flags[IsSerializeAfter]; } function in class:StaticInst
H A Dbase_dyn_inst.hh531 bool isSerializeAfter() const function in class:BaseDynInst
532 { return staticInst->isSerializeAfter() || status[SerializeAfter]; }
/gem5/src/cpu/checker/
H A Dcpu_impl.hh183 if (inst->isSerializeAfter() && !instList.empty()) {
/gem5/src/cpu/o3/
H A Drename_impl.hh744 } else if ((inst->isStoreConditional() || inst->isSerializeAfter()) &&
/gem5/src/cpu/minor/
H A Dexecute.cc227 (inst->staticInst->isSerializeAfter() ||

Completed in 14 milliseconds