Re: [PATCH v4 01/36] tcg: Define TCG_TYPE_I128 and related helper macros

2023-01-24 Thread Philippe Mathieu-Daudé
On 8/1/23 03:36, Richard Henderson wrote: Begin staging in support for TCGv_i128 with Int128. Define the type enumerator, the typedef, and the helper-head.h macros. This cannot yet be used, because you can't allocate temporaries of this new type. Signed-off-by: Richard Henderson ---

Re: [PATCH v4 01/36] tcg: Define TCG_TYPE_I128 and related helper macros

2023-01-10 Thread Alex Bennée
Richard Henderson writes: > Begin staging in support for TCGv_i128 with Int128. > Define the type enumerator, the typedef, and the > helper-head.h macros. > > This cannot yet be used, because you can't allocate > temporaries of this new type. > > Signed-off-by: Richard Henderson Reviewed-by:

[PATCH v4 01/36] tcg: Define TCG_TYPE_I128 and related helper macros

2023-01-07 Thread Richard Henderson
Begin staging in support for TCGv_i128 with Int128. Define the type enumerator, the typedef, and the helper-head.h macros. This cannot yet be used, because you can't allocate temporaries of this new type. Signed-off-by: Richard Henderson --- include/exec/helper-head.h | 7 +++