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

/gem5/src/cpu/pred/
H A Dmultiperspective_perceptron.hh58 const unsigned short int pc2; member in class:MultiperspectivePerceptron::MPPBranchInfo
114 pc2(pc >> 2), hpc(hashPC(pc, pcshift)), condBranch(cb),
124 return pc2;
243 * @param pc2 address of the branch shifted 2 bits to the right
247 virtual unsigned int getHash(ThreadID tid, Addr pc, Addr pc2, int t)
490 unsigned int getHash(ThreadID tid, Addr pc, Addr pc2, int t) const
541 unsigned int getHash(ThreadID tid, Addr pc, Addr pc2, int t) const
589 unsigned int getHash(ThreadID tid, Addr pc, Addr pc2, int t) const
618 unsigned int getHash(ThreadID tid, Addr pc, Addr pc2, int t) const
633 unsigned int getHash(ThreadID tid, Addr pc, Addr pc2, in
[all...]
H A Dmultiperspective_perceptron.cc551 unsigned short int pc2 = pc >> 2; local
563 threadData[tid]->path_history[0] = pc2;

Completed in 11 milliseconds