On 12/15/20 4:57 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é <f4bug@xxxxxxxxx> > --- > target/mips/mod-msa32.decode | 4 ++++ > target/mips/mod-msa64.decode | 17 +++++++++++++++++ > target/mips/mod-msa_translate.c | 14 ++++++++++++++ > target/mips/meson.build | 2 ++ > 4 files changed, 37 insertions(+) > create mode 100644 target/mips/mod-msa64.decode Reviewed-by: Richard Henderson <richard.henderson@xxxxxxxxxx> r~