Searched defs:isLastMicroop (Results 1 - 2 of 2) sorted by relevance

/gem5/src/cpu/
H A Dstatic_inst.hh199 bool isLastMicroop() const { return flags[IsLastMicroop]; } function in class:StaticInst
H A Dbase_dyn_inst.hh544 bool isLastMicroop() const { return staticInst->isLastMicroop(); } function in class:BaseDynInst

Completed in 12 milliseconds