commit | 1e612dd66a3915d9560a13341b3e32a2bafbff83 | [log] [tgz] |
---|---|---|
author | Richard Henderson <richard.henderson@linaro.org> | Fri Apr 21 12:37:20 2023 +0100 |
committer | Richard Henderson <richard.henderson@linaro.org> | Thu May 11 09:53:41 2023 +0100 |
tree | f81e352e2dbd2014aed7a1577907076d6e1a0dcb | |
parent | 1fac4648fed615f0507368633bb7d0a9821873d6 [diff] |
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>