OSDN Git Service

target/arm: Implement MVE VNEG
authorPeter Maydell <peter.maydell@linaro.org>
Thu, 17 Jun 2021 12:15:52 +0000 (13:15 +0100)
committerPeter Maydell <peter.maydell@linaro.org>
Mon, 21 Jun 2021 16:12:50 +0000 (17:12 +0100)
commit399a8c766c0526b51cd180e1b1c776d6dc95bad8
tree3ae5fd069fb6fcf432e263b01b784ca92e89d056
parent59c917733809c6ac7d08a10ec3cf23ae50130248
target/arm: Implement MVE VNEG

Implement the MVE VNEG insn (both integer and floating point forms).

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