Re: [PATCH v2 05/81] tcg: Add TCGOP_FLAGS

2025-01-15 Thread Richard Henderson
On 1/15/25 13:16, Philippe Mathieu-Daudé wrote: On 7/1/25 08:59, Richard Henderson wrote: To be used by some integer operations instead of, or in addition to, a trailing constant argument. Signed-off-by: Richard Henderson ---   include/tcg/tcg.h | 1 +   1 file changed, 1 insertion(+) diff --g

Re: [PATCH v2 05/81] tcg: Add TCGOP_FLAGS

2025-01-15 Thread Philippe Mathieu-Daudé
On 7/1/25 08:59, Richard Henderson wrote: To be used by some integer operations instead of, or in addition to, a trailing constant argument. Signed-off-by: Richard Henderson --- include/tcg/tcg.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/tcg/tcg.h b/include/tcg/tcg.h index

[PATCH v2 05/81] tcg: Add TCGOP_FLAGS

2025-01-07 Thread Richard Henderson
To be used by some integer operations instead of, or in addition to, a trailing constant argument. Signed-off-by: Richard Henderson --- include/tcg/tcg.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/tcg/tcg.h b/include/tcg/tcg.h index 5d96cdfc30..e80b1f6efc 100644 --- a/include/tc