Re: [PATCH v2 37/45] target/arm: Convert Neon VCVT fixed-point to gvec
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 > --- > target/arm/helper.h | 5 + > target/arm/vec_helper.c | 20 +++ >
[PATCH v2 37/45] target/arm: Convert Neon VCVT fixed-point to gvec
Convert the Neon VCVT float<->fixed-point insns to a gvec style, in preparation for adding fp16 support. Signed-off-by: Peter Maydell --- target/arm/helper.h | 5 + target/arm/vec_helper.c | 20 +++ target/arm/translate-neon.c.inc | 35 +--