Searched refs:isUncondCtrl (Results 1 - 13 of 13) sorted by relevance

/gem5/src/cpu/pred/
H A Dbpred_unit.cc189 if (inst->isUncondCtrl()) {
277 } else if (inst->isCall() && !inst->isUncondCtrl()) {
305 } else if (inst->isCall() && !inst->isUncondCtrl()) {
H A Dmultiperspective_perceptron_tage_8KB.cc126 if (! inst->isUncondCtrl()) {
H A Dmultiperspective_perceptron_tage_64KB.cc141 if (! inst->isUncondCtrl()) {
H A Dtage_sc_l_64KB.cc146 if (! inst->isUncondCtrl()) {
H A Dtage_sc_l_8KB.cc109 if (! inst->isUncondCtrl()) {
H A Dtage_sc_l.cc278 if (! inst->isUncondCtrl()) {
H A Dstatistical_corrector.cc293 if (! inst->isUncondCtrl()) {
H A Dmultiperspective_perceptron_tage.cc200 if (! inst->isUncondCtrl()) {
/gem5/src/cpu/
H A Dstatic_inst.hh179 bool isUncondCtrl() const { return flags[IsUncondControl]; } function in class:StaticInst
H A Dbase_dyn_inst.hh525 bool isUncondCtrl() const { return staticInst->isUncondCtrl(); } function in class:BaseDynInst
/gem5/src/cpu/o3/
H A Ddecode_impl.hh320 if (toFetch->decodeInfo[tid].mispredictInst->isUncondCtrl()) {
738 (inst->isUncondCtrl() || inst->readPredTaken()))
H A Dcommit_impl.hh912 if (toIEW->commitInfo[tid].mispredictInst->isUncondCtrl()) {
/gem5/src/arch/arm/insts/
H A Dmacromem.cc230 if ((*uop)->isUncondCtrl())

Completed in 39 milliseconds