Re: [PATCH 14/33] target/mips: Convert MSA I8 instruction format to decodetree

2021-10-23 Thread Richard Henderson
On 10/23/21 2:47 PM, Philippe Mathieu-Daudé wrote: +TCGv_i32 twd = tcg_const_i32(a->wd); +TCGv_i32 tws = tcg_const_i32(a->ws); +TCGv_i32 timm = tcg_const_i32(a->sa); tcg_constant_i32. Otherwise, Reviewed-by: Richard Henderson r~

[PATCH 14/33] target/mips: Convert MSA I8 instruction format to decodetree

2021-10-23 Thread Philippe Mathieu-Daudé
Convert instructions with an 8-bit immediate value and either implicit data format or data format df to decodetree. Signed-off-by: Philippe Mathieu-Daudé --- target/mips/tcg/msa.decode | 8 target/mips/tcg/msa_translate.c | 72 + 2 files changed, 26 ins