gem5 v24.0.0.0
|
#include <cycle_model.h>
Public Attributes | |
instr_type | type |
int | n_src |
operand | src1 |
operand | src2 |
operand | dst |
int | cycle |
Definition at line 111 of file cycle_model.h.
int instr::cycle |
Definition at line 117 of file cycle_model.h.
operand instr::dst |
Definition at line 116 of file cycle_model.h.
int instr::n_src |
Definition at line 113 of file cycle_model.h.
operand instr::src1 |
Definition at line 114 of file cycle_model.h.
operand instr::src2 |
Definition at line 115 of file cycle_model.h.
instr_type instr::type |
Definition at line 112 of file cycle_model.h.