Searched refs:globalHistory (Results 1 - 6 of 6) sorted by relevance

/gem5/src/cpu/pred/
H A Dtournament.cc58 globalHistory(params->numThreads, 0),
135 globalHistory[tid] = (globalHistory[tid] << 1) | 1;
136 globalHistory[tid] = globalHistory[tid] & historyRegisterMask;
143 globalHistory[tid] = (globalHistory[tid] << 1);
144 globalHistory[tid] = globalHistory[tid] & historyRegisterMask;
169 globalHistory[ti
[all...]
H A Dtournament.hh167 unsigned globalHistory; member in struct:TournamentBP::BPHistory
210 std::vector<unsigned> globalHistory; member in class:TournamentBP
216 /** Mask to apply to globalHistory to access global history table.
220 /** Mask to apply to globalHistory to access choice history table.
H A Dtage_base.cc107 history.globalHistory = new uint8_t[histBufferSize];
108 history.gHist = history.globalHistory;
188 assert(tHist.gHist == &tHist.globalHistory[tHist.ptGhist]);
595 updateGHist(tHist.gHist, taken, tHist.globalHistory, tHist.ptGhist);
620 &threadHistory[tid].globalHistory[threadHistory[tid].ptGhist]);
637 tHist.gHist = &(tHist.globalHistory[tHist.ptGhist]);
710 assert(&(threadHistory[tid].globalHistory[gh_offset]) <
711 threadHistory[tid].globalHistory + histBufferSize);
712 val |= ((threadHistory[tid].globalHistory[gh_offset] & 0x1) << i);
H A Dtage_base.hh446 uint8_t *globalHistory; member in struct:TAGEBase::ThreadHistory
H A Dtage_sc_l.cc250 updateGHist(tHist.gHist, dir, tHist.globalHistory, tHist.ptGhist);
H A Dmultiperspective_perceptron_tage.cc221 updateGHist(tHist.gHist, dir, tHist.globalHistory, tHist.ptGhist);

Completed in 16 milliseconds