]> git.proxmox.com Git - mirror_qemu.git/commit
target/arm: Merge disas_a64_insn into aarch64_tr_translate_insn
authorRichard Henderson <richard.henderson@linaro.org>
Mon, 13 Sep 2021 15:07:25 +0000 (16:07 +0100)
committerPeter Maydell <peter.maydell@linaro.org>
Mon, 13 Sep 2021 20:01:08 +0000 (21:01 +0100)
commitbc7edccae0fdee76e06072d699b7c7de8d3aed83
tree3758096b201ca683eb184c1a7c6d52b849105a76
parent520d1621de30eecd0869dfd51ae1ff1a9ba988d9
target/arm: Merge disas_a64_insn into aarch64_tr_translate_insn

It is confusing to have different exits from translation
for various conditions in separate functions.

Merge disas_a64_insn into its only caller.  Standardize
on the "s" name for the DisasContext, as the code from
disas_a64_insn had more instances.

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