Re: [PATCH v2 38/45] target/arm: Implement fp16 for Neon VCVT fixed-point

2020-08-28 Thread Richard Henderson
On 8/28/20 11:33 AM, Peter Maydell wrote: > Implement fp16 for the Neon VCVT insns which convert between > float and fixed-point. > > Signed-off-by: Peter Maydell > --- > target/arm/helper.h | 5 + > target/arm/neon-dp.decode | 8 +++- > target/arm/vec_helper.c

[PATCH v2 38/45] target/arm: Implement fp16 for Neon VCVT fixed-point

2020-08-28 Thread Peter Maydell
Implement fp16 for the Neon VCVT insns which convert between float and fixed-point. Signed-off-by: Peter Maydell --- target/arm/helper.h | 5 + target/arm/neon-dp.decode | 8 +++- target/arm/vec_helper.c | 4 target/arm/translate-neon.c.inc | 5 + 4 fil