gem5
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
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 94 of file comm.hh.

Member Typedef Documentation

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

Definition at line 95 of file comm.hh.

Member Data Documentation

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

Definition at line 106 of file comm.hh.

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

Definition at line 107 of file comm.hh.

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

Definition at line 108 of file comm.hh.

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

Definition at line 99 of file comm.hh.

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

Definition at line 100 of file comm.hh.

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

Definition at line 101 of file comm.hh.

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

Definition at line 103 of file comm.hh.

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

Definition at line 97 of file comm.hh.

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

Definition at line 105 of file comm.hh.

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

Definition at line 102 of file comm.hh.


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

Generated on Fri Jun 9 2017 13:04:07 for gem5 by doxygen 1.8.6