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

/gem5/src/cpu/pred/
H A Dsimple_indirect.cc44 pathLength(params->indirectPathLength),
137 if (t_info.headHistEntry >= pathLength) {
223 unsigned hash_shift = floorLog2(numSets) / pathLength;
225 i >= 0 && p < pathLength; i--, p++) {
H A Dsimple_indirect.hh66 const unsigned pathLength; member in class:SimpleIndirectPredictor

Completed in 6 milliseconds