Searched refs:gHist (Results 1 - 4 of 4) sorted by relevance
/gem5/src/cpu/pred/ |
H A D | tage_base.cc | 108 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 D | tage_sc_l.cc | 250 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 D | multiperspective_perceptron_tage.cc | 221 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 D | tage_base.hh | 449 uint8_t* gHist; member in struct:TAGEBase::ThreadHistory
|
Completed in 204 milliseconds