Re: [PATCH 10/11] target/arm: Fix decode of align in VLDST_single

2020-12-01 Thread Peter Maydell
On Wed, 25 Nov 2020 at 04:12, Richard Henderson 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 > --- > ta

[PATCH 10/11] target/arm: Fix decode of align in VLDST_single

2020-11-24 Thread Richard Henderson
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 --- target/arm/neon-ls.decode | 4 ++-- target/arm/translate-neon.c.inc