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

/gem5/src/cpu/pred/
H A Dmultiperspective_perceptron_tage_64KB.cc92 lsum += 2.02 * gPredict(branch_pc, sh->getLocalHistory(1, branch_pc),
94 if (sh->getLocalHistory(1, branch_pc) == 2047) lsum += 4;
95 if (sh->getLocalHistory(1, branch_pc) == 0) lsum -= 4;
98 lsum += gPredict(branch_pc, sh->getLocalHistory(3, branch_pc) << 11,
102 lsum += gPredict(branch_pc, sh->getLocalHistory(2, branch_pc),
122 gUpdate(pc, taken, sh->getLocalHistory(1, pc),
125 gUpdate(pc, taken, sh->getLocalHistory(2, pc),
128 gUpdate(pc, taken, sh->getLocalHistory(3, pc) << 11,
H A Dmultiperspective_perceptron_tage_8KB.cc91 lsum += 2 * gPredict(branch_pc, sh->getLocalHistory(1, branch_pc),
93 if (sh->getLocalHistory(1, branch_pc) == 2047) lsum += 4;
94 if (sh->getLocalHistory(1, branch_pc) == 0) lsum -= 4;
113 gUpdate(pc, taken, sh->getLocalHistory(1, pc),
H A Dtage_sc_l_64KB.cc107 branch_pc, sh->getLocalHistory(1, branch_pc), lm,
111 branch_pc, sh->getLocalHistory(2, branch_pc), sm,
115 branch_pc, sh->getLocalHistory(3, branch_pc), tm,
177 gUpdate(pc, taken, sh->getLocalHistory(1, pc), lm,
180 gUpdate(pc, taken, sh->getLocalHistory(2, pc), sm,
183 gUpdate(pc, taken, sh->getLocalHistory(3, pc), tm,
H A Dtage_sc_l_8KB.cc87 branch_pc, sh->getLocalHistory(1, branch_pc), lm,
130 gUpdate(pc, taken, sh->getLocalHistory(1, pc), lm, lgehl, lnb, logLnb, wl,
H A Dstatistical_corrector.hh94 int64_t getLocalHistory(int ordinal, Addr pc) function in struct:StatisticalCorrector::SCThreadHistory

Completed in 15 milliseconds