Re: [PATCH 23/26] target/mips: Extract Toshiba TX79 multimedia translation routines

2020-11-22 Thread Philippe Mathieu-Daudé
On 11/21/20 9:17 PM, Richard Henderson wrote: > On 11/20/20 1:08 PM, Philippe Mathieu-Daudé wrote: >> +++ b/target/mips/vendor-tx_translate.c.inc >> @@ -41,6 +41,8 @@ >> >> #if defined(TARGET_MIPS64) >> >> +#include "vendor-tx-mmi_translate.c.inc" > > Do you really want to nest include files

Re: [PATCH 23/26] target/mips: Extract Toshiba TX79 multimedia translation routines

2020-11-21 Thread Richard Henderson
On 11/20/20 1:08 PM, Philippe Mathieu-Daudé wrote: > +++ b/target/mips/vendor-tx_translate.c.inc > @@ -41,6 +41,8 @@ > > #if defined(TARGET_MIPS64) > > +#include "vendor-tx-mmi_translate.c.inc" Do you really want to nest include files like this? r~

[PATCH 23/26] target/mips: Extract Toshiba TX79 multimedia translation routines

2020-11-20 Thread Philippe Mathieu-Daudé
Extract 600 lines of the the Toshiba TX79 multimedia translation routines to 'vendor-tx-mmi_translate.c.inc'. Signed-off-by: Philippe Mathieu-Daudé --- target/mips/translate.c | 567 - target/mips/vendor-tx-mmi_translate.c.inc | 573 ++ t