Re: [PATCH 31/33] target/mips: Remove generic MSA opcode

2021-10-24 Thread Richard Henderson
On 10/23/21 2:48 PM, Philippe Mathieu-Daudé wrote: All opcodes have been converted to decodetree. The generic MSA handler is now pointless, remove it. Signed-off-by: Philippe Mathieu-Daudé --- target/mips/tcg/msa.decode | 2 -- target/mips/tcg/msa_translate.c | 7 --- 2 files change

[PATCH 31/33] target/mips: Remove generic MSA opcode

2021-10-23 Thread Philippe Mathieu-Daudé
All opcodes have been converted to decodetree. The generic MSA handler is now pointless, remove it. Signed-off-by: Philippe Mathieu-Daudé --- target/mips/tcg/msa.decode | 2 -- target/mips/tcg/msa_translate.c | 7 --- 2 files changed, 9 deletions(-) diff --git a/target/mips/tcg/msa.dec