On 8/24/20 7:29 AM, Peter Maydell wrote: > Macroify creation of the trans functions for single and double > precision VFMA, VFMS, VFNMA, VFNMS. The repetition was OK for > two sizes, but we're about to add halfprec and it will get a bit > more than seems reasonable. > > Signed-off-by: Peter Maydell <peter.mayd...@linaro.org> > --- > target/arm/translate-vfp.c.inc | 50 +++++++++------------------------- > 1 file changed, 13 insertions(+), 37 deletions(-)
Reviewed-by: Richard Henderson <richard.hender...@linaro.org> r~