tcg/s390x: Introduce prepare_host_addr
authorRichard Henderson <richard.henderson@linaro.org>
Sun, 23 Apr 2023 20:46:46 +0000 (21:46 +0100)
committerRichard Henderson <richard.henderson@linaro.org>
Thu, 11 May 2023 08:53:41 +0000 (09:53 +0100)
commit0741b25e4ee703c66b648eea5650ca833eae03db
treebeda00a9eb0197583b8de115e1bb05516730438f
parent001dddfe0ed9bbc099deab1fde829fc9292f4d25
tcg/s390x: Introduce prepare_host_addr

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