gem5  v20.1.0.0
Public Attributes | List of all members
instr Struct Reference

#include <cycle_model.h>

Public Attributes

instr_type type
 
int n_src
 
operand src1
 
operand src2
 
operand dst
 
int cycle
 

Detailed Description

Definition at line 111 of file cycle_model.h.

Member Data Documentation

◆ cycle

int instr::cycle

Definition at line 117 of file cycle_model.h.

◆ dst

operand instr::dst

Definition at line 116 of file cycle_model.h.

◆ n_src

int instr::n_src

Definition at line 113 of file cycle_model.h.

◆ src1

operand instr::src1

Definition at line 114 of file cycle_model.h.

◆ src2

operand instr::src2

Definition at line 115 of file cycle_model.h.

◆ type

instr_type instr::type

Definition at line 112 of file cycle_model.h.


The documentation for this struct was generated from the following file:

Generated on Wed Sep 30 2020 14:02:26 for gem5 by doxygen 1.8.17