Re: [Qemu-devel] [PATCH] mips: Fix BC1ANY[24]F instructions

2012-05-19 Thread Blue Swirl
Thanks, applied. On Sun, May 13, 2012 at 6:39 PM, Andreas Färber wrote: > Am 26.11.2011 14:37, schrieb Richard Sandiford: >> There's some dodgy application of De Morgan's law in the emulation >> of the MIPS BC1ANY[24]F instructions: they end up branching only >> if all CCs are false, rather than

Re: [Qemu-devel] [PATCH] mips: Fix BC1ANY[24]F instructions

2012-05-13 Thread Andreas Färber
Am 26.11.2011 14:37, schrieb Richard Sandiford: > There's some dodgy application of De Morgan's law in the emulation > of the MIPS BC1ANY[24]F instructions: they end up branching only > if all CCs are false, rather than if one CC is. > > Tested on mips64-linux-gnu, where it fixes the GCC MIPS3D te

Re: [Qemu-devel] [PATCH] mips: Fix BC1ANY[24]F instructions

2012-04-19 Thread Richard Henderson
On 04/18/2012 04:00 PM, Andreas Färber wrote: > Am 26.11.2011 14:37, schrieb Richard Sandiford: >> There's some dodgy application of De Morgan's law in the emulation >> of the MIPS BC1ANY[24]F instructions: they end up branching only >> if all CCs are false, rather than if one CC is. >> >> Tested o

Re: [Qemu-devel] [PATCH] mips: Fix BC1ANY[24]F instructions

2012-04-18 Thread Andreas Färber
Am 26.11.2011 14:37, schrieb Richard Sandiford: > There's some dodgy application of De Morgan's law in the emulation > of the MIPS BC1ANY[24]F instructions: they end up branching only > if all CCs are false, rather than if one CC is. > > Tested on mips64-linux-gnu, where it fixes the GCC MIPS3D te