Home | History | Annotate | Download | only in X86

Lines Matching refs:X86ISD

2405       BaseOpc = X86ISD::SMUL; CondOpc = X86::SETOr; break;
2407 BaseOpc = X86ISD::UMUL; CondOpc = X86::SETOr; break;
2435 if (BaseOpc == X86ISD::UMUL && !ResultReg) {
2446 } else if (BaseOpc == X86ISD::SMUL && !ResultReg) {