summaryrefslogtreecommitdiff
path: root/arch/alpha/types.hh
diff options
context:
space:
mode:
Diffstat (limited to 'arch/alpha/types.hh')
-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