gem5
|
#include <comm.hh>
Public Attributes | |
TheISA::PCState | nextPC |
DynInstPtr | mispredictInst |
DynInstPtr | squashInst |
InstSeqNum | doneSeqNum |
Addr | mispredPC |
uint64_t | branchAddr |
unsigned | branchCount |
bool | squash |
bool | predIncorrect |
bool | branchMispredict |
bool | branchTaken |
uint64_t TimeBufStruct< Impl >::decodeComm::branchAddr |
unsigned TimeBufStruct< Impl >::decodeComm::branchCount |
bool TimeBufStruct< Impl >::decodeComm::branchMispredict |
bool TimeBufStruct< Impl >::decodeComm::branchTaken |
InstSeqNum TimeBufStruct< Impl >::decodeComm::doneSeqNum |
DynInstPtr TimeBufStruct< Impl >::decodeComm::mispredictInst |
Addr TimeBufStruct< Impl >::decodeComm::mispredPC |
TheISA::PCState TimeBufStruct< Impl >::decodeComm::nextPC |
bool TimeBufStruct< Impl >::decodeComm::predIncorrect |
bool TimeBufStruct< Impl >::decodeComm::squash |
DynInstPtr TimeBufStruct< Impl >::decodeComm::squashInst |