gem5  v20.1.0.0
Public Attributes | List of all members
TournamentBP::BPHistory Struct Reference

The branch history information that is created upon predicting a branch. More...

Public Attributes

unsigned globalHistory
 
unsigned localHistoryIdx
 
unsigned localHistory
 
bool localPredTaken
 
bool globalPredTaken
 
bool globalUsed
 

Detailed Description

The branch history information that is created upon predicting a branch.

It will be passed back upon updating and squashing, when the BP can use this information to update/restore its state properly.

Definition at line 154 of file tournament.hh.

Member Data Documentation

◆ globalHistory

unsigned TournamentBP::BPHistory::globalHistory

◆ globalPredTaken

bool TournamentBP::BPHistory::globalPredTaken

◆ globalUsed

bool TournamentBP::BPHistory::globalUsed

Definition at line 168 of file tournament.hh.

Referenced by TournamentBP::lookup(), and TournamentBP::uncondBranch().

◆ localHistory

unsigned TournamentBP::BPHistory::localHistory

◆ localHistoryIdx

unsigned TournamentBP::BPHistory::localHistoryIdx

◆ localPredTaken

bool TournamentBP::BPHistory::localPredTaken

The documentation for this struct was generated from the following file:

Generated on Wed Sep 30 2020 14:02:33 for gem5 by doxygen 1.8.17