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

2021-01-20 Thread Peter Maydell
On Tue, 19 Jan 2021 at 23:48, Richard Henderson wrote: > > On 1/19/21 5:27 AM, Peter Maydell wrote: > > On Fri, 15 Jan 2021 at 21:20, Richard Henderson > > wrote: > >> > >> This exports the constraint sets from tcg_target_op_def to > >> a place we will be able to manipulate more in future. > >> >

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

2021-01-19 Thread Richard Henderson
On 1/19/21 5:27 AM, Peter Maydell wrote: > On Fri, 15 Jan 2021 at 21:20, Richard Henderson > wrote: >> >> This exports the constraint sets from tcg_target_op_def to >> a place we will be able to manipulate more in future. >> >> Signed-off-by: Richard Henderson >> --- >> tcg/i386/tcg-target-con-s

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

2021-01-19 Thread Peter Maydell
On Fri, 15 Jan 2021 at 21:20, Richard Henderson wrote: > > This exports the constraint sets from tcg_target_op_def to > a place we will be able to manipulate more in future. > > Signed-off-by: Richard Henderson > --- > tcg/i386/tcg-target-con-set.h | 54 ++ > tcg/i386/tcg-target.h

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

2021-01-15 Thread Richard Henderson
This exports the constraint sets from tcg_target_op_def to a place we will be able to manipulate more in future. Signed-off-by: Richard Henderson --- tcg/i386/tcg-target-con-set.h | 54 ++ tcg/i386/tcg-target.h | 1 + tcg/tcg.c | 122 +