Re: [PATCH v5 03/30] tcg/aarch64: Introduce prepare_host_addr

2023-05-10 Thread Alex Bennée
Richard Henderson writes: > 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. > > Signed-off-by: Richard Henderson Reviewed-b

[PATCH v5 03/30] tcg/aarch64: Introduce prepare_host_addr

2023-05-06 Thread Richard Henderson
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. Signed-off-by: Richard Henderson --- tcg/aarch64/tcg-target.c.inc | 313 ++