On 8/28/20 11:33 AM, Peter Maydell wrote: > Convert the Neon VRECPS insn to using a gvec helper, and > use this to implement the fp16 case. > > The phrasing of the new float32_recps_nf() is slightly different from > the old recps_f32() so that it parallels the f16 version; for f16 we > can't assume that flush-to-zero is always enabled. > > Signed-off-by: Peter Maydell <peter.mayd...@linaro.org> > --- > target/arm/helper.h | 4 +++- > target/arm/vec_helper.c | 31 +++++++++++++++++++++++++++++++ > target/arm/vfp_helper.c | 13 ------------- > target/arm/translate-neon.c.inc | 21 +-------------------- > 4 files changed, 35 insertions(+), 34 deletions(-)
Reviewed-by: Richard Henderson <richard.hender...@linaro.org> r~