gem5
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Enumerations | Variables
Data

If this instruction wrote any data values they're recorded here WARNING: Instructions are quite loose with with what they write since many instructions write multiple values (e.g. More...

Enumerations

enum  {
  Trace::InstRecord::DataInvalid = 0, Trace::InstRecord::DataInt8 = 1, Trace::InstRecord::DataInt16 = 2, Trace::InstRecord::DataInt32 = 4,
  Trace::InstRecord::DataInt64 = 8, Trace::InstRecord::DataDouble = 3
}
 What size of data was written? More...
 

Variables

enum Trace::InstRecord:: { ... }  Trace::InstRecord::data_status
 What size of data was written? More...
 

Detailed Description

If this instruction wrote any data values they're recorded here WARNING: Instructions are quite loose with with what they write since many instructions write multiple values (e.g.

destintation register, flags, status, ...) This only captures the last write. fix this and record all destintations that an instruction writes

See Also
data_status

Enumeration Type Documentation

anonymous enum
protected

What size of data was written?

Enumerator
DataInvalid 
DataInt8 
DataInt16 
DataInt32 
DataInt64 
DataDouble 

Definition at line 116 of file insttracer.hh.

Variable Documentation

enum { ... } Trace::InstRecord::data_status

What size of data was written?

Referenced by Trace::InstRecord::getDataStatus(), and Trace::InstRecord::setData().


Generated on Fri Jun 9 2017 13:03:59 for gem5 by doxygen 1.8.6