On 8/24/20 7:29 AM, Peter Maydell wrote: > Now the VFP_CONV_FIX macros can handle fp16's distinction between the > width of the operation and the width of the type used to pass operands, > use the macros rather than the open-coded functions. > > This creates an extra six helper functions, all of which we are going > to need for the AArch32 VFP fp16 instructions. > > Signed-off-by: Peter Maydell <peter.mayd...@linaro.org> > --- > target/arm/helper.h | 6 +++ > target/arm/vfp_helper.c | 86 +++-------------------------------------- > 2 files changed, 12 insertions(+), 80 deletions(-)
Same comments re the helper types. Otherwise, Reviewed-by: Richard Henderson <richard.hender...@linaro.org> r~