On 30 May 2018 at 19:01, Richard Henderson <richard.hender...@linaro.org> wrote: > Rearrange the arithmetic so that we are agnostic about the total size > of the vector and the size of the element. This will allow us to index > up to the 32nd byte and with 16-byte elements. > > Signed-off-by: Richard Henderson <richard.hender...@linaro.org> > --- > target/arm/translate-a64.h | 26 +++++++++++++++++--------- > 1 file changed, 17 insertions(+), 9 deletions(-) >
Reviewed-by: Peter Maydell <peter.mayd...@linaro.org> thanks -- PMM