gem5  v22.1.0.0
Public Member Functions | Public Attributes | List of all members
gem5::trace::TarmacBaseRecord::InstEntry Struct Reference

TARMAC instruction trace record. More...

#include <tarmac_base.hh>

Inheritance diagram for gem5::trace::TarmacBaseRecord::InstEntry:
gem5::trace::TarmacParserRecord::ParserInstEntry gem5::trace::TarmacTracerRecord::TraceInstEntry gem5::trace::TarmacTracerRecordV8::TraceInstEntryV8

Public Member Functions

 InstEntry ()=default
 
 InstEntry (ThreadContext *thread, const PCStateBase &pc, const StaticInstPtr staticInst, bool predicate)
 

Public Attributes

bool taken
 
Addr addr
 
ArmISA::MachInst opcode
 
std::string disassemble
 
ISetState isetstate
 
ArmISA::OperatingMode mode
 

Detailed Description

TARMAC instruction trace record.

Definition at line 85 of file tarmac_base.hh.

Constructor & Destructor Documentation

◆ InstEntry() [1/2]

gem5::trace::TarmacBaseRecord::InstEntry::InstEntry ( )
default

◆ InstEntry() [2/2]

gem5::trace::TarmacBaseRecord::InstEntry::InstEntry ( ThreadContext thread,
const PCStateBase pc,
const StaticInstPtr  staticInst,
bool  predicate 
)

Member Data Documentation

◆ addr

Addr gem5::trace::TarmacBaseRecord::InstEntry::addr

◆ disassemble

std::string gem5::trace::TarmacBaseRecord::InstEntry::disassemble

Definition at line 96 of file tarmac_base.hh.

Referenced by InstEntry().

◆ isetstate

ISetState gem5::trace::TarmacBaseRecord::InstEntry::isetstate

◆ mode

ArmISA::OperatingMode gem5::trace::TarmacBaseRecord::InstEntry::mode

Definition at line 98 of file tarmac_base.hh.

Referenced by InstEntry().

◆ opcode

ArmISA::MachInst gem5::trace::TarmacBaseRecord::InstEntry::opcode

◆ taken

bool gem5::trace::TarmacBaseRecord::InstEntry::taken

Definition at line 93 of file tarmac_base.hh.

Referenced by gem5::trace::TarmacParserRecord::advanceTrace().


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

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