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

/gem5/src/cpu/pred/
H A Dmultiperspective_perceptron_tage_8KB.cc125 int brtype = inst->isDirectCtrl() ? 0 : 2; local
127 ++brtype;
132 if (brtype & 1) {
H A Dtage_sc_l.cc231 ThreadHistory& tHist, int brtype, bool taken, Addr branch_pc, Addr target)
237 if ((brtype == 3) & taken) {
243 int maxt = (brtype == 2) ? 3 : 2;
277 int brtype = inst->isDirectCtrl() ? 0 : 2; local
279 ++brtype;
281 updatePathAndGlobalHistory(tHist, brtype, taken, branch_pc, target);
230 updatePathAndGlobalHistory( ThreadHistory& tHist, int brtype, bool taken, Addr branch_pc, Addr target) argument
H A Dmultiperspective_perceptron_tage_64KB.cc140 int brtype = inst->isDirectCtrl() ? 0 : 2; local
142 ++brtype;
147 if (brtype & 1) {
H A Dtage_sc_l_64KB.cc145 int brtype = inst->isDirectCtrl() ? 0 : 2; local
147 ++brtype;
150 if (brtype & 1) {
H A Dtage_sc_l_8KB.cc108 int brtype = inst->isDirectCtrl() ? 0 : 2; local
110 ++brtype;
113 if (brtype & 1) {
H A Dmultiperspective_perceptron_tage.cc199 int brtype = inst->isDirectCtrl() ? 0 : 2; local
201 ++brtype;
203 updatePathAndGlobalHistory(tHist, brtype, taken, branch_pc, target);
208 ThreadHistory& tHist, int brtype, bool taken, Addr branch_pc, Addr target)
214 int maxt = (brtype & 1) ? 1 : 4;
207 updatePathAndGlobalHistory( ThreadHistory& tHist, int brtype, bool taken, Addr branch_pc, Addr target) argument
H A Dstatistical_corrector.cc292 int brtype = inst->isDirectCtrl() ? 0 : 2; local
294 ++brtype;
297 if (brtype & 1) {
H A Dtage_sc_l.hh115 ThreadHistory & tHist, int brtype, bool taken,
H A Dmultiperspective_perceptron_tage.hh81 void updatePathAndGlobalHistory(ThreadHistory& tHist, int brtype,

Completed in 18 milliseconds