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

/gem5/src/cpu/
H A Dstatic_inst.hh197 bool isMicroop() const { return flags[IsMicroop]; } function in class:StaticInst
H A Dbase_dyn_inst.hh542 bool isMicroop() const { return staticInst->isMicroop(); } function in class:BaseDynInst

Completed in 12 milliseconds