ARM: Add some registers for big loads/stores to support neon.
authorAli Saidi <Ali.Saidi@ARM.com>
Mon, 23 Aug 2010 16:18:40 +0000 (11:18 -0500)
committerAli Saidi <Ali.Saidi@ARM.com>
Mon, 23 Aug 2010 16:18:40 +0000 (11:18 -0500)
src/arch/arm/registers.hh

index 670b4b841b2ce5a34bf5571c1e6f2214d5a1c023..480178860ff77ae663df9623146ad082d8f2c71c 100644 (file)
@@ -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;