gem5
|
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] |
Struct that defines the information passed from IEW to commit.
typedef Impl::DynInstPtr DefaultIEWDefaultCommit< Impl >::DynInstPtr |
bool DefaultIEWDefaultCommit< Impl >::branchMispredict[Impl::MaxThreads] |
bool DefaultIEWDefaultCommit< Impl >::branchTaken[Impl::MaxThreads] |
bool DefaultIEWDefaultCommit< Impl >::includeSquashInst[Impl::MaxThreads] |
DynInstPtr DefaultIEWDefaultCommit< Impl >::insts[Impl::MaxWidth] |
DynInstPtr DefaultIEWDefaultCommit< Impl >::mispredictInst[Impl::MaxThreads] |
Addr DefaultIEWDefaultCommit< Impl >::mispredPC[Impl::MaxThreads] |
TheISA::PCState DefaultIEWDefaultCommit< Impl >::pc[Impl::MaxThreads] |
int DefaultIEWDefaultCommit< Impl >::size |
bool DefaultIEWDefaultCommit< Impl >::squash[Impl::MaxThreads] |
InstSeqNum DefaultIEWDefaultCommit< Impl >::squashedSeqNum[Impl::MaxThreads] |