qemu-patch-raspberry4/tcg/ppc64
Anton Blanchard 8424735710 tcg-ppc64: Fix add2_i64
add2_i64 was adding the lower double word to the upper double word
of each input. Fix this so we add the lower double words, then the
upper double words with carry propagation.

Cc: qemu-stable@nongnu.org
Signed-off-by: Anton Blanchard <anton@samba.org>
Signed-off-by: Richard Henderson <rth@twiddle.net>
2013-06-17 10:42:16 -07:00
..
tcg-target.c tcg-ppc64: Fix add2_i64 2013-06-17 10:42:16 -07:00
tcg-target.h tcg-ppc64: Implement mulu2/muls2_i64 2013-04-15 20:09:54 +02:00