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

/gem5/src/cpu/
H A Dstatic_inst.hh176 bool isDirectCtrl() const { return flags[IsDirectControl]; } function in class:StaticInst
H A Dbase_dyn_inst.hh522 bool isDirectCtrl() const { return staticInst->isDirectCtrl(); } function in class:BaseDynInst

Completed in 11 milliseconds