gem5
|
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... | |
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
|
protected |
What size of data was written?
Enumerator | |
---|---|
DataInvalid | |
DataInt8 | |
DataInt16 | |
DataInt32 | |
DataInt64 | |
DataDouble |
Definition at line 116 of file insttracer.hh.
enum { ... } Trace::InstRecord::data_status |
What size of data was written?
Referenced by Trace::InstRecord::getDataStatus(), and Trace::InstRecord::setData().