summaryrefslogtreecommitdiff
path: root/src/arch/alpha/isa_traits.hh
diff options
context:
space:
mode:
authorGabe Black <gblack@eecs.umich.edu>2009-07-08 23:02:21 -0700
committerGabe Black <gblack@eecs.umich.edu>2009-07-08 23:02:21 -0700
commitaa031e1c116bc8bf22c844b4a9f3d2b3c69f995a (patch)
treef0f394c9cccb79149048a7a9d45a1bca4f926c4f /src/arch/alpha/isa_traits.hh
parent5c37d10624e0f9a9568f1eb1527832c55addba59 (diff)
downloadgem5-aa031e1c116bc8bf22c844b4a9f3d2b3c69f995a.tar.xz
Alpha: Move reg_redir into its own files, and move some constants into regfile.hh.
Diffstat (limited to 'src/arch/alpha/isa_traits.hh')
-rw-r--r--src/arch/alpha/isa_traits.hh15
1 files changed, 0 insertions, 15 deletions
diff --git a/src/arch/alpha/isa_traits.hh b/src/arch/alpha/isa_traits.hh
index c8d6f33f9..8157ef7ec 100644
--- a/src/arch/alpha/isa_traits.hh
+++ b/src/arch/alpha/isa_traits.hh
@@ -128,21 +128,6 @@ enum mode_type
// Constants Related to the number of registers
enum {
- NumIntArchRegs = 32,
- NumPALShadowRegs = 8,
- NumFloatArchRegs = 32,
- // @todo: Figure out what this number really should be.
- NumMiscArchRegs = 77,
-
- NumIntRegs = NumIntArchRegs + NumPALShadowRegs,
- NumFloatRegs = NumFloatArchRegs,
- NumMiscRegs = NumMiscArchRegs,
-
- TotalNumRegs =
- NumIntRegs + NumFloatRegs + NumMiscRegs + NumInternalProcRegs,
-
- TotalDataRegs = NumIntRegs + NumFloatRegs,
-
// semantically meaningful register indices
ZeroReg = 31, // architecturally meaningful
// the rest of these depend on the ABI