]> www.infradead.org Git - qemu-nvme.git/commit
target/arm: Implement MVE LCTP
authorPeter Maydell <peter.maydell@linaro.org>
Mon, 14 Jun 2021 15:09:16 +0000 (16:09 +0100)
committerPeter Maydell <peter.maydell@linaro.org>
Wed, 16 Jun 2021 13:33:52 +0000 (14:33 +0100)
commit76c32d721da1a69999eb2d3cd5f1d272ca26f98e
tree9213622809c17f818358e0d62dd2fa76d74af497
parent9a486856e9173af190eaefdf1080db82bd04b536
target/arm: Implement MVE LCTP

Implement the MVE LCTP instruction.

We put its decode and implementation with the other
low-overhead-branch insns because although it is only present if MVE
is implemented it is logically in the same group as the other LOB
insns.

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-id: 20210614151007.4545-7-peter.maydell@linaro.org
target/arm/t32.decode
target/arm/translate.c