target/arm: Use new FPCR_NZCV_MASK constant
commit6a017acdf83e3bb6bd5e85289ca90b2ea3282b7e
authorPeter Maydell <peter.maydell@linaro.org>
Thu, 19 Nov 2020 21:56:00 +0000 (19 21:56 +0000)
committerPeter Maydell <peter.maydell@linaro.org>
Thu, 10 Dec 2020 11:44:55 +0000 (10 11:44 +0000)
treea78244e3134cd9d987b4e495e118282d586b30d2
parent9542c30bcf13c495400d63616dd8dfa825b04685
target/arm: Use new FPCR_NZCV_MASK constant

We defined a constant name for the mask of NZCV bits in the FPCR/FPSCR
in the previous commit; use it in a couple of places in existing code,
where we're masking out everything except NZCV for the "load to Rt=15
sets CPSR.NZCV" special case.

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-id: 20201119215617.29887-12-peter.maydell@linaro.org
target/arm/translate-vfp.c.inc