Re: [PULL 32/41] target/mips: Use cpu_*_mmuidx_ra instead of MMU_MODE*_SUFFIX

2020-02-02 Thread Thomas Huth
On 01/02/2020 21.12, Philippe Mathieu-Daudé wrote: > Hi Richard, > > On 1/8/20 4:45 AM, Richard Henderson wrote: >> The separate suffixed functions were used to construct >> some do_##insn function switched on mmu_idx. The interface >> is exactly identical to the *_mmuidx_ra functions. Replace >

Re: [PULL 32/41] target/mips: Use cpu_*_mmuidx_ra instead of MMU_MODE*_SUFFIX

2020-02-01 Thread Philippe Mathieu-Daudé
On 2/1/20 11:07 PM, Philippe Mathieu-Daudé wrote: > On 2/1/20 9:12 PM, Philippe Mathieu-Daudé wrote: >> Hi Richard, >> >> On 1/8/20 4:45 AM, Richard Henderson wrote: >>> The separate suffixed functions were used to construct >>> some do_##insn function switched on mmu_idx. The interface >>> is exa

Re: [PULL 32/41] target/mips: Use cpu_*_mmuidx_ra instead of MMU_MODE*_SUFFIX

2020-02-01 Thread Philippe Mathieu-Daudé
On 2/1/20 9:12 PM, Philippe Mathieu-Daudé wrote: > Hi Richard, > > On 1/8/20 4:45 AM, Richard Henderson wrote: >> The separate suffixed functions were used to construct >> some do_##insn function switched on mmu_idx. The interface >> is exactly identical to the *_mmuidx_ra functions. Replace >>

Re: [PULL 32/41] target/mips: Use cpu_*_mmuidx_ra instead of MMU_MODE*_SUFFIX

2020-02-01 Thread Philippe Mathieu-Daudé
Hi Richard, On 1/8/20 4:45 AM, Richard Henderson wrote: > The separate suffixed functions were used to construct > some do_##insn function switched on mmu_idx. The interface > is exactly identical to the *_mmuidx_ra functions. Replace > them directly and remove the constructions. > > Cc: Aureli

[PULL 32/41] target/mips: Use cpu_*_mmuidx_ra instead of MMU_MODE*_SUFFIX

2020-01-07 Thread Richard Henderson
The separate suffixed functions were used to construct some do_##insn function switched on mmu_idx. The interface is exactly identical to the *_mmuidx_ra functions. Replace them directly and remove the constructions. Cc: Aurelien Jarno Cc: Aleksandar Rikalo Tested-by: Philippe Mathieu-Daudé R