Re: [PATCH 02/26] target/mips: Extract MSA helpers to mod-mips-msa_helper.c

2020-11-22 Thread Philippe Mathieu-Daudé
On 11/21/20 8:44 PM, Richard Henderson wrote: > On 11/20/20 1:08 PM, Philippe Mathieu-Daudé wrote: >> MSA means 'MIPS SIMD Architecture' and is defined as a Module by MIPS. >> Rename msa_helper.c as mod-mips-msa_helper.c, merge other MSA helpers >> from op_helper.c. >> >> Signed-off-by: Philippe Ma

Re: [PATCH 02/26] target/mips: Extract MSA helpers to mod-mips-msa_helper.c

2020-11-21 Thread Richard Henderson
On 11/20/20 1:08 PM, Philippe Mathieu-Daudé wrote: > MSA means 'MIPS SIMD Architecture' and is defined as a Module by MIPS. > Rename msa_helper.c as mod-mips-msa_helper.c, merge other MSA helpers > from op_helper.c. > > Signed-off-by: Philippe Mathieu-Daudé > --- > .../{msa_helper.c => mod-mips-

[PATCH 02/26] target/mips: Extract MSA helpers to mod-mips-msa_helper.c

2020-11-20 Thread Philippe Mathieu-Daudé
MSA means 'MIPS SIMD Architecture' and is defined as a Module by MIPS. Rename msa_helper.c as mod-mips-msa_helper.c, merge other MSA helpers from op_helper.c. Signed-off-by: Philippe Mathieu-Daudé --- .../{msa_helper.c => mod-mips-msa_helper.c} | 392 + target/mips/op_helper.c