| commit | 08f4a0f7ee899c32bac91114e859d2687cbcf1d7 | [log] [tgz] |
|---|---|---|
| author | Richard Henderson <rth@twiddle.net> | Mon Feb 25 11:41:40 2013 -0800 |
| committer | Anthony Liguori <aliguori@us.ibm.com> | Mon Feb 25 14:32:36 2013 -0600 |
| tree | 88edfe54d678c34f81f1c5b90a0dcf92613b768f | |
| parent | e77f083292916ba43b940fdacd2fc1001b750d1d [diff] |
target-ppc: Fix SUBFE carry While ~T0+T1+CF = T1-T0+CF-1 is true for the low 32-bits, it does not produce the correct carry-out to bit 33. Do exactly what the manual says. Cc: Alexander Graf <agraf@suse.de> Signed-off-by: Richard Henderson <rth@twiddle.net> Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>