74a75,80
> /**
> * SVE vector length, encoded in the same format as the ZCR_EL<x>.LEN
> * bitfields.
> */
> int sveLen;
>
199a206,210
>
> void setSveLen(uint8_t len)
> {
> sveLen = len;
> }