]> xenbits.xensource.com Git - qemu-xen.git/commit
target/arm: Implement MVE VHADD, VHSUB
authorPeter Maydell <peter.maydell@linaro.org>
Thu, 17 Jun 2021 12:16:01 +0000 (13:16 +0100)
committerPeter Maydell <peter.maydell@linaro.org>
Mon, 21 Jun 2021 16:12:51 +0000 (17:12 +0100)
commitabc48e310cc95f616ae65ccb167019eebf7e705b
tree32c038f84ac1814b39d2c8b59010ec12377d8355
parentbc67aa8d561e6ebf93b724c9abf3a7a1f95839c9
target/arm: Implement MVE VHADD, VHSUB

Implement MVE VHADD and VHSUB insns, which perform an addition
or subtraction and then halve the result.

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-id: 20210617121628.20116-18-peter.maydell@linaro.org
target/arm/helper-mve.h
target/arm/mve.decode
target/arm/mve_helper.c
target/arm/translate-mve.c