Re: [PATCH v2 22/24] target/mips: Introduce decodetree helpers for MSA LSA/DLSA opcodes

2020-12-15 Thread Richard Henderson
On 12/15/20 4:57 PM, Philippe Mathieu-Daudé wrote: > Add the LSA opcode to the MSA32 decodetree config, add DLSA > to a new config for the MSA64 ASE, and call decode_msa64() > in the main decode_opc() loop. > > Signed-off-by: Philippe Mathieu-Daudé > --- > target/mips/mod-msa32.decode| 4 ++

[PATCH v2 22/24] target/mips: Introduce decodetree helpers for MSA LSA/DLSA opcodes

2020-12-15 Thread Philippe Mathieu-Daudé
Add the LSA opcode to the MSA32 decodetree config, add DLSA to a new config for the MSA64 ASE, and call decode_msa64() in the main decode_opc() loop. Signed-off-by: Philippe Mathieu-Daudé --- target/mips/mod-msa32.decode| 4 target/mips/mod-msa64.decode| 17 + targe