Re: [Qemu-devel] [PATCH v2] target-mips: clean-up in BIT_INSV

2013-05-17 Thread Aurelien Jarno
On Mon, May 13, 2013 at 03:35:37AM +0200, Petar Jovanovic wrote: > From: Petar Jovanovic > > This is a small follow-up change to "fix incorrect behaviour for INSV". > > It includes two minor modifications: > > - sizefilter is constant so it can be moved inside of the block, > - several lines of

[Qemu-devel] [PATCH v2] target-mips: clean-up in BIT_INSV

2013-05-12 Thread Petar Jovanovic
From: Petar Jovanovic This is a small follow-up change to "fix incorrect behaviour for INSV". It includes two minor modifications: - sizefilter is constant so it can be moved inside of the block, - several lines of the code are replaced with a call to deposit64. No functional change. Signed-o