On Sun, 6 Mar 2022 at 19:40, Richard Henderson <richard.hender...@linaro.org> 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.hender...@linaro.org> > --- > target/arm/sve.decode | 15 +++++++++------ > 1 file changed, 9 insertions(+), 6 deletions(-)
Applied to target-arm.next, thanks. It seems to me sufficiently distinct that I won't bother squashing it with the other. PS: the keyword gitlab looks for to auto-close issues is "Resolves:", not "Fixes:". -- PMM