Re: [PATCH v2 17/22] tcg/ppc: 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: > > Signed-off-by: Richard Henderson > --- > tcg/ppc/tcg-target-con-set.h | 42 +++ > tcg/ppc/tcg-target.h | 1 + > tcg/ppc/tcg-target.c.inc | 136 +++ > 3 files changed, 99

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

2021-01-15 Thread Richard Henderson
Signed-off-by: Richard Henderson --- tcg/ppc/tcg-target-con-set.h | 42 +++ tcg/ppc/tcg-target.h | 1 + tcg/ppc/tcg-target.c.inc | 136 +++ 3 files changed, 99 insertions(+), 80 deletions(-) create mode 100644 tcg/ppc/tcg-target-con-set.h