qemu-arm
[Top][All Lists]
Advanced

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

Re: [PATCH] target/arm: Fix sve2 ldnt1 and stnt1


From: Richard Henderson
Subject: Re: [PATCH] target/arm: Fix sve2 ldnt1 and stnt1
Date: Sun, 6 Mar 2022 09:43:22 -1000
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.5.0

On 3/6/22 09:40, Richard Henderson wrote:
The order of arguments between ldnt1 and ld1 are swapped in the
architecture, and similarly for stnt1 and st1.  Swap them in the
decode so that we have "m" be the vector operand and "n" be the
general operand.

Fixes: https://gitlab.com/qemu-project/qemu/-/issues/826
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
---
  target/arm/sve.decode | 15 +++++++++------
  1 file changed, 9 insertions(+), 6 deletions(-)

Oh, Peter, perhaps squash this into the other fix for LDNT1?

r~



reply via email to

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