Re: [PATCH v6 73/82] target/arm: Implement SVE2 fp multiply-add long

2021-05-15 Thread Richard Henderson
On 5/13/21 12:04 PM, Peter Maydell wrote: We now have a full set of these macros in vec_helper.c and sve_helper.c, and I'm going to need them in the MVE mve_helper.c too. This seems like a good point to pull them out into a suitable header file and add a documentation comment that makes it clear

Re: [PATCH v6 73/82] target/arm: Implement SVE2 fp multiply-add long

2021-05-13 Thread Peter Maydell
On Fri, 30 Apr 2021 at 22:19, Richard Henderson wrote: > > From: Stephen Long > > Implements both vectored and indexed FMLALB, FMLALT, FMLSLB, FMLSLT > > Signed-off-by: Stephen Long > Message-Id: <20200504171240.11220-1-stepl...@quicinc.com> > [rth: Rearrange to use float16_to_float32_by_bits.]

[PATCH v6 73/82] target/arm: Implement SVE2 fp multiply-add long

2021-04-30 Thread Richard Henderson
From: Stephen Long Implements both vectored and indexed FMLALB, FMLALT, FMLSLB, FMLSLT Signed-off-by: Stephen Long Message-Id: <20200504171240.11220-1-stepl...@quicinc.com> [rth: Rearrange to use float16_to_float32_by_bits.] Signed-off-by: Richard Henderson --- target/arm/helper.h| 5