|
gem5
v21.1.0.2
|
Public Member Functions | |
| ThreadInfo () | |
Public Attributes | |
| std::deque< HistoryEntry > | pathHist |
| unsigned | headHistEntry |
| unsigned | ghr |
Definition at line 96 of file simple_indirect.hh.
|
inline |
Definition at line 98 of file simple_indirect.hh.
| unsigned gem5::branch_prediction::SimpleIndirectPredictor::ThreadInfo::ghr |
Definition at line 102 of file simple_indirect.hh.
Referenced by gem5::branch_prediction::SimpleIndirectPredictor::SimpleIndirectPredictor().
| unsigned gem5::branch_prediction::SimpleIndirectPredictor::ThreadInfo::headHistEntry |
Definition at line 101 of file simple_indirect.hh.
Referenced by gem5::branch_prediction::SimpleIndirectPredictor::commit().
| std::deque<HistoryEntry> gem5::branch_prediction::SimpleIndirectPredictor::ThreadInfo::pathHist |
Definition at line 100 of file simple_indirect.hh.
Referenced by gem5::branch_prediction::SimpleIndirectPredictor::commit(), gem5::branch_prediction::SimpleIndirectPredictor::getSetIndex(), gem5::branch_prediction::SimpleIndirectPredictor::recordTarget(), and gem5::branch_prediction::SimpleIndirectPredictor::squash().