On 6/7/21 9:58 AM, Peter Maydell wrote:
Implement the scalar variants of the MVE VHADD and VHSUB insns.Signed-off-by: Peter Maydell<peter.mayd...@linaro.org> --- target/arm/helper-mve.h | 16 ++++++++++++++++ target/arm/mve.decode | 4 ++++ target/arm/mve_helper.c | 8 ++++++++ target/arm/translate-mve.c | 4 ++++ 4 files changed, 32 insertions(+)
Reviewed-by: Richard Henderson <richard.hender...@linaro.org> r~