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. @TODO fix this and record all destintations that an instruction writes.
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. @TODO fix this and record all destintations that an instruction writes.
- See also
- data_status
◆ DataStatus
What size of data was written?
Enumerator |
---|
DataInvalid | |
DataInt8 | |
DataInt16 | |
DataInt32 | |
DataInt64 | |
DataDouble | |
DataVec | |
DataVecPred | |
Definition at line 120 of file insttracer.hh.
◆ data_status