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

/gem5/src/cpu/pred/
H A Dmultiperspective_perceptron.cc314 int history_len = threadData[tid]->localHistories.getLocalHistoryLength(); local
317 } else if (lhist == ((1<<history_len)-1)) {
319 } else if (lhist == (1<<(history_len-1))) {
321 } else if (lhist == ((1<<(history_len-1))-1)) {

Completed in 6 milliseconds