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

/gem5/src/cpu/pred/
H A Dtage_base.cc110 history.ptGhist = 0;
188 assert(tHist.gHist == &tHist.globalHistory[tHist.ptGhist]);
595 updateGHist(tHist.gHist, taken, tHist.globalHistory, tHist.ptGhist);
600 bi->ptGhist = tHist.ptGhist;
618 tHist.ptGhist);
620 &threadHistory[tid].globalHistory[threadHistory[tid].ptGhist]);
634 "pointer:%d\n", bi->branchPC,taken, bi->pathHist, bi->ptGhist);
636 tHist.ptGhist = bi->ptGhist;
[all...]
H A Dtage_base.hh127 int ptGhist; member in struct:TAGEBase::BranchInfo
158 : pathHist(0), ptGhist(0),
452 int ptGhist; member in struct:TAGEBase::ThreadHistory
H A Dtage_sc_l.cc250 updateGHist(tHist.gHist, dir, tHist.globalHistory, tHist.ptGhist);
285 tHist.ptGhist);
H A Dmultiperspective_perceptron_tage.cc221 updateGHist(tHist.gHist, dir, tHist.globalHistory, tHist.ptGhist);

Completed in 13 milliseconds