gem5 v24.0.0.0
Loading...
Searching...
No Matches
gem5::branch_prediction::SimpleIndirectPredictor::HistoryEntry Struct Reference

Public Member Functions

 HistoryEntry (Addr br_addr, Addr tgt_addr, InstSeqNum seq_num)
 
 HistoryEntry ()
 

Public Attributes

Addr pcAddr
 
Addr targetAddr
 
InstSeqNum seqNum
 

Detailed Description

Definition at line 99 of file simple_indirect.hh.

Constructor & Destructor Documentation

◆ HistoryEntry() [1/2]

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

Definition at line 101 of file simple_indirect.hh.

◆ HistoryEntry() [2/2]

gem5::branch_prediction::SimpleIndirectPredictor::HistoryEntry::HistoryEntry ( )
inline

Definition at line 103 of file simple_indirect.hh.

Member Data Documentation

◆ pcAddr

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

Definition at line 104 of file simple_indirect.hh.

◆ seqNum

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

Definition at line 106 of file simple_indirect.hh.

◆ targetAddr

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

Definition at line 105 of file simple_indirect.hh.


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