Re: [PATCH 30/33] target/mips: Convert CFCMSA and CTCMSA opcodes to decodetree

2021-10-24 Thread Richard Henderson
On 10/23/21 2:48 PM, Philippe Mathieu-Daudé wrote: Convert the CFCMSA (Copy From Control MSA register) and CTCMSA (Copy To Control MSA register) opcodes to decodetree. Since they respectively overlap with the SLDI and SPLATI opcodes, use decodetree overlap groups. Signed-off-by: Philippe Mathie

[PATCH 30/33] target/mips: Convert CFCMSA and CTCMSA opcodes to decodetree

2021-10-23 Thread Philippe Mathieu-Daudé
Convert the CFCMSA (Copy From Control MSA register) and CTCMSA (Copy To Control MSA register) opcodes to decodetree. Since they respectively overlap with the SLDI and SPLATI opcodes, use decodetree overlap groups. Signed-off-by: Philippe Mathieu-Daudé --- target/mips/tcg/msa.decode | 10 ++