On Wed, 25 Nov 2020 at 04:12, Richard Henderson <richard.hender...@linaro.org> wrote: > > The encoding of size = 2 and size = 3 had the incorrect decode > for align, overlapping the stride field. This error was hidden > by what should have been unnecessary masking in translate. > > Signed-off-by: Richard Henderson <richard.hender...@linaro.org> > --- > target/arm/neon-ls.decode | 4 ++-- > target/arm/translate-neon.c.inc | 4 ++-- > 2 files changed, 4 insertions(+), 4 deletions(-)
Reviewed-by: Peter Maydell <peter.mayd...@linaro.org> thanks -- PMM