Re: [PATCH 17/17] target/mips: Use decode_msa32() generated from decodetree

2020-12-08 Thread Richard Henderson
On 12/7/20 6:37 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/fpu_translate.h | 10 -- > target/mips/translate.h | 2

[PATCH 17/17] target/mips: Use decode_msa32() generated from decodetree

2020-12-07 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/fpu_translate.h | 10 -- target/mips/translate.h | 2 -- target/mips/mod-msa_translate.c | 29 +--