On 8/24/20 7:29 AM, Peter Maydell wrote: > Implement the fp16 versions of the VFP VCVT instruction forms which > convert between floating point and fixed-point. > > Signed-off-by: Peter Maydell <peter.mayd...@linaro.org> > --- > target/arm/vfp.decode | 2 ++ > target/arm/translate-vfp.c.inc | 59 ++++++++++++++++++++++++++++++++++ > 2 files changed, 61 insertions(+)
Reviewed-by: Richard Henderson <richard.hender...@linaro.org> r~