tcg/arm: Introduce prepare_host_addr
authorRichard Henderson <richard.henderson@linaro.org>
Sun, 23 Apr 2023 14:54:41 +0000 (15:54 +0100)
committerRichard Henderson <richard.henderson@linaro.org>
Thu, 11 May 2023 08:53:41 +0000 (09:53 +0100)
commit7131d3cf72af0ecd54d325cbe2d88db144e52fed
treea53a6d67966b8fc741261d5f829e80e7dafdd203
parent1e612dd66a3915d9560a13341b3e32a2bafbff83
tcg/arm: Introduce prepare_host_addr

Merge tcg_out_tlb_load, add_qemu_ldst_label, 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/arm/tcg-target.c.inc