target/arm: Remove fp checks from sve_exception_el
commit397d922c6248509c6d490f82088f00cbc716287c
authorRichard Henderson <richard.henderson@linaro.org>
Wed, 8 Jun 2022 18:38:55 +0000 (8 19:38 +0100)
committerPeter Maydell <peter.maydell@linaro.org>
Wed, 8 Jun 2022 18:38:55 +0000 (8 19:38 +0100)
treee621e05e725100da29ec83d76736ed5f9cd8458d
parent61a8c23a3b56607ee6e745b4cf7975170df88801
target/arm: Remove fp checks from sve_exception_el

Instead of checking these bits in fp_exception_el and
also in sve_exception_el, document that we must compare
the results.  The only place where we have not already
checked that FP EL is zero is in rebuild_hflags_a64.

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