Re: [Qemu-devel] [PATCH 0/3] target-ppc improvements

2016-03-15 Thread David Gibson
On Tue, Feb 23, 2016 at 05:18:33PM -0800, Richard Henderson wrote: > The ISEL patch was posted last year; I don't believe I ever > got around to posting these other two. I'm not entirely clear if these are just cleanups / optimizations, or if they also fix actual bugs. If the former, I'm inclined

[Qemu-devel] [PATCH 0/3] target-ppc improvements

2016-02-23 Thread Richard Henderson
The ISEL patch was posted last year; I don't believe I ever got around to posting these other two. r~ Richard Henderson (3): target-ppc: Use movcond in isel target-ppc: Use 32-bit rotate instead of deposit + 64-bit rotate target-ppc: Cleanups to rldinm, rldnm, rldimi target-ppc/translat