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 integer with a specified > rounding mode. > > Signed-off-by: Peter Maydell <peter.mayd...@linaro.org> > --- > target/arm/vfp-uncond.decode | 6 ++++-- > target/arm/translate-vfp.c.inc | 32 ++++++++++++++++++++++++-------- > 2 files changed, 28 insertions(+), 10 deletions(-)
Reviewed-by: Richard Henderson <richard.hender...@linaro.org> r~