Re: [Qemu-devel] [PATCH v4 28/33] tcg-ppc64: Use ISEL for setcond

2013-04-15 Thread Aurelien Jarno
On Thu, Apr 04, 2013 at 05:56:21PM -0500, Richard Henderson wrote: > There are a few simple special cases that should be handled first. > Break these out to subroutines to avoid code duplication. > > Signed-off-by: Richard Henderson > --- > tcg/ppc64/tcg-target.c | 181 > +++

[Qemu-devel] [PATCH v4 28/33] tcg-ppc64: Use ISEL for setcond

2013-04-04 Thread Richard Henderson
There are a few simple special cases that should be handled first. Break these out to subroutines to avoid code duplication. Signed-off-by: Richard Henderson --- tcg/ppc64/tcg-target.c | 181 - 1 file changed, 119 insertions(+), 62 deletions(-) di