Merge branch 'simx64'

This commit is contained in:
Santosh Srivatsan
2021-12-10 21:48:29 -05:00
115 changed files with 9835 additions and 246 deletions

View File

@@ -13,8 +13,11 @@ namespace vortex {
typedef uint8_t Byte;
typedef uint32_t Word;
typedef int32_t WordI;
// simx64
typedef uint64_t DoubleWord;
typedef int64_t DoubleWordI;
typedef uint32_t Addr;
typedef uint64_t Addr;
typedef uint32_t Size;
typedef std::bitset<32> RegMask;