On 11/23/20 12:44 PM, Philippe Mathieu-Daudé wrote: > Media eXtension Unit is a SIMD extension from Ingenic. > > Extract 2900 lines from the huge translate.c to a new file, > 'vendor-xburst-mxu_translate.c.inc'. As there are too many > inter-dependencies we don't compile it as another object, > but keep including it in the big translate.o. We gain in > code maintainability. > > Signed-off-by: Philippe Mathieu-Daudé <f4...@amsat.org> > --- > target/mips/translate.c | 2890 +---------------------- > target/mips/vendor-mxu_translate.c.inc | 2892 ++++++++++++++++++++++++ > 2 files changed, 2893 insertions(+), 2889 deletions(-) > create mode 100644 target/mips/vendor-mxu_translate.c.inc
Reviewed-by: Richard Henderson <richard.hender...@linaro.org> r~