target/mips: Convert CFCMSA opcode to decodetree
commit6f74237691461fb2f875aecb35a92a073d0bb7fb
authorPhilippe Mathieu-Daudé <f4bug@amsat.org>
Tue, 19 Oct 2021 16:29:14 +0000 (19 18:29 +0200)
committerPhilippe Mathieu-Daudé <f4bug@amsat.org>
Tue, 2 Nov 2021 13:32:32 +0000 (2 14:32 +0100)
tree966141d8f3410ad5bf7e46000d1827419244493e
parent62ba0e855a0ffe90142de9b6aac0e89ab8c0b894
target/mips: Convert CFCMSA opcode to decodetree

Convert the CFCMSA (Copy From Control MSA register) opcode
to decodetree. Since it overlaps with the SPLATI opcode,
use a decodetree overlap group.

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