Re: [PATCH 05/11] tcg: Move 64-bit expanders out of line

2023-12-13 Thread Philippe Mathieu-Daudé
On 29/10/23 22:08, Richard Henderson wrote: This one is more complicated, combining 32-bit and 64-bit expansion with C if instead of preprocessor #if. Signed-off-by: Richard Henderson --- include/tcg/tcg-op-common.h | 144 +- tcg/tcg-op.c| 231

[PATCH 05/11] tcg: Move 64-bit expanders out of line

2023-10-29 Thread Richard Henderson
This one is more complicated, combining 32-bit and 64-bit expansion with C if instead of preprocessor #if. Signed-off-by: Richard Henderson --- include/tcg/tcg-op-common.h | 144 +- tcg/tcg-op.c| 231 +--- 2 files changed, 169 i