On Fri, 4 Mar 2022 at 00:17, Richard Henderson <richard.hender...@linaro.org> wrote: > > We were mapping this to ld1 (32-bit unpacked unscaled offset), > which discarded the upper 32 bits of the address coming from > the vector argument. > > Fixed by setting XS=2, which is the existing translator internal > value for no extension. Update the comments, which matched the > incorrect code. > > Fixes: https://gitlab.com/qemu-project/qemu/-/issues/826 > Signed-off-by: Richard Henderson <richard.hender...@linaro.org> > --- > target/arm/sve.decode | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) >
Reviewed-by: Peter Maydell <peter.mayd...@linaro.org> thanks -- PMM