Re: [PATCH v2 19/24] target/mips: Introduce decode tree bindings for MSA opcodes

2020-12-15 Thread Richard Henderson
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é > --- > target/mips/translate.h | 3

[PATCH v2 19/24] target/mips: Introduce decode tree bindings for MSA opcodes

2020-12-15 Thread Philippe Mathieu-Daudé
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é --- target/mips/translate.h | 3 +++ target/mips/mod-msa32.decode| 24 + ta