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

/gem5/src/cpu/pred/
H A Dtage_sc_l_64KB.cc119 branch_pc, sh->imHist[scHistory->imliCount], imm,
123 branch_pc, sh->imliCount, im, igehl, inb, logInb, wi);
153 int64_t imliCount = sh->imliCount; local
154 sh->imHist[imliCount] = (sh->imHist[imliCount] << 1)
186 gUpdate(pc, taken, sh->imHist[scHistory->imliCount], imm,
189 gUpdate(pc, taken, sh->imliCount, im,
H A Dstatistical_corrector.hh73 imliCount = 0;
76 int64_t imliCount; member in struct:StatisticalCorrector::SCThreadHistory
H A Dstatistical_corrector.cc302 scHistory->imliCount = 0;
304 if (scHistory->imliCount < ((1 << im[0]) - 1)) {
305 scHistory->imliCount++;
H A Dtage_sc_l_8KB.cc91 branch_pc, sh->imliCount, im, igehl, inb, logInb, wi);
132 gUpdate(pc, taken, sh->imliCount, im, igehl, inb, logInb, wi, bi);

Completed in 9 milliseconds