tcg/i386: Introduce prepare_host_addr
authorRichard Henderson <richard.henderson@linaro.org>
Wed, 19 Apr 2023 17:10:27 +0000 (19:10 +0200)
committerRichard Henderson <richard.henderson@linaro.org>
Thu, 11 May 2023 08:53:41 +0000 (09:53 +0100)
commit530074c6c1134a8ca488f50af82788a634a1e552
treeb769712dc5b4c6e10f412448e6e906c51f6016b2
parent83ecdb18eb65ed57239b87f3898ae92a590d0077
tcg/i386: 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/i386/tcg-target.c.inc