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

/gem5/src/cpu/
H A Dstatic_inst.hh178 bool isCondCtrl() const { return flags[IsCondControl]; } function in class:StaticInst
H A Dbase_dyn_inst.hh524 bool isCondCtrl() const { return staticInst->isCondCtrl(); } function in class:BaseDynInst
/gem5/src/cpu/simple/
H A Dbase.cc640 if (curStaticInst->isCondCtrl()){
/gem5/src/cpu/pred/
H A Dmultiperspective_perceptron_tage.cc652 if (inst->isCondCtrl() && inst->isDirectCtrl()
/gem5/src/arch/arm/insts/
H A Dmacromem.cc228 if ((*uop)->isCondCtrl())

Completed in 23 milliseconds