Re: [PATCH 29/33] target/mips: Convert MSA MOVE.V opcode to decodetree

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

[PATCH 29/33] target/mips: Convert MSA MOVE.V opcode to decodetree

2021-10-23 Thread Philippe Mathieu-Daudé
Convert the MOVE.V opcode (Vector Move) to decodetree. Signed-off-by: Philippe Mathieu-Daudé --- target/mips/tcg/msa.decode | 6 +- target/mips/tcg/msa_translate.c | 26 +- 2 files changed, 26 insertions(+), 6 deletions(-) diff --git a/target/mips/tcg/msa.decod