Searched refs:isIndirectCtrl (Results 1 - 4 of 4) sorted by relevance

/gem5/src/cpu/
H A Dstatic_inst.cc91 if (isIndirectCtrl()) {
H A Dstatic_inst.hh177 bool isIndirectCtrl() const { return flags[IsIndirectControl]; } function in class:StaticInst
308 * branch (i.e. isIndirectCtrl() should be true).
H A Dbase_dyn_inst.hh523 bool isIndirectCtrl() const { return staticInst->isIndirectCtrl(); } function in class:BaseDynInst
/gem5/src/arch/arm/insts/
H A Dmacromem.cc232 if ((*uop)->isIndirectCtrl())

Completed in 10 milliseconds