On 8/28/20 11:33 AM, Peter Maydell wrote: > Convert the Neon VCVT float<->fixed-point insns to a > gvec style, in preparation for adding fp16 support. > > Signed-off-by: Peter Maydell <[email protected]> > --- > target/arm/helper.h | 5 +++++ > target/arm/vec_helper.c | 20 +++++++++++++++++++ > target/arm/translate-neon.c.inc | 35 +++++++++++++++++---------------- > 3 files changed, 43 insertions(+), 17 deletions(-)
Reviewed-by: Richard Henderson <[email protected]> r~
