commit | 530074c6c1134a8ca488f50af82788a634a1e552 | [log] [tgz] |
---|---|---|
author | Richard Henderson <richard.henderson@linaro.org> | Wed Apr 19 19:10:27 2023 +0200 |
committer | Richard Henderson <richard.henderson@linaro.org> | Thu May 11 09:53:41 2023 +0100 |
tree | b769712dc5b4c6e10f412448e6e906c51f6016b2 | |
parent | 83ecdb18eb65ed57239b87f3898ae92a590d0077 [diff] |
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>