|
gem5 v25.0.0.1
|
#include <loop_predictor.hh>
Public Member Functions | |
| LoopEntry () | |
Public Attributes | |
| uint16_t | numIter |
| uint16_t | currentIter |
| uint16_t | currentIterSpec |
| uint8_t | confidence |
| uint16_t | tag |
| uint8_t | age |
| bool | dir |
Definition at line 78 of file loop_predictor.hh.
|
inline |
Definition at line 88 of file loop_predictor.hh.
References age, confidence, currentIter, currentIterSpec, dir, numIter, and tag.
| uint8_t gem5::branch_prediction::LoopPredictor::LoopEntry::age |
Definition at line 85 of file loop_predictor.hh.
Referenced by LoopEntry().
| uint8_t gem5::branch_prediction::LoopPredictor::LoopEntry::confidence |
Definition at line 83 of file loop_predictor.hh.
Referenced by LoopEntry().
| uint16_t gem5::branch_prediction::LoopPredictor::LoopEntry::currentIter |
Definition at line 81 of file loop_predictor.hh.
Referenced by LoopEntry().
| uint16_t gem5::branch_prediction::LoopPredictor::LoopEntry::currentIterSpec |
Definition at line 82 of file loop_predictor.hh.
Referenced by LoopEntry().
| bool gem5::branch_prediction::LoopPredictor::LoopEntry::dir |
Definition at line 86 of file loop_predictor.hh.
Referenced by LoopEntry().
| uint16_t gem5::branch_prediction::LoopPredictor::LoopEntry::numIter |
Definition at line 80 of file loop_predictor.hh.
Referenced by LoopEntry().
| uint16_t gem5::branch_prediction::LoopPredictor::LoopEntry::tag |
Definition at line 84 of file loop_predictor.hh.
Referenced by LoopEntry().