Re: [PATCH v2 55/57] target/arm: Implement MVE VHCADD

2021-06-14 Thread Richard Henderson
On 6/14/21 8:10 AM, Peter Maydell wrote: Implement the MVE VHCADD insn, which is similar to VCADD but performs a halving step. This one overlaps with VADC. Signed-off-by: Peter Maydell --- target/arm/helper-mve.h| 8 target/arm/mve.decode | 8 ++-- target/arm/mve_helper

[PATCH v2 55/57] target/arm: Implement MVE VHCADD

2021-06-14 Thread Peter Maydell
Implement the MVE VHCADD insn, which is similar to VCADD but performs a halving step. This one overlaps with VADC. Signed-off-by: Peter Maydell --- target/arm/helper-mve.h| 8 target/arm/mve.decode | 8 ++-- target/arm/mve_helper.c| 2 ++ target/arm/translate-mve.c | 4