gem5
v20.1.0.0
|
Struct that defines the information passed from fetch to decode. More...
#include <comm.hh>
Public Types | |
typedef Impl::DynInstPtr | DynInstPtr |
Public Attributes | |
int | size |
DynInstPtr | insts [Impl::MaxWidth] |
Fault | fetchFault |
InstSeqNum | fetchFaultSN |
bool | clearFetchFault |
Struct that defines the information passed from fetch to decode.
typedef Impl::DynInstPtr DefaultFetchDefaultDecode< Impl >::DynInstPtr |
bool DefaultFetchDefaultDecode< Impl >::clearFetchFault |
Fault DefaultFetchDefaultDecode< Impl >::fetchFault |
InstSeqNum DefaultFetchDefaultDecode< Impl >::fetchFaultSN |
DynInstPtr DefaultFetchDefaultDecode< Impl >::insts[Impl::MaxWidth] |
int DefaultFetchDefaultDecode< Impl >::size |