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

@@ -12,7 +12,8 @@ typedef int32_t WordI;
// simx64
typedef uint64_t DoubleWord;
typedef uint32_t Addr;
// simx64
typedef uint64_t Addr;
typedef uint32_t Size;
typedef std::bitset<32> RegMask;