gem5 v24.0.0.0
|
Struct that defines the information passed from IEW to commit. More...
#include <comm.hh>
Public Attributes | |
int | size |
DynInstPtr | insts [MaxWidth] |
DynInstPtr | mispredictInst [MaxThreads] |
Addr | mispredPC [MaxThreads] |
InstSeqNum | squashedSeqNum [MaxThreads] |
std::unique_ptr< PCStateBase > | pc [MaxThreads] |
bool | squash [MaxThreads] |
bool | branchMispredict [MaxThreads] |
bool | branchTaken [MaxThreads] |
bool | includeSquashInst [MaxThreads] |
Struct that defines the information passed from IEW to commit.
bool gem5::o3::IEWStruct::branchMispredict[MaxThreads] |
bool gem5::o3::IEWStruct::branchTaken[MaxThreads] |
bool gem5::o3::IEWStruct::includeSquashInst[MaxThreads] |
DynInstPtr gem5::o3::IEWStruct::insts[MaxWidth] |
DynInstPtr gem5::o3::IEWStruct::mispredictInst[MaxThreads] |
Addr gem5::o3::IEWStruct::mispredPC[MaxThreads] |
std::unique_ptr<PCStateBase> gem5::o3::IEWStruct::pc[MaxThreads] |
bool gem5::o3::IEWStruct::squash[MaxThreads] |
InstSeqNum gem5::o3::IEWStruct::squashedSeqNum[MaxThreads] |