diff options
-rw-r--r-- | src/arch/arm/registers.hh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/arch/arm/registers.hh b/src/arch/arm/registers.hh index 7f6309bea..f2dfce425 100644 --- a/src/arch/arm/registers.hh +++ b/src/arch/arm/registers.hh @@ -88,8 +88,8 @@ const int NumMiscRegs = NUM_MISCREGS; // Vec, PredVec const int NumFloatV7ArchRegs = 64; -const int NumVecV7ArchRegs = 64; -const int NumVecV8ArchRegs = 32; +const int NumVecV7ArchRegs = 16; // Q0-Q15 +const int NumVecV8ArchRegs = 32; // V0-V31 const int NumVecSpecialRegs = 8; const int NumVecIntrlvRegs = 4; const int NumVecRegs = NumVecV8ArchRegs + NumVecSpecialRegs + NumVecIntrlvRegs; |