On Fri, 30 Apr 2021 at 22:07, Richard Henderson <[email protected]> wrote: > > From: Stephen Long <[email protected]> > > Signed-off-by: Stephen Long <[email protected]> > Message-Id: <[email protected]> > [rth: Fix indexing in helpers, expand macro to straight functions.] > Signed-off-by: Richard Henderson <[email protected]> > --- > 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 <[email protected]> thanks -- PMM
