Re: [PATCH v2 4/6] target/mips: Decode LSA shift amount using decodetree function

2024-11-12 Thread Richard Henderson
On 11/12/24 09:20, Philippe Mathieu-Daudé wrote: Signed-off-by: Philippe Mathieu-Daudé --- target/mips/tcg/msa.decode | 3 ++- target/mips/tcg/rel6.decode | 4 +++- target/mips/tcg/msa_translate.c | 4 ++-- target/mips/tcg/rel6_translate.c | 9 +++-- 4 files changed, 14 ins

[PATCH v2 4/6] target/mips: Decode LSA shift amount using decodetree function

2024-11-12 Thread Philippe Mathieu-Daudé
Signed-off-by: Philippe Mathieu-Daudé --- target/mips/tcg/msa.decode | 3 ++- target/mips/tcg/rel6.decode | 4 +++- target/mips/tcg/msa_translate.c | 4 ++-- target/mips/tcg/rel6_translate.c | 9 +++-- 4 files changed, 14 insertions(+), 6 deletions(-) diff --git a/target/mips/tcg