projects
/
gem5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d85cd08
)
X86: Add some misc registers for FP control state.
author
Gabe Black
<gblack@eecs.umich.edu>
Mon, 20 Jul 2009 06:51:41 +0000
(23:51 -0700)
committer
Gabe Black
<gblack@eecs.umich.edu>
Mon, 20 Jul 2009 06:51:41 +0000
(23:51 -0700)
src/arch/x86/miscregs.hh
patch
|
blob
|
history
diff --git
a/src/arch/x86/miscregs.hh
b/src/arch/x86/miscregs.hh
index 2dc4587e37ec0501627eaa5747a389f457b7a06a..5ab40286751d34eb915c0aa45c1b7d913f2526f5 100644
(file)
--- a/
src/arch/x86/miscregs.hh
+++ b/
src/arch/x86/miscregs.hh
@@
-374,6
+374,17
@@
namespace X86ISA
MISCREG_X87_TOP =
MISCREG_SEG_ATTR_BASE + NUM_SEGMENTREGS,
+ MISCREG_MXCSR,
+ MISCREG_FCW,
+ MISCREG_FSW,
+ MISCREG_FTW,
+ MISCREG_FTAG,
+ MISCREG_FISEG,
+ MISCREG_FIOFF,
+ MISCREG_FOSEG,
+ MISCREG_FOOFF,
+ MISCREG_FOP,
+
//XXX Add "Model-Specific Registers"
MISCREG_APIC_BASE,