]> git.proxmox.com Git - qemu.git/commit
tcg-ppc64: Handle constant inputs for some compound logicals
authorRichard Henderson <rth@twiddle.net>
Mon, 4 Mar 2013 21:48:38 +0000 (13:48 -0800)
committerRichard Henderson <rth@twiddle.net>
Mon, 15 Apr 2013 18:09:51 +0000 (20:09 +0200)
commit37251b98db28ff606479f53ff59ec0724348c40b
tree9df9198fe32886fa3c779a81ae83cee60c81bef3
parentce1010d6e3080aae0ba597cb9cce07dbf6ec5a5a
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>
tcg/ppc64/tcg-target.c