Revision 1698b741 target-ppc/op.c
b/target-ppc/op.c | ||
---|---|---|
720 | 720 |
void OPPROTO op_check_addo_64 (void) |
721 | 721 |
{ |
722 | 722 |
if (likely(!(((uint64_t)T2 ^ (uint64_t)T1 ^ UINT64_MAX) & |
723 |
((uint64_t)T2 ^ (uint64_t)T0) & (1UL << 63)))) { |
|
723 |
((uint64_t)T2 ^ (uint64_t)T0) & (1ULL << 63)))) {
|
|
724 | 724 |
xer_ov = 0; |
725 | 725 |
} else { |
726 | 726 |
xer_so = 1; |
Also available in: Unified diff