tcg/mips: Introduce prepare_host_addr
authorRichard Henderson <richard.henderson@linaro.org>
Sun, 23 Apr 2023 17:34:35 +0000 (18:34 +0100)
committerRichard Henderson <richard.henderson@linaro.org>
Thu, 11 May 2023 08:53:41 +0000 (09:53 +0100)
commit5b7208daa0b35eae3b8adf5cabc695bb895caeba
tree25ec8c2bdacd858877736d4c5896a9b83be3a308
parente63eed328f20e114c009f0dda98fdc6a58312e1c
tcg/mips: 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/mips/tcg-target.c.inc