commit | a26db547b7d571d97d33afc0f952afa34678ea3b | [log] [tgz] |
---|---|---|
author | Peter Maydell <peter.maydell@linaro.org> | Fri Jun 28 15:23:45 2024 +0100 |
committer | Peter Maydell <peter.maydell@linaro.org> | Thu Jul 11 11:41:33 2024 +0100 |
tree | 6576466f5289107ea50148d980fe2f616ac8a3ad | |
parent | ce07ea61ed3b2c92f3a679016d8fa1c285c207a2 [diff] |
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