Re: [PATCH v4 04/71] tcg/tci: Merge identical cases in generation

2021-02-18 Thread Philippe Mathieu-Daudé
On 2/17/21 9:19 PM, Richard Henderson wrote: > Use CASE_32_64 and CASE_64 to reduce ifdefs and merge > cases that are identical between 32-bit and 64-bit hosts. > > Signed-off-by: Richard Henderson > --- > tcg/tci/tcg-target.c.inc | 204 ++- > 1 file changed,

[PATCH v4 04/71] tcg/tci: Merge identical cases in generation

2021-02-17 Thread Richard Henderson
Use CASE_32_64 and CASE_64 to reduce ifdefs and merge cases that are identical between 32-bit and 64-bit hosts. Signed-off-by: Richard Henderson --- tcg/tci/tcg-target.c.inc | 204 ++- 1 file changed, 73 insertions(+), 131 deletions(-) diff --git a/tcg/tci/tc