Re: [PATCH 07/71] target/arm: Use el_is_in_host for sve_exception_el

2022-06-06 Thread Peter Maydell
On Thu, 2 Jun 2022 at 22:56, Richard Henderson wrote: > > The ARM pseudocode function CheckNormalSVEEnabled uses this > predicate now, and I think it's a bit clearer. > > Signed-off-by: Richard Henderson > --- Reviewed-by: Peter Maydell thanks -- PMM

[PATCH 07/71] target/arm: Use el_is_in_host for sve_exception_el

2022-06-02 Thread Richard Henderson
The ARM pseudocode function CheckNormalSVEEnabled uses this predicate now, and I think it's a bit clearer. Signed-off-by: Richard Henderson --- target/arm/helper.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/target/arm/helper.c b/target/arm/helper.c index 135c3e790c.