Re: [Qemu-devel] [PATCH 0/4] target-sparc: More CC cleanups

2012-10-13 Thread Blue Swirl
Thanks, applied all. On Tue, Oct 9, 2012 at 9:49 PM, Richard Henderson wrote: > The first patch is a bug fix for the previous series, > already posted. > > The second patch improves the common cases of using > andcc or orcc to test bits in a register. It also > just so happens to show potential

[Qemu-devel] [PATCH 0/4] target-sparc: More CC cleanups

2012-10-09 Thread Richard Henderson
The first patch is a bug fix for the previous series, already posted. The second patch improves the common cases of using andcc or orcc to test bits in a register. It also just so happens to show potential cleanup value in the ALWAYS and NEVER conditions. ;-) The third patch is one that I th