Home | History | Annotate | Download | only in Mips

Lines Matching refs:Mult

361   case ISD::SMUL_LOHI: return lowerMulDiv(Op, MipsISD::Mult, true, true, DAG);
363 case ISD::MULHS: return lowerMulDiv(Op, MipsISD::Mult, false, true, DAG);
365 case ISD::MUL: return lowerMulDiv(Op, MipsISD::Mult, true, false, DAG);
418 MULT
419 // instruction node rather than a pair of MULT and MADD instructions being
490 // here, which will result in MultNode being mapped to a single MULT
491 // instruction node rather than a pair of MULT and MSUB instructions being
1264 SDValue Mult = DAG.getNode(NewOpc, DL, MVT::Untyped,
1269 Lo = DAG.getNode(MipsISD::MFLO, DL, Ty, Mult);
1271 Hi = DAG.getNode(MipsISD::MFHI, DL, Ty, Mult);
1529 return lowerDSPIntr(Op, DAG, MipsISD::Mult);