]> git.ipfire.org Git - thirdparty/qemu.git/commit
target/arm: Implement MVE VQDMLSDH and VQRDMLSDH
authorPeter Maydell <peter.maydell@linaro.org>
Thu, 17 Jun 2021 12:16:21 +0000 (13:16 +0100)
committerPeter Maydell <peter.maydell@linaro.org>
Thu, 24 Jun 2021 13:58:48 +0000 (14:58 +0100)
commit92f117326af14d9bffc2ec99e0f112d33c0615ca
tree4131af369dfb02d880879057e5a965e6147d1940
parentfd677f8055fa88d72f01eb9aeb1dd90606d85444
target/arm: Implement MVE VQDMLSDH and VQRDMLSDH

Implement the MVE VQDMLSDH and VQRDMLSDH insns, which are
like VQDMLADH and VQRDMLADH except that products are subtracted
rather than added.

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