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

/gem5/src/mem/cache/prefetch/
H A Dbop.cc115 Addr hash1 = addr >> way; local
116 Addr hash2 = hash1 >> floorLog2(rrEntries);
117 return (hash1 ^ hash2) & (Addr)(rrEntries - 1);
H A Dstride.cc223 Addr hash1 = pc >> 1; local
224 Addr hash2 = hash1 >> floorLog2(pcTableSets);
225 return (hash1 ^ hash2) & (Addr)(pcTableSets - 1);
/gem5/src/cpu/pred/
H A Dmultiperspective_perceptron.hh67 static inline unsigned int hash1(unsigned int a) function in class:MultiperspectivePerceptron::MPPBranchInfo
89 return hash2(key) * i + hash1(key);

Completed in 6 milliseconds