Re: [Qemu-devel] [PATCH] target-mips: fix for incorrect multiplication with MULQ_S.PH

2013-02-23 Thread Aurelien Jarno
On Wed, Feb 06, 2013 at 06:05:25PM +0100, Petar Jovanovic wrote: > From: Petar Jovanovic > > The change corrects sign-related issue with MULQ_S.PH. It also includes > extension to the already existing test which will trigger the issue. > > Signed-off-by: Petar Jovanovic > --- > target-mips/dsp

Re: [Qemu-devel] [PATCH] target-mips: fix for incorrect multiplication with MULQ_S.PH

2013-02-20 Thread Petar Jovanovic
ping http://patchwork.ozlabs.org/patch/218695/ From: Petar Jovanovic [petar.jovano...@rt-rk.com] Sent: Wednesday, February 06, 2013 6:05 PM To: qemu-devel@nongnu.org Cc: Jovanovic, Petar; aurel...@aurel32.net Subject: [PATCH] target-mips: fix for incorrect

[Qemu-devel] [PATCH] target-mips: fix for incorrect multiplication with MULQ_S.PH

2013-02-06 Thread Petar Jovanovic
From: Petar Jovanovic The change corrects sign-related issue with MULQ_S.PH. It also includes extension to the already existing test which will trigger the issue. Signed-off-by: Petar Jovanovic --- target-mips/dsp_helper.c|2 +- tests/tcg/mips/mips32-dspr2/mulq_s_ph.c | 1