summaryrefslogtreecommitdiff
path: root/arch/alpha
diff options
context:
space:
mode:
authorGabe Black <gblack@eecs.umich.edu>2006-03-16 14:08:31 -0500
committerGabe Black <gblack@eecs.umich.edu>2006-03-16 14:08:31 -0500
commit1d741c48af9f08718d359d9e3b7d3c0bf562a467 (patch)
tree088166d7dbb41b065080a4ace70ce91a9aa24039 /arch/alpha
parent31a20c88c52f6051575fe760251407d11e5715ba (diff)
parent558cc7f775dc404e4152212b5c6459ad9f4bb269 (diff)
downloadgem5-1d741c48af9f08718d359d9e3b7d3c0bf562a467.tar.xz
Merge m5.eecs.umich.edu:/bk/newmem
into ewok.(none):/home/gblack/m5/newmem arch/sparc/isa/decoder.isa: SCCS merged --HG-- extra : convert_revision : 460843b49bc96b3fbc5897828c23f9cf9b010ae0
Diffstat (limited to 'arch/alpha')
-rw-r--r--arch/alpha/types.hh13
1 files changed, 0 insertions, 13 deletions
diff --git a/arch/alpha/types.hh b/arch/alpha/types.hh
index 3cd93c6b0..d4cb482d8 100644
--- a/arch/alpha/types.hh
+++ b/arch/alpha/types.hh
@@ -38,19 +38,6 @@ namespace AlphaISA
typedef uint64_t ExtMachInst;
typedef uint8_t RegIndex;
- // These enumerate all the registers for dependence tracking.
- enum DependenceTags {
- // 0..31 are the integer regs 0..31
- // 32..63 are the FP regs 0..31, i.e. use (reg + FP_Base_DepTag)
- FP_Base_DepTag = 40,
- Ctrl_Base_DepTag = 72,
- Fpcr_DepTag = 72, // floating point control register
- Uniq_DepTag = 73,
- Lock_Flag_DepTag = 74,
- Lock_Addr_DepTag = 75,
- IPR_Base_DepTag = 76
- };
-
typedef uint64_t IntReg;
// floating point register file entry type