Re: [PATCH 30/55] target/arm: Implement MVE VMLSLDAV
On 6/7/21 9:57 AM, Peter Maydell wrote: +static bool trans_VMLSLDAV(DisasContext *s, arg_vmlaldav *a) +{ +MVEGenDualAccOpFn *fns[4][2] = { static const, otherwise, Reviewed-by: Richard Henderson r~
[PATCH 30/55] target/arm: Implement MVE VMLSLDAV
Implement the MVE insn VMLSLDAV, which multiplies source elements, alternately adding and subtracting them, and accumulates into a 64-bit result in a pair of general purpose registers. Signed-off-by: Peter Maydell --- target/arm/helper-mve.h| 5 + target/arm/mve.decode | 2 ++ tar