gem5  v22.1.0.0
Public Attributes | List of all members
gem5::branch_prediction::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 160 of file tournament.hh.

Member Data Documentation

◆ globalHistory

unsigned gem5::branch_prediction::TournamentBP::BPHistory::globalHistory

◆ globalPredTaken

bool gem5::branch_prediction::TournamentBP::BPHistory::globalPredTaken

◆ globalUsed

bool gem5::branch_prediction::TournamentBP::BPHistory::globalUsed

◆ localHistory

unsigned gem5::branch_prediction::TournamentBP::BPHistory::localHistory

◆ localHistoryIdx

unsigned gem5::branch_prediction::TournamentBP::BPHistory::localHistoryIdx

◆ localPredTaken

bool gem5::branch_prediction::TournamentBP::BPHistory::localPredTaken

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

Generated on Wed Dec 21 2022 10:23:39 for gem5 by doxygen 1.9.1