Re: [PATCH 7/9] target/mips: Remove microMIPS BPOSGE32 / BPOSGE64 unuseful cases

2021-06-18 Thread Richard Henderson
On 6/17/21 10:43 AM, Philippe Mathieu-Daudé wrote: These switch cases for the microMIPS BPOSGE32 / BPOSGE64 opcodes have been added commit 3c824109da0 ("target-mips: microMIPS ASE support"). More than 11 years later it is safe to assume there won't be added soon. The cases fall back to the defaul

Re: [PATCH 7/9] target/mips: Remove microMIPS BPOSGE32 / BPOSGE64 unuseful cases

2021-06-18 Thread Philippe Mathieu-Daudé
On 6/17/21 7:43 PM, Philippe Mathieu-Daudé wrote: > These switch cases for the microMIPS BPOSGE32 / BPOSGE64 opcodes have > been added commit 3c824109da0 ("target-mips: microMIPS ASE support"). > More than 11 years later it is safe to assume there won't be added > soon. The cases fall back to the d