target/arm: Rename FPCR_ QC, NZCV macros to FPSR_
authorPeter Maydell <peter.maydell@linaro.org>
Fri, 28 Jun 2024 14:23:45 +0000 (15:23 +0100)
committerPeter Maydell <peter.maydell@linaro.org>
Thu, 11 Jul 2024 10:41:33 +0000 (11:41 +0100)
commita26db547b7d571d97d33afc0f952afa34678ea3b
tree6576466f5289107ea50148d980fe2f616ac8a3ad
parentce07ea61ed3b2c92f3a679016d8fa1c285c207a2
target/arm: Rename FPCR_ QC, NZCV macros to FPSR_

The QC, N, Z, C, V bits live in the FPSR, not the FPCR. Rename the
macros that define these bits accordingly.

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-id: 20240628142347.1283015-8-peter.maydell@linaro.org
target/arm/cpu.h
target/arm/tcg/mve_helper.c
target/arm/tcg/translate-m-nocp.c
target/arm/tcg/translate-vfp.c
target/arm/vfp_helper.c