Re: [PATCH 28/55] target/arm: Implement MVE VMULL

2021-06-08 Thread Richard Henderson
On 6/7/21 9:57 AM, Peter Maydell wrote: Implement the MVE VMULL insn, which multiplies two single width integer elements to produce a double width result. Signed-off-by: Peter Maydell --- target/arm/helper-mve.h| 14 ++ target/arm/mve.decode | 5 + target/arm/mve_he

[PATCH 28/55] target/arm: Implement MVE VMULL

2021-06-07 Thread Peter Maydell
Implement the MVE VMULL insn, which multiplies two single width integer elements to produce a double width result. Signed-off-by: Peter Maydell --- target/arm/helper-mve.h| 14 ++ target/arm/mve.decode | 5 + target/arm/mve_helper.c| 35 +