On Fri, 30 Apr 2021 at 22:07, Richard Henderson <richard.hender...@linaro.org> wrote: > > From: Stephen Long <stepl...@quicinc.com> > > Signed-off-by: Stephen Long <stepl...@quicinc.com> > Message-Id: <20200422165503.13511-1-stepl...@quicinc.com> > [rth: Fix indexing in helpers, expand macro to straight functions.] > Signed-off-by: Richard Henderson <richard.hender...@linaro.org> > --- > target/arm/cpu.h | 10 ++++++ > target/arm/helper-sve.h | 3 ++ > target/arm/sve.decode | 4 +++ > target/arm/sve_helper.c | 74 ++++++++++++++++++++++++++++++++++++++ > target/arm/translate-sve.c | 34 ++++++++++++++++++ > 5 files changed, 125 insertions(+)
Reviewed-by: Peter Maydell <peter.mayd...@linaro.org> thanks -- PMM