gem5
v20.0.0.2
|
#include <tage_base.hh>
Public Member Functions | |
TageEntry () | |
Public Attributes | |
int8_t | ctr |
uint16_t | tag |
uint8_t | u |
Definition at line 69 of file tage_base.hh.
|
inline |
Definition at line 74 of file tage_base.hh.
int8_t TAGEBase::TageEntry::ctr |
Definition at line 71 of file tage_base.hh.
Referenced by TAGEBase::getCtr(), MPP_TAGE::handleAllocAndUReset(), TAGEBase::handleAllocAndUReset(), MPP_TAGE::handleTAGEUpdate(), TAGEBase::handleTAGEUpdate(), MPP_TAGE::isHighConfidence(), TAGEBase::tagePredict(), and TAGEBase::BranchInfo::~BranchInfo().
uint16_t TAGEBase::TageEntry::tag |
Definition at line 72 of file tage_base.hh.
Referenced by MPP_TAGE::handleAllocAndUReset(), and TAGEBase::handleAllocAndUReset().
uint8_t TAGEBase::TageEntry::u |
Definition at line 73 of file tage_base.hh.
Referenced by MPP_TAGE::handleAllocAndUReset(), TAGEBase::handleAllocAndUReset(), MPP_TAGE::handleTAGEUpdate(), TAGEBase::handleTAGEUpdate(), and TAGEBase::BranchInfo::~BranchInfo().