Go to the documentation of this file.
41 #ifndef __INSTRECORD_HH__
42 #define __INSTRECORD_HH__
72 std::unique_ptr<PCStateBase>
pc;
176 assert(
data.as_pred);
187 template <
typename T,
size_t N>
195 "Type T has an unrecognized size.");
234 virtual void dump() = 0;
279 #endif // __INSTRECORD_HH__
void setFaulting(bool val)
const PCStateBase & getPCState() const
bool getFetchSeqValid() const
VecPredReg::Container VecPredRegContainer
void setMem(Addr a, Addr s, unsigned f)
void setWhen(Tick new_when)
TheISA::VecRegContainer * as_vec
double getFloatData() const
InstRecord(Tick _when, ThreadContext *_thread, const StaticInstPtr _staticInst, const PCStateBase &_pc, const StaticInstPtr _macroStaticInst=nullptr)
void setFetchSeq(InstSeqNum seq)
void setCPSeq(InstSeqNum seq)
void setData(std::array< T, N > d)
uint64_t getIntData() const
StaticInstPtr getStaticInst() const
void setPredicate(bool val)
bool getCpSeqValid() const
union gem5::Trace::InstRecord::@119 data
InstSeqNum getFetchSeq() const
void setData(TheISA::VecRegContainer &d)
ThreadContext is the external interface to all thread state for anything outside of the CPU.
virtual InstRecord * getInstRecord(Tick when, ThreadContext *tc, const StaticInstPtr staticInst, const PCStateBase &pc, const StaticInstPtr macroStaticInst=nullptr)=0
StaticInstPtr getMacroStaticInst() const
uint64_t Tick
Tick count type.
enum gem5::Trace::InstRecord::DataStatus data_status
ThreadContext * getThread() const
TheISA::VecPredRegContainer * as_pred
gem5::VecRegContainer< NumVecElemPerVecReg *sizeof(VecElem)> VecRegContainer
Abstract superclass for simulation objects.
InstSeqNum getCpSeq() const
uint64_t Addr
Address type This will probably be moved somewhere else in the near future.
std::unique_ptr< PCStateBase > pc
Addr size
The size of the memory request.
void setData(TheISA::VecPredRegContainer &d)
bool predicate
is the predicate for execution this inst true or false (not execed)?
Addr addr
The address that was accessed.
StaticInstPtr macroStaticInst
Reference material can be found at the JEDEC website: UFS standard http://www.jedec....
bool faulting
Did the execution of this instruction fault? (requires ExecFaulting to be enabled)
unsigned flags
The flags that were assigned to the request.
int getDataStatus() const
InstTracer(const Params &p)
unsigned getFlags() const
Generated on Wed May 4 2022 12:14:03 for gem5 by doxygen 1.8.17