]> git.ipfire.org Git - thirdparty/qemu.git/commit
target/mips: Convert CTCMSA opcode to decodetree
authorPhilippe Mathieu-Daudé <f4bug@amsat.org>
Tue, 19 Oct 2021 16:29:14 +0000 (18:29 +0200)
committerPhilippe Mathieu-Daudé <f4bug@amsat.org>
Tue, 2 Nov 2021 13:32:32 +0000 (14:32 +0100)
commit643ec9022e72bb9100c6455de3d81cab8eed0a50
treee7ca065cb20385b7d97da2ba105ce9de98cc49c9
parent6f74237691461fb2f875aecb35a92a073d0bb7fb
target/mips: Convert CTCMSA opcode to decodetree

Convert the CTCMSA (Copy To Control MSA register) opcode
to decodetree. Since it overlaps with the SLDI 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-30-f4bug@amsat.org>
target/mips/tcg/msa.decode
target/mips/tcg/msa_translate.c