Re: [PATCH v2 20/24] target/mips: Use decode_ase_msa() generated from decodetree

2020-12-15 Thread Richard Henderson
On 12/15/20 4:57 PM, Philippe Mathieu-Daudé wrote: > Now that we can decode the MSA ASE opcodes with decode_msa32(), > use it and remove the unreachable code. > > Signed-off-by: Philippe Mathieu-Daudé > --- > target/mips/translate.h | 12 > target/mips/mod-msa_translate.c |

[PATCH v2 20/24] target/mips: Use decode_ase_msa() generated from decodetree

2020-12-15 Thread Philippe Mathieu-Daudé
Now that we can decode the MSA ASE opcodes with decode_msa32(), use it and remove the unreachable code. Signed-off-by: Philippe Mathieu-Daudé --- target/mips/translate.h | 12 target/mips/mod-msa_translate.c | 29 + target/mips/translate.c