Re: [PATCH v5 30/57] tcg/tci: Split out tcg_out_op_rr

2021-03-16 Thread Philippe Mathieu-Daudé
On 3/11/21 3:39 PM, Richard Henderson wrote: > At the same time, validate the type argument in tcg_out_mov. > > Signed-off-by: Richard Henderson > --- > tcg/tci/tcg-target.c.inc | 36 +++- > 1 file changed, 23 insertions(+), 13 deletions(-) Reviewed-by: Philippe

[PATCH v5 30/57] tcg/tci: Split out tcg_out_op_rr

2021-03-11 Thread Richard Henderson
At the same time, validate the type argument in tcg_out_mov. Signed-off-by: Richard Henderson --- tcg/tci/tcg-target.c.inc | 36 +++- 1 file changed, 23 insertions(+), 13 deletions(-) diff --git a/tcg/tci/tcg-target.c.inc b/tcg/tci/tcg-target.c.inc index