On 8/24/20 7:29 AM, Peter Maydell wrote: > Implement fp16 versions of the VFP VMLA, VMLS, VNMLS, VNMLA, VNMUL > instructions. (These are all the remaining ones which we implement > via do_vfp_3op_[hsd]p().) > > Signed-off-by: Peter Maydell <peter.mayd...@linaro.org> > --- > target/arm/helper.h | 1 + > target/arm/vfp.decode | 5 ++ > target/arm/vfp_helper.c | 5 ++ > target/arm/translate-vfp.c.inc | 84 ++++++++++++++++++++++++++++++++++ > 4 files changed, 95 insertions(+)
Same comments re the helper types. Otherwise, Reviewed-by: Richard Henderson <richard.hender...@linaro.org> r~ PS: At some point we really ought to inline all of the fp neg/abs helpers.