On 12/15/20 4:57 PM, Philippe Mathieu-Daudé wrote: > Introduce the 'mod-msa32' decodetree config for the 32-bit MSA ASE. > > We decode the branch instructions, and all instructions based > on the MSA opcode. > > Signed-off-by: Philippe Mathieu-Daudé <f4bug@xxxxxxxxx> > --- > target/mips/translate.h | 3 +++ > target/mips/mod-msa32.decode | 24 +++++++++++++++++++++ > target/mips/mod-msa_translate.c | 37 ++++++++++++++++++++++++++++++++- > target/mips/translate.c | 1 - > target/mips/meson.build | 5 +++++ > 5 files changed, 68 insertions(+), 2 deletions(-) > create mode 100644 target/mips/mod-msa32.decode Reviewed-by: Richard Henderson <richard.henderson@xxxxxxxxxx> r~