Re: [PATCH 11/19] target/mips: Extract common helpers from helper.c to common_helper.c

2020-12-14 Thread Philippe Mathieu-Daudé
On 12/14/20 3:51 PM, 罗勇刚(Yonggang Luo) wrote: > On Wed, Dec 9, 2020 at 6:09 AM Richard Henderson > mailto:richard.hender...@linaro.org>> wrote: >> >> On 12/6/20 5:39 PM, Philippe Mathieu-Daudé wrote: >> > The rest of helper.c is TLB related. Extract the non TLB >> > specific functions to a new file

Re: [PATCH 11/19] target/mips: Extract common helpers from helper.c to common_helper.c

2020-12-14 Thread Yonggang Luo
On Wed, Dec 9, 2020 at 6:09 AM Richard Henderson < richard.hender...@linaro.org> wrote: > > On 12/6/20 5:39 PM, Philippe Mathieu-Daudé wrote: > > The rest of helper.c is TLB related. Extract the non TLB > > specific functions to a new file, so we can rename helper.c > > as tlb_helper.c in the next

Re: [PATCH 11/19] target/mips: Extract common helpers from helper.c to common_helper.c

2020-12-14 Thread Philippe Mathieu-Daudé
On 12/8/20 11:06 PM, Richard Henderson wrote: > On 12/6/20 5:39 PM, Philippe Mathieu-Daudé wrote: >> The rest of helper.c is TLB related. Extract the non TLB >> specific functions to a new file, so we can rename helper.c >> as tlb_helper.c in the next commit. >> >> Signed-off-by: Philippe Mathieu-D

Re: [PATCH 11/19] target/mips: Extract common helpers from helper.c to common_helper.c

2020-12-08 Thread Richard Henderson
On 12/6/20 5:39 PM, Philippe Mathieu-Daudé wrote: > The rest of helper.c is TLB related. Extract the non TLB > specific functions to a new file, so we can rename helper.c > as tlb_helper.c in the next commit. > > Signed-off-by: Philippe Mathieu-Daudé > --- > Any better name? xxx_helper.c are usua

[PATCH 11/19] target/mips: Extract common helpers from helper.c to common_helper.c

2020-12-06 Thread Philippe Mathieu-Daudé
The rest of helper.c is TLB related. Extract the non TLB specific functions to a new file, so we can rename helper.c as tlb_helper.c in the next commit. Signed-off-by: Philippe Mathieu-Daudé --- Any better name? xxx_helper.c are usually TCG helpers. --- target/mips/common_helper.c | 178