Re: [Qemu-devel] [PATCH 1/2] target-mips: fix incorrect behaviour for EXTP

2013-05-17 Thread Aurelien Jarno
On Mon, May 13, 2013 at 03:20:26PM +0200, Petar Jovanovic wrote: > From: Petar Jovanovic > > The mask for EXTP instruction when size=31 has not been correctly > calculated. > > The test (mips32-dsp/extp.c) has been extended to include the case that > triggers the issue. > > Signed-off-by: Petar

[Qemu-devel] [PATCH 1/2] target-mips: fix incorrect behaviour for EXTP

2013-05-13 Thread Petar Jovanovic
From: Petar Jovanovic The mask for EXTP instruction when size=31 has not been correctly calculated. The test (mips32-dsp/extp.c) has been extended to include the case that triggers the issue. Signed-off-by: Petar Jovanovic --- target-mips/dsp_helper.c |3 +-- tests/tcg/mips/mips32