On 11/21/20 9:10 PM, Richard Henderson wrote: > On 11/20/20 1:08 PM, Philippe Mathieu-Daudé wrote: >> LoongEXTs are general-purpose extensions from the LoongISA. >> >> Extract 440 lines of translation routines to >> 'vendor-loong-lext_translate.c.inc'. >> >> Signed-off-by: Philippe Mathieu-Daudé <f4...@amsat.org> >> --- >> target/mips/translate.c | 440 +---------------- >> target/mips/vendor-loong-lext_translate.c.inc | 450 ++++++++++++++++++ >> 2 files changed, 451 insertions(+), 439 deletions(-) >> create mode 100644 target/mips/vendor-loong-lext_translate.c.inc > > s/lext/ext/? Seems silly to have loong in there twice.
OK (this is listed as LoongEXT32/LoongEXT64 in the datasheets). > And I presume this is where gen_loong_integer goes? Yes. > > > r~ >