Re: [PATCH 10/33] target/mips: Extract df_extract() helper

2021-10-23 Thread Richard Henderson
On 10/23/21 2:47 PM, Philippe Mathieu-Daudé wrote: Extract the common code which parses data formats to an helper. Signed-off-by: Philippe Mathieu-Daudé --- target/mips/tcg/msa_translate.c | 68 +++-- 1 file changed, 39 insertions(+), 29 deletions(-) diff --git a

[PATCH 10/33] target/mips: Extract df_extract() helper

2021-10-23 Thread Philippe Mathieu-Daudé
Extract the common code which parses data formats to an helper. Signed-off-by: Philippe Mathieu-Daudé --- target/mips/tcg/msa_translate.c | 68 +++-- 1 file changed, 39 insertions(+), 29 deletions(-) diff --git a/target/mips/tcg/msa_translate.c b/target/mips/tcg/msa_