On Fri, 16 Apr 2021 at 22:58, Richard Henderson <richard.hender...@linaro.org> wrote: > > For SVE, we potentially have a 4th argument coming from the > movprfx instruction. Currently we do not optimize movprfx, > so the problem is not visible. > > Signed-off-by: Richard Henderson <richard.hender...@linaro.org> > --- > target/arm/helper.h | 20 ++++++------- > target/arm/translate-a64.c | 28 ++++++++++++++---- > target/arm/translate-sve.c | 5 ++-- > target/arm/vec_helper.c | 50 +++++++++++++-------------------- > target/arm/translate-neon.c.inc | 10 ++++--- > 5 files changed, 62 insertions(+), 51 deletions(-)
Reviewed-by: Peter Maydell <peter.mayd...@linaro.org> thanks -- PMM