]> git.proxmox.com Git - qemu.git/commit
tcg-ppc64: Fix add2_i64
authorAnton Blanchard <anton@samba.org>
Sun, 2 Jun 2013 12:29:39 +0000 (22:29 +1000)
committerMichael Roth <mdroth@linux.vnet.ibm.com>
Mon, 17 Jun 2013 23:01:42 +0000 (18:01 -0500)
commit2917f6bcd04a4c75a1e0831eab7e4d62b714d252
treea88eefea3dc9dc7dcb5cb3688319972d9f8e62a7
parent9534f66ac1a50015034acbe86c110bb89673460e
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>
(cherry picked from commit 84247357104044b8c4ec4a634e84769f432cbe52)

Signed-off-by: Michael Roth <mdroth@linux.vnet.ibm.com>
tcg/ppc64/tcg-target.c