target/mips: Remove one MSA unnecessary decodetree overlap group
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`. Reviewed-by: Jiaxun Yang <jiaxun.yang@flygoat.com> Reviewed-by: Richard Henderson <richard.henderson@linaro.org> Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org> Message-Id: <20211028210843.2120802-32-f4bug@amsat.org>
This commit is contained in:
parent
75d12c8c24
commit
73053f6228
@ -56,7 +56,6 @@ BNZ_V 010001 01111 ..... ................ @bz_v
|
||||
BZ 010001 110 .. ..... ................ @bz
|
||||
BNZ 010001 111 .. ..... ................ @bz
|
||||
|
||||
{
|
||||
ANDI 011110 00 ........ ..... ..... 000000 @i8
|
||||
ORI 011110 01 ........ ..... ..... 000000 @i8
|
||||
NORI 011110 10 ........ ..... ..... 000000 @i8
|
||||
@ -257,4 +256,3 @@ BNZ 010001 111 .. ..... ................ @bz
|
||||
|
||||
LD 011110 .......... ..... ..... 1000 .. @ldst
|
||||
ST 011110 .......... ..... ..... 1001 .. @ldst
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user