Re: [Qemu-devel] [PATCH 3/4] tcg-ppc64: Fix add2_i64

2013-06-03 Thread Richard Henderson
On 06/02/2013 05:29 AM, Anton Blanchard wrote: > 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-sta...@nongnu.org > Signed-off-by: Anton Blanchard Re

[Qemu-devel] [PATCH 3/4] tcg-ppc64: Fix add2_i64

2013-06-02 Thread Anton Blanchard
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-sta...@nongnu.org Signed-off-by: Anton Blanchard --- sub2 has similar issues, I haven't fixed it because I do