arch: Make the ISA register types aliases for the global types.
The ISA specific types can thus be phased out. Change-Id: I8ea531a099fad140a4ec9c91cd972fe044111d60 Reviewed-on: https://gem5-review.googlesource.com/c/13623 Reviewed-by: Jason Lowe-Power <jason@lowepower.com> Maintainer: Jason Lowe-Power <jason@lowepower.com>
This commit is contained in:
@@ -46,11 +46,11 @@
|
||||
|
||||
namespace NullISA {
|
||||
|
||||
typedef uint64_t IntReg;
|
||||
typedef uint64_t FloatRegBits;
|
||||
typedef double FloatReg;
|
||||
typedef RegVal IntReg;
|
||||
typedef RegVal FloatRegBits;
|
||||
typedef FloatRegVal FloatReg;
|
||||
typedef uint8_t CCReg;
|
||||
typedef uint64_t MiscReg;
|
||||
typedef RegVal MiscReg;
|
||||
const RegIndex ZeroReg = 0;
|
||||
|
||||
// dummy typedefs since we don't have vector regs
|
||||
|
||||
Reference in New Issue
Block a user