Searched defs:pcshift (Results 1 - 3 of 3) sorted by relevance
/gem5/src/cpu/pred/ | ||
H A D | multiperspective_perceptron_tage.hh | 197 MPPTAGEBranchInfo(Addr pc, int pcshift, bool cond, TAGEBase &tage, argument |
H A D | multiperspective_perceptron.hh | 92 static inline unsigned int hashPC(unsigned int pc, int pcshift) argument 113 MPPBranchInfo(Addr _pc, int pcshift, bool cb) : pc((unsigned int)_pc), argument 258 const int pcshift; member in class:MultiperspectivePerceptron |
H A D | BranchPredictor.py | 510 pcshift = Param.Int(-10, "Shift for hashing PC") variable in class:MultiperspectivePerceptron |
Completed in 15 milliseconds