Re: [PATCH v6 46/82] target/arm: Implement SVE2 FMMLA

2021-05-13 Thread Peter Maydell
On Fri, 30 Apr 2021 at 22:07, Richard Henderson wrote: > > From: Stephen Long > > Signed-off-by: Stephen Long > Message-Id: <20200422165503.13511-1-stepl...@quicinc.com> > [rth: Fix indexing in helpers, expand macro to straight functions.] > Signed-off-by: Richard Henderson > --- > target/arm/

[PATCH v6 46/82] target/arm: Implement SVE2 FMMLA

2021-04-30 Thread Richard Henderson
From: Stephen Long Signed-off-by: Stephen Long Message-Id: <20200422165503.13511-1-stepl...@quicinc.com> [rth: Fix indexing in helpers, expand macro to straight functions.] Signed-off-by: Richard Henderson --- target/arm/cpu.h | 10 ++ target/arm/helper-sve.h| 3 ++ target/a