Re: [PATCH v2 01/35] tcg: Introduce TCG_COND_TST{EQ,NE}

2023-11-06 Thread Philippe Mathieu-Daudé
On 28/10/23 21:44, Richard Henderson wrote: Add the enumerators, adjust the helpers to match, and dump. Not supported anywhere else just yet. Signed-off-by: Richard Henderson --- docs/devel/tcg-ops.rst | 2 ++ include/tcg/tcg-cond.h | 49 -- tcg/tcg.

[PATCH v2 01/35] tcg: Introduce TCG_COND_TST{EQ,NE}

2023-10-28 Thread Richard Henderson
Add the enumerators, adjust the helpers to match, and dump. Not supported anywhere else just yet. Signed-off-by: Richard Henderson --- docs/devel/tcg-ops.rst | 2 ++ include/tcg/tcg-cond.h | 49 -- tcg/tcg.c | 4 +++- 3 files changed, 43 ins