gem5 v24.0.0.0
|
Public Attributes | |
unsigned | globalHistoryReg |
bool | takenUsed |
bool | takenPred |
bool | notTakenPred |
bool | finalPred |
Definition at line 88 of file bi_mode.hh.
bool gem5::branch_prediction::BiModeBP::BPHistory::finalPred |
Definition at line 106 of file bi_mode.hh.
Referenced by gem5::branch_prediction::BiModeBP::lookup(), gem5::branch_prediction::BiModeBP::uncondBranch(), and gem5::branch_prediction::BiModeBP::update().
unsigned gem5::branch_prediction::BiModeBP::BPHistory::globalHistoryReg |
Definition at line 90 of file bi_mode.hh.
Referenced by gem5::branch_prediction::BiModeBP::lookup(), gem5::branch_prediction::BiModeBP::squash(), gem5::branch_prediction::BiModeBP::uncondBranch(), and gem5::branch_prediction::BiModeBP::update().
bool gem5::branch_prediction::BiModeBP::BPHistory::notTakenPred |
Definition at line 102 of file bi_mode.hh.
Referenced by gem5::branch_prediction::BiModeBP::lookup(), and gem5::branch_prediction::BiModeBP::uncondBranch().
bool gem5::branch_prediction::BiModeBP::BPHistory::takenPred |
Definition at line 98 of file bi_mode.hh.
Referenced by gem5::branch_prediction::BiModeBP::lookup(), and gem5::branch_prediction::BiModeBP::uncondBranch().
bool gem5::branch_prediction::BiModeBP::BPHistory::takenUsed |
Definition at line 94 of file bi_mode.hh.
Referenced by gem5::branch_prediction::BiModeBP::lookup(), gem5::branch_prediction::BiModeBP::uncondBranch(), and gem5::branch_prediction::BiModeBP::update().