Re: [PATCH 12/27] accel/tcg/plugin: Use tcg_temp_ebb_*

2023-02-15 Thread Philippe Mathieu-Daudé
On 30/1/23 21:59, Richard Henderson wrote: All of these uses have quite local scope. Avoid tcg_const_*, because we haven't added a corresponding interface for TEMP_EBB. Use explicit tcg_gen_movi_* instead. Signed-off-by: Richard Henderson --- accel/tcg/plugin-gen.c | 24

[PATCH 12/27] accel/tcg/plugin: Use tcg_temp_ebb_*

2023-01-30 Thread Richard Henderson
All of these uses have quite local scope. Avoid tcg_const_*, because we haven't added a corresponding interface for TEMP_EBB. Use explicit tcg_gen_movi_* instead. Signed-off-by: Richard Henderson --- accel/tcg/plugin-gen.c | 24 ++-- 1 file changed, 14 insertions(+), 10