gem5  v22.1.0.0
Public Attributes | List of all members
gem5::o3::IEWStruct Struct Reference

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< PCStateBasepc [MaxThreads]
 
bool squash [MaxThreads]
 
bool branchMispredict [MaxThreads]
 
bool branchTaken [MaxThreads]
 
bool includeSquashInst [MaxThreads]
 

Detailed Description

Struct that defines the information passed from IEW to commit.

Definition at line 88 of file comm.hh.

Member Data Documentation

◆ branchMispredict

bool gem5::o3::IEWStruct::branchMispredict[MaxThreads]

Definition at line 99 of file comm.hh.

◆ branchTaken

bool gem5::o3::IEWStruct::branchTaken[MaxThreads]

Definition at line 100 of file comm.hh.

◆ includeSquashInst

bool gem5::o3::IEWStruct::includeSquashInst[MaxThreads]

Definition at line 101 of file comm.hh.

◆ insts

DynInstPtr gem5::o3::IEWStruct::insts[MaxWidth]

Definition at line 92 of file comm.hh.

◆ mispredictInst

DynInstPtr gem5::o3::IEWStruct::mispredictInst[MaxThreads]

Definition at line 93 of file comm.hh.

◆ mispredPC

Addr gem5::o3::IEWStruct::mispredPC[MaxThreads]

Definition at line 94 of file comm.hh.

◆ pc

std::unique_ptr<PCStateBase> gem5::o3::IEWStruct::pc[MaxThreads]

Definition at line 96 of file comm.hh.

◆ size

int gem5::o3::IEWStruct::size

Definition at line 90 of file comm.hh.

◆ squash

bool gem5::o3::IEWStruct::squash[MaxThreads]

Definition at line 98 of file comm.hh.

◆ squashedSeqNum

InstSeqNum gem5::o3::IEWStruct::squashedSeqNum[MaxThreads]

Definition at line 95 of file comm.hh.


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

Generated on Wed Dec 21 2022 10:24:17 for gem5 by doxygen 1.9.1