qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: Peter Maydell
Subject: Re: [PATCH 10/11] target/arm: Fix decode of align in VLDST_single
Date: Tue, 1 Dec 2020 14:09:57 +0000

On Wed, 25 Nov 2020 at 04:12, Richard Henderson
<richard.henderson@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.henderson@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.maydell@linaro.org>

thanks
-- PMM



reply via email to

[Prev in Thread] Current Thread [Next in Thread]