ARM: Add some registers for big loads/stores to support neon.
This commit is contained in:
parent
fc1730044e
commit
5148c693d8
1 changed files with 1 additions and 1 deletions
|
@ -55,7 +55,7 @@ typedef uint64_t MiscReg;
|
||||||
const int NumIntArchRegs = NUM_ARCH_INTREGS;
|
const int NumIntArchRegs = NUM_ARCH_INTREGS;
|
||||||
// The number of single precision floating point registers
|
// The number of single precision floating point registers
|
||||||
const int NumFloatArchRegs = 64;
|
const int NumFloatArchRegs = 64;
|
||||||
const int NumFloatSpecialRegs = 5;
|
const int NumFloatSpecialRegs = 8;
|
||||||
|
|
||||||
const int NumIntRegs = NUM_INTREGS;
|
const int NumIntRegs = NUM_INTREGS;
|
||||||
const int NumFloatRegs = NumFloatArchRegs + NumFloatSpecialRegs;
|
const int NumFloatRegs = NumFloatArchRegs + NumFloatSpecialRegs;
|
||||||
|
|
Loading…
Reference in a new issue