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

/gem5/src/cpu/pred/
H A Dtage_base.cc108 history.gHist = history.globalHistory;
109 memset(history.gHist, 0, histBufferSize);
188 assert(tHist.gHist == &tHist.globalHistory[tHist.ptGhist]);
189 tHist.gHist[0] = 0;
194 tHist.computeIndices[i].update(tHist.gHist);
195 tHist.computeTags[0][i].update(tHist.gHist);
196 tHist.computeTags[1][i].update(tHist.gHist);
595 updateGHist(tHist.gHist, taken, tHist.globalHistory, tHist.ptGhist);
612 tHist.computeIndices[i].update(tHist.gHist);
613 tHist.computeTags[0][i].update(tHist.gHist);
[all...]
H A Dtage_sc_l.cc250 updateGHist(tHist.gHist, dir, tHist.globalHistory, tHist.ptGhist);
257 tHist.computeIndices[i].update(tHist.gHist);
258 tHist.computeTags[0][i].update(tHist.gHist);
259 tHist.computeTags[1][i].update(tHist.gHist);
H A Dmultiperspective_perceptron_tage.cc221 updateGHist(tHist.gHist, dir, tHist.globalHistory, tHist.ptGhist);
224 tHist.computeIndices[i].update(tHist.gHist);
225 tHist.computeTags[0][i].update(tHist.gHist);
226 tHist.computeTags[1][i].update(tHist.gHist);
H A Dtage_base.hh449 uint8_t* gHist; member in struct:TAGEBase::ThreadHistory

Completed in 14 milliseconds