Home | History | Annotate | Download | only in XCore

Lines Matching defs:Carry

740   SDValue Carry(Lo.getNode(), 1);
743 LHSH, RHSH, Carry);
1642 SDValue Carry = DAG.getConstant(0, dl, VT);
1645 SDValue Ops[] = { Result, Carry };
1649 // fold (ladd x, 0, y) -> 0, add x, y iff carry is unused and y has only the
1657 Carry = DAG.getConstant(0, dl, VT);
1659 SDValue Ops[] = { Result, Carry };
1730 SDValue Carry(Result.getNode(), 1);
1731 SDValue Ops[] = { Carry, Result };
1829 // Top bits of carry / borrow are clear.