On 8/24/20 7:29 AM, Peter Maydell wrote: > Implement the fp16 version of the VFP VRINT* insns. > > Signed-off-by: Peter Maydell <peter.mayd...@linaro.org> > --- > target/arm/helper.h | 2 + > target/arm/vfp-uncond.decode | 6 ++- > target/arm/vfp.decode | 3 ++ > target/arm/vfp_helper.c | 21 ++++++++ > target/arm/translate-vfp.c.inc | 98 +++++++++++++++++++++++++++++++--- > 5 files changed, 122 insertions(+), 8 deletions(-)
Same comments re the helper types. Otherwise, Reviewed-by: Richard Henderson <richard.hender...@linaro.org> r~