Re: [PATCH 24/55] target/arm: Implement MVE VRMULH

2021-06-08 Thread Richard Henderson
On 6/7/21 9:57 AM, Peter Maydell wrote: Implement the MVE VRMULH insn, which performs a rounding multiply and then returns the high half. Signed-off-by: Peter Maydell --- target/arm/helper-mve.h| 7 +++ target/arm/mve.decode | 3 +++ target/arm/mve_helper.c| 22 +++

[PATCH 24/55] target/arm: Implement MVE VRMULH

2021-06-07 Thread Peter Maydell
Implement the MVE VRMULH insn, which performs a rounding multiply and then returns the high half. Signed-off-by: Peter Maydell --- target/arm/helper-mve.h| 7 +++ target/arm/mve.decode | 3 +++ target/arm/mve_helper.c| 22 ++ target/arm/translate-mve.c | 2