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
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