Re: [Qemu-devel] [PATCH v2 04/10] target-arm: optimize vfp load/store multiple ops

2009-10-27 Thread Aurelien Jarno
On Sat, Oct 24, 2009 at 03:19:03PM +0300, juha.riihim...@nokia.com wrote: > From: Juha Riihimäki > > VFP load/store multiple instructions can be slightly optimized by > loading the register offset constant into a variable outside the > register loop and using the preloaded variable inside the loo

Re: [Qemu-devel] [PATCH v2 04/10] target-arm: optimize vfp load/store multiple ops

2009-10-24 Thread Laurent Desnogues
On Sat, Oct 24, 2009 at 2:19 PM, wrote: > From: Juha Riihimäki > > VFP load/store multiple instructions can be slightly optimized by > loading the register offset constant into a variable outside the > register loop and using the preloaded variable inside the loop instead > of reloading the offs

[Qemu-devel] [PATCH v2 04/10] target-arm: optimize vfp load/store multiple ops

2009-10-24 Thread juha . riihimaki
From: Juha Riihimäki VFP load/store multiple instructions can be slightly optimized by loading the register offset constant into a variable outside the register loop and using the preloaded variable inside the loop instead of reloading the offset value to a temporary variable on each loop iterati