OSDN Git Service

tcg-ppc64: Use ISEL for setcond
authorRichard Henderson <rth@twiddle.net>
Tue, 2 Apr 2013 22:16:10 +0000 (15:16 -0700)
committerRichard Henderson <rth@twiddle.net>
Mon, 15 Apr 2013 18:09:53 +0000 (20:09 +0200)
commit70fac59a2ae334c5994037b45a76f8dc9f034ab5
treea5fe4f12d246c4b0021c46595af9cb7fa001b3ae
parent6995a4a063d3ab3ceb21aad8c8a78f4cfc5e4140
tcg-ppc64: Use ISEL for setcond

There are a few simple special cases that should be handled first.
Break these out to subroutines to avoid code duplication.

Reviewed-by: Aurelien Jarno <aurelien@aurel32.net>
Signed-off-by: Richard Henderson <rth@twiddle.net>
tcg/ppc64/tcg-target.c