target/mips/tx79: Move PCPYLD / PCPYUD opcodes to decodetree
commit94c882f7d159c6f412b1778cd71d58d9e39b8ef9
authorPhilippe Mathieu-Daudé <f4bug@amsat.org>
Sat, 13 Feb 2021 11:04:43 +0000 (13 12:04 +0100)
committerPhilippe Mathieu-Daudé <f4bug@amsat.org>
Sat, 13 Mar 2021 22:43:24 +0000 (13 23:43 +0100)
tree350c90719ff4815e13c96f26d44d20d71ce02bb6
parent5a976c002518d46a030f125e2170d78204528497
target/mips/tx79: Move PCPYLD / PCPYUD opcodes to decodetree

Move PCPYLD (Parallel Copy Lower Doubleword) and PCPYUD
(Parallel Copy Upper Doubleword) to decodetree. Remove
unnecessary code / comments.

Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-Id: <20210214175912.732946-13-f4bug@amsat.org>
target/mips/translate.c
target/mips/tx79.decode
target/mips/tx79_translate.c