]> git.ipfire.org Git - thirdparty/qemu.git/commit
target/arm: Implement MVE VQDMULH and VQRDMULH (scalar)
authorPeter Maydell <peter.maydell@linaro.org>
Thu, 17 Jun 2021 12:16:12 +0000 (13:16 +0100)
committerPeter Maydell <peter.maydell@linaro.org>
Thu, 24 Jun 2021 13:58:47 +0000 (14:58 +0100)
commit66c0576754b100606e041fef54e5b897417426c7
tree026dfb6a8e916da06b9e1a190f9b113c58470991
parent39f2ec8592dd3c823034dc4decc64c7e4cc42bfd
target/arm: Implement MVE VQDMULH and VQRDMULH (scalar)

Implement the MVE VQDMULH and VQRDMULH scalar insns, which multiply
elements by the scalar, double, possibly round, take the high half
and saturate.

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