Re: [Qemu-devel] [PATCH] target-mips: Fix incorrect code and test for INSV

2012-12-06 Thread Aurelien Jarno
On Mon, Nov 26, 2012 at 04:13:21PM +0100, Petar Jovanovic wrote: > From: Petar Jovanovic > > Content of register rs should be shifted for pos before applying a mask. > This change contains both fix for the instruction and to the existing test. > > Signed-off-by: Petar Jovanovic > --- > target-

Re: [Qemu-devel] [PATCH] target-mips: Fix incorrect code and test for INSV

2012-12-05 Thread Johnson, Eric
el32.net > Subject: [Qemu-devel] [PATCH] target-mips: Fix incorrect code and test for > INSV > > From: Petar Jovanovic > > Content of register rs should be shifted for pos before applying a mask. > This change contains both fix for the instruction and to the existing >

[Qemu-devel] [PATCH] target-mips: Fix incorrect code and test for INSV

2012-11-26 Thread Petar Jovanovic
From: Petar Jovanovic Content of register rs should be shifted for pos before applying a mask. This change contains both fix for the instruction and to the existing test. Signed-off-by: Petar Jovanovic --- target-mips/dsp_helper.c |2 +- tests/tcg/mips/mips32-dsp/insv.c |2 +-