Re: [PATCH v2 21/54] tcg/aarch64: Rationalize args to tcg_out_qemu_{ld, st}

2023-04-21 Thread Philippe Mathieu-Daudé
On 11/4/23 03:04, Richard Henderson wrote: Mark the argument registers const, because they must be passed to add_qemu_ldst_label unmodified. Rename the 'ext' parameter 'data_type' to make the use clearer; pass it to tcg_out_qemu_st as well to even out the interfaces. Rename the 'otype' local 'a

[PATCH v2 21/54] tcg/aarch64: Rationalize args to tcg_out_qemu_{ld, st}

2023-04-10 Thread Richard Henderson
Mark the argument registers const, because they must be passed to add_qemu_ldst_label unmodified. Rename the 'ext' parameter 'data_type' to make the use clearer; pass it to tcg_out_qemu_st as well to even out the interfaces. Rename the 'otype' local 'addr_type' to make the use clearer. Signed-of