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

/gem5/src/cpu/pred/
H A Dmultiperspective_perceptron.hh174 const int localHistoryLength; member in class:MultiperspectivePerceptron::LocalHistories
182 localHistories(nlocal_histories), localHistoryLength(histo_len) {}
197 pos &= ((1<<localHistoryLength)-1);
203 return localHistoryLength;
209 return localHistoryLength * localHistories.size();

Completed in 5 milliseconds