On Fri, 30 Apr 2021 at 21:53, Richard Henderson <richard.hender...@linaro.org> wrote: > > SVE2 has two additional sizes of the operation and unlike NEON, > there is no saturation flag. Create new entry points for SVE2 > that do not set QC. > > Signed-off-by: Richard Henderson <richard.hender...@linaro.org> > --- > target/arm/helper.h | 17 ++++ > target/arm/sve.decode | 5 ++ > target/arm/translate-sve.c | 18 +++++ > target/arm/vec_helper.c | 161 +++++++++++++++++++++++++++++++++++-- > 4 files changed, 195 insertions(+), 6 deletions(-)
Reviewed-by: Peter Maydell <peter.mayd...@linaro.org> thanks -- PMM