Home | History | Annotate | Download | only in X86

Lines Matching refs:SMUL_LOHI

840     setOperationAction(ISD::SMUL_LOHI, VT, Expand);
957 setOperationAction(ISD::SMUL_LOHI, MVT::v4i32, Custom);
1251 setOperationAction(ISD::SMUL_LOHI, MVT::v8i32, Custom);
15167 bool IsSigned = Op->getOpcode() == ISD::SMUL_LOHI;
16233 case ISD::SMUL_LOHI: return LowerMUL_LOHI(Op, Subtarget, DAG);