summaryrefslogtreecommitdiff
path: root/src/arch/x86/x86_traits.hh
diff options
context:
space:
mode:
authorGabe Black <gblack@eecs.umich.edu>2007-09-13 16:34:46 -0700
committerGabe Black <gblack@eecs.umich.edu>2007-09-13 16:34:46 -0700
commitf7b6230d99e102f3a6195687fed0617005a70424 (patch)
tree360dd76c0b7d7f159e816af90ab8fb3e62f3c36c /src/arch/x86/x86_traits.hh
parent0f57b407a3df68f93e73e0635569d7bf5dd151b0 (diff)
downloadgem5-f7b6230d99e102f3a6195687fed0617005a70424.tar.xz
X86: Total overhaul of the division instructions and microops.
--HG-- extra : convert_revision : 303ea45f69f7805361ad877fe6bb43fbc3dfd7a6
Diffstat (limited to 'src/arch/x86/x86_traits.hh')
-rw-r--r--src/arch/x86/x86_traits.hh3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/arch/x86/x86_traits.hh b/src/arch/x86/x86_traits.hh
index 9ea8eaef4..33ec13372 100644
--- a/src/arch/x86/x86_traits.hh
+++ b/src/arch/x86/x86_traits.hh
@@ -64,11 +64,12 @@ namespace X86ISA
const int NumPseudoIntRegs = 1;
//1. The condition code bits of the rflags register.
- const int NumImplicitIntRegs = 4;
+ const int NumImplicitIntRegs = 5;
//1. The lower part of the result of multiplication.
//2. The upper part of the result of multiplication.
//3. The quotient from division
//4. The remainder from division
+ //5. The divisor for division
const int NumMMXRegs = 8;
const int NumXMMRegs = 16;