gem5  v22.1.0.0
Public Member Functions | Public Attributes | List of all members
gem5::branch_prediction::SimpleIndirectPredictor::HistoryEntry Struct Reference

Public Member Functions

 HistoryEntry (Addr br_addr, Addr tgt_addr, InstSeqNum seq_num)
 

Public Attributes

Addr pcAddr
 
Addr targetAddr
 
InstSeqNum seqNum
 

Detailed Description

Definition at line 84 of file simple_indirect.hh.

Constructor & Destructor Documentation

◆ HistoryEntry()

gem5::branch_prediction::SimpleIndirectPredictor::HistoryEntry::HistoryEntry ( Addr  br_addr,
Addr  tgt_addr,
InstSeqNum  seq_num 
)
inline

Definition at line 86 of file simple_indirect.hh.

Member Data Documentation

◆ pcAddr

Addr gem5::branch_prediction::SimpleIndirectPredictor::HistoryEntry::pcAddr

Definition at line 88 of file simple_indirect.hh.

◆ seqNum

InstSeqNum gem5::branch_prediction::SimpleIndirectPredictor::HistoryEntry::seqNum

Definition at line 90 of file simple_indirect.hh.

◆ targetAddr

Addr gem5::branch_prediction::SimpleIndirectPredictor::HistoryEntry::targetAddr

Definition at line 89 of file simple_indirect.hh.


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

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