gem5 v24.1.0.1
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
gem5::branch_prediction::SimpleIndirectPredictor::IndirectHistory Struct Reference

Indirect branch history information Used for prediction, update and recovery. More...

Public Member Functions

 IndirectHistory ()
 

Public Attributes

Addr pcAddr
 
Addr targetAddr
 
InstSeqNum seqNum
 
Addr set_index
 
Addr tag
 
bool hit
 
unsigned ghr
 
uint64_t pathHist
 
bool was_indirect
 

Detailed Description

Indirect branch history information Used for prediction, update and recovery.

Definition at line 112 of file simple_indirect.hh.

Constructor & Destructor Documentation

◆ IndirectHistory()

gem5::branch_prediction::SimpleIndirectPredictor::IndirectHistory::IndirectHistory ( )
inline

Definition at line 127 of file simple_indirect.hh.

Member Data Documentation

◆ ghr

unsigned gem5::branch_prediction::SimpleIndirectPredictor::IndirectHistory::ghr

◆ hit

bool gem5::branch_prediction::SimpleIndirectPredictor::IndirectHistory::hit

◆ pathHist

uint64_t gem5::branch_prediction::SimpleIndirectPredictor::IndirectHistory::pathHist

◆ pcAddr

Addr gem5::branch_prediction::SimpleIndirectPredictor::IndirectHistory::pcAddr

◆ seqNum

InstSeqNum gem5::branch_prediction::SimpleIndirectPredictor::IndirectHistory::seqNum

Definition at line 117 of file simple_indirect.hh.

◆ set_index

Addr gem5::branch_prediction::SimpleIndirectPredictor::IndirectHistory::set_index

◆ tag

Addr gem5::branch_prediction::SimpleIndirectPredictor::IndirectHistory::tag

◆ targetAddr

Addr gem5::branch_prediction::SimpleIndirectPredictor::IndirectHistory::targetAddr

Definition at line 116 of file simple_indirect.hh.

◆ was_indirect

bool gem5::branch_prediction::SimpleIndirectPredictor::IndirectHistory::was_indirect

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

Generated on Mon Jan 13 2025 04:29:05 for gem5 by doxygen 1.9.8