Re: [Qemu-devel] [PATCH 06/12] target-arm: optimize arm load/store multiple ops

2009-10-23 Thread Laurent Desnogues
On Wed, Oct 21, 2009 at 12:17 PM, wrote: > ARM 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 v

[Qemu-devel] [PATCH 06/12] target-arm: optimize arm load/store multiple ops

2009-10-21 Thread Juha.Riihimaki
ARM 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 iteration. This causes