On 8/28/20 11:33 AM, Peter Maydell wrote: > Convert the Neon VRINT-with-specified-rounding-mode insns to gvec, > and use this to implement the fp16 versions. > > Signed-off-by: Peter Maydell <peter.mayd...@linaro.org> > --- > target/arm/helper.h | 4 +- > target/arm/vec_helper.c | 21 +++++++++++ > target/arm/vfp_helper.c | 17 --------- > target/arm/translate-neon.c.inc | 67 +++------------------------------ > 4 files changed, 30 insertions(+), 79 deletions(-)
Reviewed-by: Richard Henderson <richard.hender...@linaro.org> r~