changeset 24b18c320b66 in /z/repo/m5
details: http://repo.m5sim.org/m5?cmd=changeset;node=24b18c320b66
description:
        ARM: Add some registers for big loads/stores to support neon.

diffstat:

 src/arch/arm/registers.hh |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diffs (12 lines):

diff -r aabe621e58df -r 24b18c320b66 src/arch/arm/registers.hh
--- a/src/arch/arm/registers.hh Mon Aug 23 11:18:40 2010 -0500
+++ b/src/arch/arm/registers.hh Mon Aug 23 11:18:40 2010 -0500
@@ -55,7 +55,7 @@
 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;
_______________________________________________
m5-dev mailing list
[email protected]
http://m5sim.org/mailman/listinfo/m5-dev

Reply via email to