Re: [Qemu-devel] [PATCH 00/38] Add double-word addition and widening multiply tcg ops

2013-02-25 Thread Alexander Graf
On 20.02.2013, at 08:51, Richard Henderson wrote: > ... and use them where appropriate in the targets. As can be seen, > most targets can make use of a widening multiply. And if one is > sufficiently clever, one can use add2 to significantly improve carry > generation for the target. > > This

Re: [Qemu-devel] [PATCH 00/38] Add double-word addition and widening multiply tcg ops

2013-02-23 Thread Blue Swirl
Thanks, applied all. On Wed, Feb 20, 2013 at 7:51 AM, Richard Henderson wrote: > ... and use them where appropriate in the targets. As can be seen, > most targets can make use of a widening multiply. And if one is > sufficiently clever, one can use add2 to significantly improve carry > generati

[Qemu-devel] [PATCH 00/38] Add double-word addition and widening multiply tcg ops

2013-02-19 Thread Richard Henderson
... and use them where appropriate in the targets. As can be seen, most targets can make use of a widening multiply. And if one is sufficiently clever, one can use add2 to significantly improve carry generation for the target. This patch series is based on the target-i386 flags rewrite that I ju