gem5 v25.0.0.1
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.

References gem5::MaxAddr, pcAddr, targetAddr, and was_indirect.

Member Data Documentation

◆ ghr

◆ hit

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

◆ pathHist

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

Definition at line 123 of file simple_indirect.hh.

◆ 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.

Referenced by IndirectHistory().

◆ was_indirect


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

Generated on Sat Oct 18 2025 08:06:58 for gem5 by doxygen 1.14.0