Re: [PATCH 21/33] target/mips: Convert MSA 3RF instruction format to decodetree (DF_WORD)

2021-10-24 Thread Richard Henderson
On 10/23/21 2:47 PM, Philippe Mathieu-Daudé wrote: Convert 3-register floating-point or fixed-point operations to decodetree. Signed-off-by: Philippe Mathieu-Daudé --- target/mips/tcg/msa.decode | 37 ++ target/mips/tcg/msa_translate.c | 213 ++-- 2 file

[PATCH 21/33] target/mips: Convert MSA 3RF instruction format to decodetree (DF_WORD)

2021-10-23 Thread Philippe Mathieu-Daudé
Convert 3-register floating-point or fixed-point operations to decodetree. Signed-off-by: Philippe Mathieu-Daudé --- target/mips/tcg/msa.decode | 37 ++ target/mips/tcg/msa_translate.c | 213 ++-- 2 files changed, 74 insertions(+), 176 deletions(-) diff --g