commit | 7131d3cf72af0ecd54d325cbe2d88db144e52fed | [log] [tgz] |
---|---|---|
author | Richard Henderson <richard.henderson@linaro.org> | Sun Apr 23 15:54:41 2023 +0100 |
committer | Richard Henderson <richard.henderson@linaro.org> | Thu May 11 09:53:41 2023 +0100 |
tree | a53a6d67966b8fc741261d5f829e80e7dafdd203 | |
parent | 1e612dd66a3915d9560a13341b3e32a2bafbff83 [diff] |
tcg/arm: Introduce prepare_host_addr Merge tcg_out_tlb_load, add_qemu_ldst_label, 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>