Re: [PATCH v4 13/36] tcg: Add temp allocation for TCGv_i128

2023-01-24 Thread Philippe Mathieu-Daudé
On 8/1/23 03:36, Richard Henderson wrote: This enables allocation of i128. The type is not yet usable, as we have not yet added data movement ops. Signed-off-by: Richard Henderson --- include/tcg/tcg.h | 32 + tcg/tcg.c | 60 +-

[PATCH v4 13/36] tcg: Add temp allocation for TCGv_i128

2023-01-07 Thread Richard Henderson
This enables allocation of i128. The type is not yet usable, as we have not yet added data movement ops. Signed-off-by: Richard Henderson --- include/tcg/tcg.h | 32 + tcg/tcg.c | 60 +-- 2 files changed, 74 insertions(