qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH 6/9] target/arm: Implement M-profile VPR register


From: Richard Henderson
Subject: Re: [PATCH 6/9] target/arm: Implement M-profile VPR register
Date: Mon, 24 May 2021 09:51:09 -0700
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.8.1

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.maydell@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.henderson@linaro.org>

r~



reply via email to

[Prev in Thread] Current Thread [Next in Thread]