On 1 March 2010 22:33, Aurelien Jarno wrote:
> This patch series fix a bug in div2/divu2 ops, implement setcond
> and setcond2 ops and improve brcond/setcond by allowing immediate
> constants.
Thanks, pushed the four changes + added a missing break after
setcond2. I'm not totally sure but I thin
This patch series fix a bug in div2/divu2 ops, implement setcond
and setcond2 ops and improve brcond/setcond by allowing immediate
constants.
I have tested it using a modified version of target-mips/translate.c
which includes setcond ops, and running mips-linux-user binaries. The
first fixes wa