OpenASIP 2.2
|
#include <RISCVTools.hh>
Public Attributes | |
int | baseopcode |
int | funct3 |
int | funct7 |
int | funct2 |
Definition at line 35 of file RISCVTools.hh.
int R4Instruction::baseopcode |
Definition at line 36 of file RISCVTools.hh.
Referenced by unpackInstruction().
int R4Instruction::funct2 |
Definition at line 39 of file RISCVTools.hh.
Referenced by unpackInstruction().
int R4Instruction::funct3 |
Definition at line 37 of file RISCVTools.hh.
Referenced by unpackInstruction().
int R4Instruction::funct7 |
Definition at line 38 of file RISCVTools.hh.
Referenced by unpackInstruction().