target/mips: Convert MSA COPY_S and INSERT opcodes to decodetree
commit97fe675519d3e7406dfed2fe8cc7af9cdbec3cec
authorPhilippe Mathieu-Daudé <f4bug@amsat.org>
Mon, 25 Oct 2021 16:08:24 +0000 (25 18:08 +0200)
committerPhilippe Mathieu-Daudé <f4bug@amsat.org>
Tue, 2 Nov 2021 13:32:32 +0000 (2 14:32 +0100)
tree7b8405d84f86bbc82f765caa379aca5ce2deadba
parent2f2745c81a3c196fc149fcf243b11cae13fd126b
target/mips: Convert MSA COPY_S and INSERT opcodes to decodetree

Convert the COPY_S (Element Copy to GPR Signed) opcode
and INSERT (GPR Insert Element) opcode to decodetree.

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-27-f4bug@amsat.org>
target/mips/tcg/msa.decode
target/mips/tcg/msa_translate.c