Re: [PATCH v2 26/45] target/arm: Implement fp16 for VCEQ, VCGE, VCGT comparisons

2020-08-28 Thread Richard Henderson
On 8/28/20 11:33 AM, Peter Maydell wrote: > Convert the Neon floating-point vector comparison ops VCEQ, > VCGE and VCGT over to using a gvec helper and use this to > implement the fp16 case. > > (We put the float16_ceq() etc functions above the DO_2OP() > macro definition because later when we con

[PATCH v2 26/45] target/arm: Implement fp16 for VCEQ, VCGE, VCGT comparisons

2020-08-28 Thread Peter Maydell
Convert the Neon floating-point vector comparison ops VCEQ, VCGE and VCGT over to using a gvec helper and use this to implement the fp16 case. (We put the float16_ceq() etc functions above the DO_2OP() macro definition because later when we convert the compare-against-zero instructions we'll want