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

/gem5/src/cpu/pred/
H A Dmultiperspective_perceptron.hh320 std::vector<unsigned int short> recency_stack; member in struct:MultiperspectivePerceptron::ThreadData
325 if (recency_stack[i] == pc) {
331 recency_stack[i] = pc;
334 unsigned int b = recency_stack[i];
336 recency_stack[j] = recency_stack[j-1];
338 recency_stack[0] = b;
639 std::vector<unsigned int short> &recency_stack = variable
640 mpp.threadData[tid]->recency_stack;
646 x += recency_stack[
948 hash( const std::vector<unsigned int short> &recency_stack, const std::vector<int> &table_sizes, unsigned short int pc, int l, int t) argument
[all...]
H A Dmultiperspective_perceptron.cc68 recency_stack(assoc), last_ghist_bit(false), occupancy(0)
294 h ^= RECENCYPOS::hash(threadData[tid]->recency_stack, table_sizes,

Completed in 11 milliseconds