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<peter.mayd...@linaro.org> --- target/arm/helper-mve.h | 8 ++++++++ target/arm/mve.decode | 8 ++++++-- target/arm/mve_helper.c | 2 ++ target/arm/translate-mve.c | 4 +++- 4 files changed, 19 insertions(+), 3 deletions(-)
Reviewed-by: Richard Henderson <richard.hender...@linaro.org> r~