Re: [PATCH 32/33] target/mips: Remove one MSA unnecessary decodetree overlap group

2021-10-24 Thread Richard Henderson
On 10/23/21 2:48 PM, Philippe Mathieu-Daudé wrote: Only the MSA generic opcode was overlapping with the other instructions. Since the previous commit removed it, we can now remove the overlap group. The decodetree script forces us to re-indent the opcodes. Diff trivial to review using `git-diff

[PATCH 32/33] target/mips: Remove one MSA unnecessary decodetree overlap group

2021-10-23 Thread Philippe Mathieu-Daudé
Only the MSA generic opcode was overlapping with the other instructions. Since the previous commit removed it, we can now remove the overlap group. The decodetree script forces us to re-indent the opcodes. Diff trivial to review using `git-diff --ignore-all-space`. Signed-off-by: Philippe Mathieu