Home | History | Annotate | Download | only in XCore

Lines Matching refs:LADD

53     case XCoreISD::LADD              : return "XCoreISD::LADD";
730 unsigned Opcode = (N->getOpcode() == ISD::ADD) ? XCoreISD::LADD :
1330 case XCoreISD::LADD: {
1340 return DAG.getNode(XCoreISD::LADD, dl, DAG.getVTList(VT, VT), N1, N0, N2);
1342 // fold (ladd 0, 0, x) -> 0, x & 1
1351 // fold (ladd x, 0, y) -> 0, add x, y iff carry is unused and y has only the
1429 // Otherwise fold to ladd(a, b, 0)
1430 return DAG.getNode(XCoreISD::LADD, dl, DAG.getVTList(VT, VT), N2, N3, N1);
1523 case XCoreISD::LADD: