Re: [PATCH 19/33] target/mips: Convert MSA VEC instruction format to decodetree
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 twt = tcg_const_i32(a->wt); tcg_constant_i32. Otherwise, Reviewed-by: Richard Henderson r~
[PATCH 19/33] target/mips: Convert MSA VEC instruction format to decodetree
Convert 3-register instructions with implicit data formats to decodetree. Signed-off-by: Philippe Mathieu-Daudé --- target/mips/tcg/msa.decode | 8 target/mips/tcg/msa_translate.c | 82 +++-- 2 files changed, 24 insertions(+), 66 deletions(-) diff --git a/