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

/gem5/src/cpu/pred/
H A Dtage_sc_l_8KB.cc152 history.computeIndices[i].init(
155 history.computeIndices[i].origLength, 13);
157 history.computeIndices[i].origLength, 11);
173 int tag = (threadHistory[tid].computeIndices[bank - 1].comp << 2) ^ pc ^
175 threadHistory[tid].computeIndices[bank].comp;
H A Dtage_base.cc125 history.computeIndices = new FoldedHistory[nHistoryTables+1];
149 history.computeIndices[i].init(
152 history.computeIndices[i].origLength, tagTableTagWidths[i]);
154 history.computeIndices[i].origLength, tagTableTagWidths[i]-1);
191 tHist.computeIndices[i].comp = bi->ci[i];
194 tHist.computeIndices[i].update(tHist.gHist);
234 threadHistory[tid].computeIndices[bank].comp ^
608 bi->ci[i] = tHist.computeIndices[i].comp;
612 tHist.computeIndices[i].update(tHist.gHist);
640 tHist.computeIndices[
[all...]
H A Dtage_sc_l.cc190 threadHistory[tid].computeIndices[bank].comp ^
257 tHist.computeIndices[i].update(tHist.gHist);
H A Dtage_base.hh455 FoldedHistory *computeIndices; member in struct:TAGEBase::ThreadHistory
H A Dmultiperspective_perceptron_tage.cc224 tHist.computeIndices[i].update(tHist.gHist);

Completed in 15 milliseconds