gem5  v20.1.0.0
Public Types | Public Attributes | List of all members
DefaultIEWDefaultCommit< Impl > Struct Template Reference

Struct that defines the information passed from IEW to commit. More...

#include <comm.hh>

Public Types

typedef Impl::DynInstPtr DynInstPtr
 

Public Attributes

int size
 
DynInstPtr insts [Impl::MaxWidth]
 
DynInstPtr mispredictInst [Impl::MaxThreads]
 
Addr mispredPC [Impl::MaxThreads]
 
InstSeqNum squashedSeqNum [Impl::MaxThreads]
 
TheISA::PCState pc [Impl::MaxThreads]
 
bool squash [Impl::MaxThreads]
 
bool branchMispredict [Impl::MaxThreads]
 
bool branchTaken [Impl::MaxThreads]
 
bool includeSquashInst [Impl::MaxThreads]
 

Detailed Description

template<class Impl>
struct DefaultIEWDefaultCommit< Impl >

Struct that defines the information passed from IEW to commit.

Definition at line 87 of file comm.hh.

Member Typedef Documentation

◆ DynInstPtr

template<class Impl >
typedef Impl::DynInstPtr DefaultIEWDefaultCommit< Impl >::DynInstPtr

Definition at line 88 of file comm.hh.

Member Data Documentation

◆ branchMispredict

template<class Impl >
bool DefaultIEWDefaultCommit< Impl >::branchMispredict[Impl::MaxThreads]

Definition at line 99 of file comm.hh.

◆ branchTaken

template<class Impl >
bool DefaultIEWDefaultCommit< Impl >::branchTaken[Impl::MaxThreads]

Definition at line 100 of file comm.hh.

◆ includeSquashInst

template<class Impl >
bool DefaultIEWDefaultCommit< Impl >::includeSquashInst[Impl::MaxThreads]

Definition at line 101 of file comm.hh.

◆ insts

template<class Impl >
DynInstPtr DefaultIEWDefaultCommit< Impl >::insts[Impl::MaxWidth]

Definition at line 92 of file comm.hh.

◆ mispredictInst

template<class Impl >
DynInstPtr DefaultIEWDefaultCommit< Impl >::mispredictInst[Impl::MaxThreads]

Definition at line 93 of file comm.hh.

◆ mispredPC

template<class Impl >
Addr DefaultIEWDefaultCommit< Impl >::mispredPC[Impl::MaxThreads]

Definition at line 94 of file comm.hh.

◆ pc

template<class Impl >
TheISA::PCState DefaultIEWDefaultCommit< Impl >::pc[Impl::MaxThreads]

Definition at line 96 of file comm.hh.

◆ size

template<class Impl >
int DefaultIEWDefaultCommit< Impl >::size

Definition at line 90 of file comm.hh.

◆ squash

template<class Impl >
bool DefaultIEWDefaultCommit< Impl >::squash[Impl::MaxThreads]

Definition at line 98 of file comm.hh.

◆ squashedSeqNum

template<class Impl >
InstSeqNum DefaultIEWDefaultCommit< Impl >::squashedSeqNum[Impl::MaxThreads]

Definition at line 95 of file comm.hh.


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

Generated on Wed Sep 30 2020 14:02:23 for gem5 by doxygen 1.8.17