On 5/20/21 8:28 AM, Peter Maydell wrote:
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.mayd...@linaro.org>
---
  target/arm/cpu.h           |  6 ++++++
  target/arm/machine.c       | 19 +++++++++++++++++++
  target/arm/translate-vfp.c | 38 ++++++++++++++++++++++++++++++++++++++
  3 files changed, 63 insertions(+)

Reviewed-by: Richard Henderson <richard.hender...@linaro.org>

r~

Reply via email to