On 9 August 2018 at 05:22, Richard Henderson <[email protected]> wrote: > This implements the feature for softmmu, and moves the > main loop out of a macro and into a function. > > Signed-off-by: Richard Henderson <[email protected]> > --- > target/arm/helper-sve.h | 84 ++++++++--- > target/arm/sve_helper.c | 290 +++++++++++++++++++++++++++---------- > target/arm/translate-sve.c | 84 +++++------ > 3 files changed, 321 insertions(+), 137 deletions(-)
Reviewed-by: Peter Maydell <[email protected]> thanks -- PMM
