commit | 37251b98db28ff606479f53ff59ec0724348c40b | [log] [tgz] |
---|---|---|
author | Richard Henderson <rth@twiddle.net> | Mon Mar 04 13:48:38 2013 -0800 |
committer | Richard Henderson <rth@twiddle.net> | Mon Apr 15 20:09:51 2013 +0200 |
tree | 9df9198fe32886fa3c779a81ae83cee60c81bef3 | |
parent | ce1010d6e3080aae0ba597cb9cce07dbf6ec5a5a [diff] |
tcg-ppc64: Handle constant inputs for some compound logicals Since we have special code to handle and/or/xor with a constant, apply the same to andc/orc/eqv with a constant. Reviewed-by: Aurelien Jarno <aurelien@aurel32.net> Signed-off-by: Richard Henderson <rth@twiddle.net>