On 12/15/20 4:57 PM, Philippe Mathieu-Daudé wrote: > LSA and LDSA opcodes are also available with MIPS release 6. > Introduce the decodetree config files and call the decode() > helpers in the main decode_opc() loop. > > Signed-off-by: Philippe Mathieu-Daudé <f4bug@xxxxxxxxx> > --- > target/mips/translate.h | 1 + > target/mips/isa-mips32r6.decode | 17 ++++++++++++ > target/mips/isa-mips64r6.decode | 17 ++++++++++++ > target/mips/isa-mips_rel6_translate.c | 37 +++++++++++++++++++++++++++ > target/mips/translate.c | 5 ++++ > target/mips/meson.build | 3 +++ > 6 files changed, 80 insertions(+) > create mode 100644 target/mips/isa-mips32r6.decode > create mode 100644 target/mips/isa-mips64r6.decode > create mode 100644 target/mips/isa-mips_rel6_translate.c Reviewed-by: Richard Henderson <richard.henderson@xxxxxxxxxx> r~