Added support for a few RV64I instructions

This commit is contained in:
Santosh Raghav Srivatsan
2021-11-11 13:35:14 -05:00
parent 9cd8dec397
commit d1892bd6ec
10 changed files with 114 additions and 13 deletions

View File

@@ -33,6 +33,10 @@ enum Opcode {
VS = 0x27,
// GPGPU Extension
GPGPU = 0x6b,
// simx64
// RV64I Extension
R_INST_64 = 0x3b,
I_INST_64 = 0x1b,
};
enum InstType {