Re: [PATCH 17/33] target/mips: Convert MSA FILL opcode to decodetree

2021-10-25 Thread Philippe Mathieu-Daudé
On 10/24/21 19:26, Richard Henderson wrote: > On 10/24/21 9:44 AM, Philippe Mathieu-Daudé wrote: >> On 10/24/21 07:04, Richard Henderson wrote: >>> On 10/23/21 2:47 PM, Philippe Mathieu-Daudé wrote: Convert the FILL opcode (Vector Fill from GPR) to decodetree. Signed-off-by: Philippe

Re: [PATCH 17/33] target/mips: Convert MSA FILL opcode to decodetree

2021-10-24 Thread Richard Henderson
On 10/24/21 9:44 AM, Philippe Mathieu-Daudé wrote: On 10/24/21 07:04, Richard Henderson wrote: On 10/23/21 2:47 PM, Philippe Mathieu-Daudé wrote: Convert the FILL opcode (Vector Fill from GPR) to decodetree. Signed-off-by: Philippe Mathieu-Daudé ---   target/mips/tcg/msa.decode  |  2 ++

Re: [PATCH 17/33] target/mips: Convert MSA FILL opcode to decodetree

2021-10-24 Thread Philippe Mathieu-Daudé
On 10/24/21 07:04, Richard Henderson wrote: > On 10/23/21 2:47 PM, Philippe Mathieu-Daudé wrote: >> Convert the FILL opcode (Vector Fill from GPR) to decodetree. >> >> Signed-off-by: Philippe Mathieu-Daudé >> --- >>   target/mips/tcg/msa.decode  |  2 ++ >>   target/mips/tcg/msa_translate.c | 4

Re: [PATCH 17/33] target/mips: Convert MSA FILL opcode to decodetree

2021-10-23 Thread Richard Henderson
On 10/23/21 2:47 PM, Philippe Mathieu-Daudé wrote: Convert the FILL opcode (Vector Fill from GPR) to decodetree. Signed-off-by: Philippe Mathieu-Daudé --- target/mips/tcg/msa.decode | 2 ++ target/mips/tcg/msa_translate.c | 40 +++-- 2 files changed, 30 ins

[PATCH 17/33] target/mips: Convert MSA FILL opcode to decodetree

2021-10-23 Thread Philippe Mathieu-Daudé
Convert the FILL opcode (Vector Fill from GPR) to decodetree. Signed-off-by: Philippe Mathieu-Daudé --- target/mips/tcg/msa.decode | 2 ++ target/mips/tcg/msa_translate.c | 40 +++-- 2 files changed, 30 insertions(+), 12 deletions(-) diff --git a/target/mips/tc