Re: [PATCH v2 04/28] target/mips: Extract MSA helpers from op_helper.c

2020-11-25 Thread Richard Henderson
On 11/23/20 12:44 PM, Philippe Mathieu-Daudé wrote: > We have ~400 lines of MSA helpers in the generic op_helper.c, > move them with the other helpers in 'mod-msa_helper.c'. > > Signed-off-by: Philippe Mathieu-Daudé > --- > target/mips/mod-msa_helper.c | 392 ++ >

[PATCH v2 04/28] target/mips: Extract MSA helpers from op_helper.c

2020-11-23 Thread Philippe Mathieu-Daudé
We have ~400 lines of MSA helpers in the generic op_helper.c, move them with the other helpers in 'mod-msa_helper.c'. Signed-off-by: Philippe Mathieu-Daudé --- target/mips/mod-msa_helper.c | 392 ++ target/mips/op_helper.c | 393 --