On Fri, 23 Jul 2021 at 21:36, Richard Henderson <richard.hender...@linaro.org> wrote: > > Currently, our only caller is sve_zcr_len_for_el, which has > already masked the length extracted from ZCR_ELx, so the > masking done here is a nop. But we will shortly have uses > from other locations, where the length will be unmasked. > > Saturate the length to ARM_MAX_VQ instead of truncating to > the low 4 bits. > > Signed-off-by: Richard Henderson <richard.hender...@linaro.org> > ---
Reviewed-by: Peter Maydell <peter.mayd...@linaro.org> thanks -- PMM