projects
/
gem5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fc17300
)
ARM: Add some registers for big loads/stores to support neon.
author
Ali Saidi
<Ali.Saidi@ARM.com>
Mon, 23 Aug 2010 16:18:40 +0000
(11:18 -0500)
committer
Ali Saidi
<Ali.Saidi@ARM.com>
Mon, 23 Aug 2010 16:18:40 +0000
(11:18 -0500)
src/arch/arm/registers.hh
patch
|
blob
|
history
diff --git
a/src/arch/arm/registers.hh
b/src/arch/arm/registers.hh
index 670b4b841b2ce5a34bf5571c1e6f2214d5a1c023..480178860ff77ae663df9623146ad082d8f2c71c 100644
(file)
--- a/
src/arch/arm/registers.hh
+++ b/
src/arch/arm/registers.hh
@@
-55,7
+55,7
@@
typedef uint64_t MiscReg;
const int NumIntArchRegs = NUM_ARCH_INTREGS;
// The number of single precision floating point registers
const int NumFloatArchRegs = 64;
-const int NumFloatSpecialRegs =
5
;
+const int NumFloatSpecialRegs =
8
;
const int NumIntRegs = NUM_INTREGS;
const int NumFloatRegs = NumFloatArchRegs + NumFloatSpecialRegs;