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

/gem5/src/cpu/pred/
H A Dtage_sc_l.cc358 TAGE_SC_L_TAGE::BranchInfo *tage_scl_bi = local
361 tage_scl_bi->altConf = (abs(2*ctr + 1) > 1);
382 TAGE_SC_L_TAGE::BranchInfo* tage_scl_bi = local
386 bi->scBranchInfo->lowConf = tage_scl_bi->lowConf;
387 bi->scBranchInfo->highConf = tage_scl_bi->highConf;
388 bi->scBranchInfo->altConf = tage_scl_bi->altConf;
389 bi->scBranchInfo->medConf = tage_scl_bi->medConf;
393 tage->getCtr(tage_scl_bi->hitBank, tage_scl_bi->hitBankIndex) : 0;

Completed in 3 milliseconds