Re: [PATCH v2 11/25] target/arm: Introduce gen_exception_insn_el_v

2022-06-09 Thread Peter Maydell
On Tue, 7 Jun 2022 at 03:57, Richard Henderson wrote: > > Create a function below gen_exception_insn that takes > the target_el as a TCGv_i32, replacing gen_exception_el. > > Signed-off-by: Richard Henderson Reviewed-by: Peter Maydell thanks -- PMM

[PATCH v2 11/25] target/arm: Introduce gen_exception_insn_el_v

2022-06-06 Thread Richard Henderson
Create a function below gen_exception_insn that takes the target_el as a TCGv_i32, replacing gen_exception_el. Signed-off-by: Richard Henderson --- target/arm/translate.c | 27 --- 1 file changed, 12 insertions(+), 15 deletions(-) diff --git a/target/arm/translate.c b/ta