tcg/aarch64: Introduce prepare_host_addr
commit1e612dd66a3915d9560a13341b3e32a2bafbff83
authorRichard Henderson <richard.henderson@linaro.org>
Fri, 21 Apr 2023 11:37:20 +0000 (21 12:37 +0100)
committerRichard Henderson <richard.henderson@linaro.org>
Thu, 11 May 2023 08:53:41 +0000 (11 09:53 +0100)
treef81e352e2dbd2014aed7a1577907076d6e1a0dcb
parent1fac4648fed615f0507368633bb7d0a9821873d6
tcg/aarch64: Introduce prepare_host_addr

Merge tcg_out_tlb_load, add_qemu_ldst_label, tcg_out_test_alignment,
and some code that lived in both tcg_out_qemu_ld and tcg_out_qemu_st
into one function that returns HostAddress and TCGLabelQemuLdst structures.

Reviewed-by: Alex Bennée <alex.bennee@linaro.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
tcg/aarch64/tcg-target.c.inc