target/arm: Use CPTR_TFP with CPTR_EL3 in fp_exception_el
commita7b66ada6e88aa9a9f420f1116569b2df47fa1ab
authorRichard Henderson <richard.henderson@linaro.org>
Fri, 4 Feb 2022 17:04:43 +0000 (4 17:04 +0000)
committerPeter Maydell <peter.maydell@linaro.org>
Tue, 8 Feb 2022 10:56:27 +0000 (8 10:56 +0000)
tree1225616135b7f1764c32f05b50b53f0c580b0b1c
parentd5a6fa2dcf9ea66cc5d0852ebeb4861423758be0
target/arm: Use CPTR_TFP with CPTR_EL3 in fp_exception_el

Use the named bit rather than a bare extract32.

Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Reviewed-by: Zenghui Yu <yuzenghui@huawei.com>
Message-id: 20220127063428.30212-5-richard.henderson@linaro.org
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
target/arm/helper.c