Re: [PATCH v2] target/arm: Implement SVE2 FMMLA

2020-04-22 Thread Richard Henderson
On 4/22/20 7:15 AM, Stephen Long wrote: > Signed-off-by: Stephen Long > > I'm guessing endianness doesn't matter because we are writing to the > corresponding 32-bit/64-bit in the destination register. > --- > target/arm/cpu.h | 10 + > target/arm/helper-sve.h| 3 +++ > ta

[PATCH v2] target/arm: Implement SVE2 FMMLA

2020-04-22 Thread Stephen Long
Signed-off-by: Stephen Long I'm guessing endianness doesn't matter because we are writing to the corresponding 32-bit/64-bit in the destination register. --- target/arm/cpu.h | 10 + target/arm/helper-sve.h| 3 +++ target/arm/sve.decode | 4 target/arm/sve_helpe