Re: [PATCH v2 32/45] target/arm: Implement fp16 for Neon fp compare-vs-0

2020-08-28 Thread Richard Henderson
On 8/28/20 11:33 AM, Peter Maydell wrote: > Convert the neon floating-point vector compare-vs-0 insns VCEQ0, > VCGT0, VCLE0, VCGE0 and VCLT0 to use a gvec helper, and use this to > implement the fp16 case. > > Signed-off-by: Peter Maydell > --- > target/arm/helper.h | 15

[PATCH v2 32/45] target/arm: Implement fp16 for Neon fp compare-vs-0

2020-08-28 Thread Peter Maydell
Convert the neon floating-point vector compare-vs-0 insns VCEQ0, VCGT0, VCLE0, VCGE0 and VCLT0 to use a gvec helper, and use this to implement the fp16 case. Signed-off-by: Peter Maydell --- target/arm/helper.h | 15 +++ target/arm/vec_helper.c | 25 ++