Re: [PATCH v2 21/22] tcg/tci: Split out constraint sets to tcg-target-con-set.h

2021-01-19 Thread Richard Henderson
On 1/19/21 6:09 AM, Peter Maydell wrote: > On Fri, 15 Jan 2021 at 21:23, Richard Henderson > wrote: >> >> This requires finishing the conversion to tcg_target_op_def. >> Remove quite a lot of ifdefs, since we can reference opcodes >> even if they are not implemented. >> >> Signed-off-by: Richard

Re: [PATCH v2 21/22] tcg/tci: Split out constraint sets to tcg-target-con-set.h

2021-01-19 Thread Peter Maydell
On Fri, 15 Jan 2021 at 21:23, Richard Henderson wrote: > > This requires finishing the conversion to tcg_target_op_def. > Remove quite a lot of ifdefs, since we can reference opcodes > even if they are not implemented. > > Signed-off-by: Richard Henderson This one's a lot more painful to review

[PATCH v2 21/22] tcg/tci: Split out constraint sets to tcg-target-con-set.h

2021-01-15 Thread Richard Henderson
This requires finishing the conversion to tcg_target_op_def. Remove quite a lot of ifdefs, since we can reference opcodes even if they are not implemented. Signed-off-by: Richard Henderson --- tcg/tci/tcg-target-con-set.h | 25 +++ tcg/tci/tcg-target.h | 2 + tcg/tci/tcg-target.c.inc