Searched refs:isDirectCtrl (Results 1 - 12 of 12) sorted by relevance

/gem5/src/cpu/
H A Dstatic_inst.cc86 if (isDirectCtrl()) {
H A Dstatic_inst.hh176 bool isDirectCtrl() const { return flags[IsDirectControl]; } function in class:StaticInst
298 * Invalid if not a PC-relative branch (i.e. isDirectCtrl()
H A Dbase_dyn_inst.hh522 bool isDirectCtrl() const { return staticInst->isDirectCtrl(); } function in class:BaseDynInst
/gem5/src/cpu/pred/
H A Dmultiperspective_perceptron_tage_8KB.cc125 int brtype = inst->isDirectCtrl() ? 0 : 2;
H A Dmultiperspective_perceptron_tage_64KB.cc140 int brtype = inst->isDirectCtrl() ? 0 : 2;
H A Dmultiperspective_perceptron_tage.cc199 int brtype = inst->isDirectCtrl() ? 0 : 2;
652 if (inst->isCondCtrl() && inst->isDirectCtrl()
H A Dtage_sc_l_64KB.cc145 int brtype = inst->isDirectCtrl() ? 0 : 2;
H A Dtage_sc_l_8KB.cc108 int brtype = inst->isDirectCtrl() ? 0 : 2;
H A Dbpred_unit.cc254 if (inst->isDirectCtrl() || !iPred) {
H A Dtage_sc_l.cc277 int brtype = inst->isDirectCtrl() ? 0 : 2;
H A Dstatistical_corrector.cc292 int brtype = inst->isDirectCtrl() ? 0 : 2;
/gem5/src/cpu/o3/
H A Ddecode_impl.hh737 if (inst->isDirectCtrl() &&

Completed in 34 milliseconds