Re: [PATCH v11 08/46] target/mips: Add emulation of nanoMIPS 16-bit branch instructions

2021-06-04 Thread Faraz Shahbazker
Hi Philippe, On 5/29/21 7:50 PM, Philippe Mathieu-Daudé wrote: On 5/29/21 3:52 PM, Philippe Mathieu-Daudé wrote: On Mon, Aug 20, 2018 at 8:17 PM Aleksandar Markovic wrote: From: Stefan Markovic +case OPC_BPOSGE32: +tcg_gen_andi_tl(t0, cpu_dspctrl, 0x3F); +bcond_compute

Re: [PATCH v11 08/46] target/mips: Add emulation of nanoMIPS 16-bit branch instructions

2021-06-04 Thread Faraz Shahbazker
On 5/29/21 7:22 PM, Philippe Mathieu-Daudé wrote: On Mon, Aug 20, 2018 at 8:17 PM Aleksandar Markovic wrote: From: Stefan Markovic Add emulation of nanoMIPS 16-bit branch instructions. ... +/* Compare two registers */ +case OPC_BPOSGE32: +