Re: [PATCH 7/9] target/mips: Extract msa_translate_init() from mips_tcg_init()

2020-12-04 Thread Richard Henderson
On 12/4/20 11:23 AM, Philippe Mathieu-Daudé wrote: > On 12/4/20 5:30 PM, Richard Henderson wrote: >> On 12/2/20 12:44 PM, Philippe Mathieu-Daudé wrote: >>> Extract the logic initialization of the MSA registers from >>> the generic initialization. >>> >>> Signed-off-by: Philippe Mathieu-Daudé >>> -

Re: [PATCH 7/9] target/mips: Extract msa_translate_init() from mips_tcg_init()

2020-12-04 Thread Philippe Mathieu-Daudé
On 12/4/20 5:30 PM, Richard Henderson wrote: > On 12/2/20 12:44 PM, Philippe Mathieu-Daudé wrote: >> Extract the logic initialization of the MSA registers from >> the generic initialization. >> >> Signed-off-by: Philippe Mathieu-Daudé >> --- >> target/mips/translate.c | 35 ---

Re: [PATCH 7/9] target/mips: Extract msa_translate_init() from mips_tcg_init()

2020-12-04 Thread Richard Henderson
On 12/2/20 12:44 PM, Philippe Mathieu-Daudé wrote: > Extract the logic initialization of the MSA registers from > the generic initialization. > > Signed-off-by: Philippe Mathieu-Daudé > --- > target/mips/translate.c | 35 --- > 1 file changed, 20 insertions(+), 15

[PATCH 7/9] target/mips: Extract msa_translate_init() from mips_tcg_init()

2020-12-02 Thread Philippe Mathieu-Daudé
Extract the logic initialization of the MSA registers from the generic initialization. Signed-off-by: Philippe Mathieu-Daudé --- target/mips/translate.c | 35 --- 1 file changed, 20 insertions(+), 15 deletions(-) diff --git a/target/mips/translate.c b/target/mips