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

/gem5/src/cpu/pred/
H A Dtage_sc_l_64KB.cc126 + 12*((wb[getIndUpds(branch_pc)] >= 0) + (wp[getIndUpds(branch_pc)] >= 0)
127 + (ws[getIndUpds(branch_pc)] >= 0) + (wt[getIndUpds(branch_pc)] >= 0)
128 + (wl[getIndUpds(branch_pc)] >= 0) + (wbw[getIndUpds(branch_pc)] >= 0)
129 + (wi[getIndUpds(branch_pc)] >= 0));
H A Dstatistical_corrector.cc170 StatisticalCorrector::getIndUpds(Addr branch_pc) const function in class:StatisticalCorrector
197 percsum = (1 + (w[getIndUpds(branch_pc)] >= 0)) * percsum;
215 int xsum = bi->lsum - ((w[getIndUpds(branch_pc)] >= 0)) * percsum;
217 ctrUpdate(w[getIndUpds(branch_pc)], ((percsum >= 0) == taken),
249 lsum = (1 + (wb[getIndUpds(branch_pc)] >= 0)) * lsum;
347 unsigned indUpds = getIndUpds(branch_pc);
H A Dstatistical_corrector.hh231 unsigned getIndUpds(Addr branch_pc) const;

Completed in 8 milliseconds