On 8/24/20 7:29 AM, Peter Maydell wrote: > Implement VFP fp16 support for fused multiply-add insns > VFNMA, VFNMS, VFMA, VFMS. > > Signed-off-by: Peter Maydell <peter.mayd...@linaro.org> > --- > target/arm/helper.h | 1 + > target/arm/vfp.decode | 5 +++ > target/arm/vfp_helper.c | 6 ++++ > target/arm/translate-vfp.c.inc | 64 ++++++++++++++++++++++++++++++++++ > 4 files changed, 76 insertions(+)
Same comments re the helper types. Otherwise, Reviewed-by: Richard Henderson <richard.hender...@linaro.org> r~