Re: [Qemu-devel] [PATCH] target-mips: fix rndrashift_short_acc and code for EXTR_ instructions

2013-03-17 Thread Aurelien Jarno
On Fri, Mar 15, 2013 at 06:56:19PM +0100, Petar Jovanovic wrote: > From: Petar Jovanovic > > Fix for rndrashift_short_acc to set correct value to higher 64 bits. > This change also corrects conditions when bit 23 of the DSPControl register > is set. > > The existing test files have been extended

[Qemu-devel] [PATCH] target-mips: fix rndrashift_short_acc and code for EXTR_ instructions

2013-03-15 Thread Petar Jovanovic
From: Petar Jovanovic Fix for rndrashift_short_acc to set correct value to higher 64 bits. This change also corrects conditions when bit 23 of the DSPControl register is set. The existing test files have been extended with several examples that trigger the issues. One bug/example in the test fil