Re: [PATCH] target/mips: Introduce disas_mt_available()

2024-10-25 Thread Richard Henderson
On 10/24/24 20:54, Philippe Mathieu-Daudé wrote: Similarly to commit 17c2c320f3c ("Introduce ase_mt_available helper"), introduce the disas_mt_available() one which takes a DisasContext argument to determine whether Multi-Threading is available by checking the MT bit of the CP0_Config3 register.

[PATCH] target/mips: Introduce disas_mt_available()

2024-10-24 Thread Philippe Mathieu-Daudé
Similarly to commit 17c2c320f3c ("Introduce ase_mt_available helper"), introduce the disas_mt_available() one which takes a DisasContext argument to determine whether Multi-Threading is available by checking the MT bit of the CP0_Config3 register. Remove the then unused ASE_MT definition. Signed-

Re: [PATCH] target/mips: Introduce disas_mt_available()

2024-10-24 Thread Philippe Mathieu-Daudé
On 24/10/24 16:54, Philippe Mathieu-Daudé wrote: Similarly to commit 17c2c320f3c ("Introduce ase_mt_available helper"), introduce the disas_mt_available() one which takes a DisasContext argument to determine whether Multi-Threading is available by checking the MT bit of the CP0_Config3 register.