Re: [PATCH v2 25/45] target/arm: Implement fp16 for Neon VABS, VNEG of floats

2020-08-28 Thread Richard Henderson
On 8/28/20 11:33 AM, Peter Maydell wrote: > Rewrite Neon VABS/VNEG of floats to use gvec logical AND and XOR, so > that we can implement the fp16 version of the insns. > > Signed-off-by: Peter Maydell > --- > target/arm/translate-neon.c.inc | 34 +++-- > 1 file change

[PATCH v2 25/45] target/arm: Implement fp16 for Neon VABS, VNEG of floats

2020-08-28 Thread Peter Maydell
Rewrite Neon VABS/VNEG of floats to use gvec logical AND and XOR, so that we can implement the fp16 version of the insns. Signed-off-by: Peter Maydell --- target/arm/translate-neon.c.inc | 34 +++-- 1 file changed, 28 insertions(+), 6 deletions(-) diff --git a/target