87a88
> const int NumVecIntrlvRegs = 4;
90c91
< const int NumVecRegs = NumVecV8ArchRegs + NumVecSpecialRegs;
---
> const int NumVecRegs = NumVecV8ArchRegs + NumVecSpecialRegs + NumVecIntrlvRegs;
96a98,101
> const int INTRLVREG0 = NumVecV8ArchRegs + NumVecSpecialRegs;
> const int INTRLVREG1 = INTRLVREG0 + 1;
> const int INTRLVREG2 = INTRLVREG0 + 2;
> const int INTRLVREG3 = INTRLVREG0 + 3;