Re: [PATCH 12/33] target/mips: Convert MSA BIT instruction format to decodetree

2021-10-23 Thread Richard Henderson
On 10/23/21 2:47 PM, Philippe Mathieu-Daudé wrote: @u5 .. ... df:2 sa:5 ws:5 wd:5 .. &msa_ldst @s5 .. ... df:2 sa:s5 ws:5 wd:5 .. &msa_ldst @ldi.. ... df:2 sa:s10 wd:5 .. &msa_ldst ws=0 +@bit

[PATCH 12/33] target/mips: Convert MSA BIT instruction format to decodetree

2021-10-23 Thread Philippe Mathieu-Daudé
Convert instructions with an immediate bit index and data format df/m to decodetree. Since the 'data format' field is a constant value, use tcg_constant_i32() instead of a TCG temporary. Signed-off-by: Philippe Mathieu-Daudé --- target/mips/tcg/msa.decode | 15 + target/mips/tcg/msa_tr