On 12/8/20 2:36 PM, Philippe Mathieu-Daudé wrote: > Add the LSA opcode to the MSA32 decodetree config, add DLSA > to a new config for the MSA64 ASE, and call decode_msa64() > in the main decode_opc() loop. > > Signed-off-by: Philippe Mathieu-Daudé <f4...@amsat.org> > --- > target/mips/translate.h | 3 +++ > target/mips/mod-msa32.decode | 4 ++++ > target/mips/mod-msa64.decode | 17 +++++++++++++++++ > target/mips/mod-msa_translate.c | 15 +++++++++++++++ > target/mips/translate.c | 5 +++++ > target/mips/meson.build | 5 +++++ > 6 files changed, 49 insertions(+) > create mode 100644 target/mips/mod-msa64.decode
Assuming nothing better can be done about the ifdefs, Reviewed-by: Richard Henderson <richard.hender...@linaro.org> r~