gem5 v24.0.0.0
Loading...
Searching...
No Matches
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

◆ hit

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

◆ pathHist

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

◆ pcAddr

◆ seqNum

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

Definition at line 117 of file simple_indirect.hh.

◆ set_index

◆ tag

◆ targetAddr

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

Definition at line 116 of file simple_indirect.hh.

◆ was_indirect


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

Generated on Tue Jun 18 2024 16:24:18 for gem5 by doxygen 1.11.0