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

/gem5/src/cpu/
H A Dinst_pb_trace.cc61 if ((macroStaticInst && staticInst->isFirstMicroop()) ||
H A Dexetrace.cc202 macroStaticInst && staticInst->isFirstMicroop()) ||
H A Dstatic_inst.hh200 bool isFirstMicroop() const { return flags[IsFirstMicroop]; } function in class:StaticInst
H A Dbase_dyn_inst.hh545 bool isFirstMicroop() const { return staticInst->isFirstMicroop(); } function in class:BaseDynInst
/gem5/src/arch/arm/tracers/
H A Dtarmac_record.cc367 if (staticInst->isFirstMicroop()) {
/gem5/src/cpu/simple/
H A Dtiming.cc813 curStaticInst->isFirstMicroop()))
832 curStaticInst->isFirstMicroop()))
H A Datomic.cc738 curStaticInst->isFirstMicroop()))

Completed in 19 milliseconds