Re: [PATCH 12/84] tcg: Remove TCGv from tcg_gen_qemu_{ld,st}_*

2023-05-11 Thread Alex Bennée
Richard Henderson writes: > Expand from TCGv to TCGTemp inline in the translators, > and validate that the size matches tcg_ctx->addr_type. > These inlines will eventually be seen only by target-specific code. > > Signed-off-by: Richard Henderson Reviewed-by: Alex Bennée -- Alex Bennée Vir

[PATCH 12/84] tcg: Remove TCGv from tcg_gen_qemu_{ld,st}_*

2023-05-03 Thread Richard Henderson
Expand from TCGv to TCGTemp inline in the translators, and validate that the size matches tcg_ctx->addr_type. These inlines will eventually be seen only by target-specific code. Signed-off-by: Richard Henderson --- include/tcg/tcg-op.h | 50 ++- tcg/tcg-op-ldst.c| 343 ++