Re: [PATCH v6 06/26] tcg: Store the TCGHelperInfo in the TCGOp for call

2021-05-15 Thread Philippe Mathieu-Daudé
On 5/3/21 1:57 AM, Richard Henderson wrote: > This will give us both flags and typemask for use later. > > We also fix a dumping bug, wherein calls generated for plugins > fail tcg_find_helper and print (null) instead of either a name > or the raw function pointer. > > Signed-off-by: Richard

[PATCH v6 06/26] tcg: Store the TCGHelperInfo in the TCGOp for call

2021-05-02 Thread Richard Henderson
This will give us both flags and typemask for use later. We also fix a dumping bug, wherein calls generated for plugins fail tcg_find_helper and print (null) instead of either a name or the raw function pointer. Signed-off-by: Richard Henderson --- tcg/internal.h | 14 +- tcg/tcg.c