From 6df196b71e058b2c827e1027416155ac8ec8cf9f Mon Sep 17 00:00:00 2001 From: Ali Saidi Date: Tue, 5 Jun 2012 01:23:09 -0400 Subject: O3: Clean up the O3 structures and try to pack them a bit better. DynInst is extremely large the hope is that this re-organization will put the most used members close to each other. --- src/arch/arm/registers.hh | 1 + 1 file changed, 1 insertion(+) (limited to 'src/arch/arm/registers.hh') diff --git a/src/arch/arm/registers.hh b/src/arch/arm/registers.hh index 1a688af56..cd2f1f9b8 100644 --- a/src/arch/arm/registers.hh +++ b/src/arch/arm/registers.hh @@ -55,6 +55,7 @@ namespace ArmISA { const int MaxInstSrcRegs = ArmISAInst::MaxInstDestRegs + ArmISAInst::MaxInstSrcRegs; using ArmISAInst::MaxInstDestRegs; +using ArmISAInst::MaxMiscDestRegs; typedef uint16_t RegIndex; -- cgit v1.2.3