target/arm: Use el_is_in_host for sve_exception_el
commitaa4451b60e6a2b1bc4e9a8f6bbf90b266e2a4390
authorRichard Henderson <richard.henderson@linaro.org>
Wed, 8 Jun 2022 18:38:56 +0000 (8 19:38 +0100)
committerPeter Maydell <peter.maydell@linaro.org>
Wed, 8 Jun 2022 18:38:56 +0000 (8 19:38 +0100)
tree56347d167152562fe4a9d521b32a423e03a357a9
parentc6225bebc2498e9dd85bdd4de1840925650c7a9f
target/arm: Use el_is_in_host for sve_exception_el

The ARM pseudocode function CheckNormalSVEEnabled uses this
predicate now, and I think it's a bit clearer.

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