Home | History | Annotate | Download | only in X86

Lines Matching refs:PMULDQ

13592     return DAG.getNode(X86ISD::PMULDQ, dl, Op.getValueType(),
15041 "Should not custom lower when pmuldq is available!");
15169 (!IsSigned || !Subtarget->hasSSE41()) ? X86ISD::PMULUDQ : X86ISD::PMULDQ;
15189 // If we have a signed multiply but no PMULDQ fix up the high parts of a
16622 case X86ISD::PMULDQ: return "X86ISD::PMULDQ";