]> Git Repo - qemu.git/commit
target/arm: Implement MVE VHADD, VHSUB
authorPeter Maydell <[email protected]>
Thu, 17 Jun 2021 12:16:01 +0000 (13:16 +0100)
committerPeter Maydell <[email protected]>
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 <[email protected]>
Reviewed-by: Richard Henderson <[email protected]>
Message-id: 20210617121628[email protected]
target/arm/helper-mve.h
target/arm/mve.decode
target/arm/mve_helper.c
target/arm/translate-mve.c
This page took 0.022357 seconds and 4 git commands to generate.