target/arm: Introduce gen_exception_insn_el_v
authorRichard Henderson <richard.henderson@linaro.org>
Fri, 10 Jun 2022 13:32:32 +0000 (14:32 +0100)
committerPeter Maydell <peter.maydell@linaro.org>
Fri, 10 Jun 2022 13:32:32 +0000 (14:32 +0100)
commit9c9d03f0c556fb72be840773f0e8024a9a72d5e4
tree58e541ac24ebe6701acf6228b57da144d6e8e87a
parentd3c5d50a5c498e3c32c59db210d501a980091ad6
target/arm: Introduce gen_exception_insn_el_v

Create a function below gen_exception_insn that takes
the target_el as a TCGv_i32, replacing gen_exception_el.

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