]> git.proxmox.com Git - mirror_qemu.git/commit
target/arm: Implement M-profile VPR register
authorPeter Maydell <peter.maydell@linaro.org>
Thu, 20 May 2021 15:28:37 +0000 (16:28 +0100)
committerPeter Maydell <peter.maydell@linaro.org>
Thu, 3 Jun 2021 15:43:25 +0000 (16:43 +0100)
commit7c3d47dab908ac1770726e68cf72e47bb5a9cbcb
tree8cd6a5fe995b03e040935d292c9826ba8a18fd91
parent300137965dbacec02eb2e26b3c6763b491d1f1b2
target/arm: Implement M-profile VPR register

If MVE is implemented for an M-profile CPU then it has a VPR
register, which tracks predication information.

Implement the read and write handling of this register, and
the migration of its state.

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-id: 20210520152840.24453-7-peter.maydell@linaro.org
target/arm/cpu.h
target/arm/machine.c
target/arm/translate-vfp.c