Re: [PATCH 34/55] target/arm: Implement MVE VSUB, VMUL (scalar)

2021-06-09 Thread Richard Henderson
On 6/7/21 9:58 AM, Peter Maydell wrote: Implement the scalar forms of the MVE VSUB and VMUL insns. Signed-off-by: Peter Maydell --- target/arm/helper-mve.h| 8 target/arm/mve.decode | 2 ++ target/arm/mve_helper.c| 2 ++ target/arm/translate-mve.c | 2 ++ 4 files chan

[PATCH 34/55] target/arm: Implement MVE VSUB, VMUL (scalar)

2021-06-07 Thread Peter Maydell
Implement the scalar forms of the MVE VSUB and VMUL insns. Signed-off-by: Peter Maydell --- target/arm/helper-mve.h| 8 target/arm/mve.decode | 2 ++ target/arm/mve_helper.c| 2 ++ target/arm/translate-mve.c | 2 ++ 4 files changed, 14 insertions(+) diff --git a/target/arm