Home | History | Annotate | Download | only in X86

Lines Matching refs:SADDO

1747   // Only custom-lower 64-bit SADDO and friends on 64-bit because we don't
1757 setOperationAction(ISD::SADDO, VT, Custom);
14991 CondOpcode == ISD::UADDO || CondOpcode == ISD::SADDO ||
15001 case ISD::SADDO: X86Opcode = X86ISD::ADD; X86Cond = X86::COND_O; break;
15470 (Cond.getOperand(0).getOpcode() == ISD::SADDO ||
15518 // e.g. SADDO, UADDO.
15526 if (CondOpcode == ISD::UADDO || CondOpcode == ISD::SADDO ||
15540 case ISD::SADDO:
19064 case ISD::SADDO:
20128 case ISD::SADDO: