Home | History | Annotate | Download | only in ARM

Lines Matching refs:ExtraOp

6616   bool ExtraOp = false;
6620 case ISD::ADDE: Opc = ARMISD::ADDE; ExtraOp = true; break;
6622 case ISD::SUBE: Opc = ARMISD::SUBE; ExtraOp = true; break;
6625 if (!ExtraOp)