Lines Matching refs:Addr

113         MPPBranchInfo(Addr _pc, int pcshift, bool cb) : pc((unsigned int)_pc),
177 unsigned int index(Addr pc) const {
185 unsigned int operator[](Addr pc) const
191 void update(Addr pc, bool value)
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, int t) const
675 unsigned int getHash(ThreadID tid, Addr pc, Addr pc2, int t) const
696 unsigned int getHash(ThreadID tid, Addr pc, Addr pc2, int t) const
742 unsigned int getHash(ThreadID tid, Addr pc, Addr pc2, int t) const
764 unsigned int getHash(ThreadID tid, Addr pc, Addr pc2, int t) const
791 unsigned int getHash(ThreadID tid, Addr pc, Addr pc2, int t) const
863 unsigned int getHash(ThreadID tid, Addr pc, Addr pc2, int t) const
895 unsigned int getHash(ThreadID tid, Addr pc, Addr pc2, int t) const
941 unsigned int getHash(ThreadID tid, Addr pc, Addr pc2, int t) const
982 unsigned int getHash(ThreadID tid, Addr pc, Addr pc2, int t) const
1026 void uncondBranch(ThreadID tid, Addr pc, void * &bp_history) override;
1028 bool lookup(ThreadID tid, Addr instPC, void * &bp_history) override;
1029 void update(ThreadID tid, Addr instPC, bool taken,
1032 Addr corrTarget = MaxAddr) override;
1033 void btbUpdate(ThreadID tid, Addr branch_addr, void* &bp_history) override;