target/arm: Print MVE VPR in CPU dumps
commitaa29190826f2f061ed3ffad0a6cabb30eaf7f8f0
authorPeter Maydell <peter.maydell@linaro.org>
Fri, 13 Aug 2021 16:11:47 +0000 (13 17:11 +0100)
committerPeter Maydell <peter.maydell@linaro.org>
Wed, 25 Aug 2021 09:48:48 +0000 (25 10:48 +0100)
treeade64317e01727626104f7da950d3e57f40588a8
parent9dacf0764b506a67f33dd63bdf48fc273c0bdb7f
target/arm: Print MVE VPR in CPU dumps

Include the MVE VPR register value in the CPU dumps produced by
arm_cpu_dump_state() if we are printing FPU information. This
makes it easier to interpret debug logs when predication is
active.

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
target/arm/cpu.c