Home | History | Annotate | Download | only in Mips

Lines Matching defs:Mult

145   case ISD::SMUL_LOHI: return lowerMulDiv(Op, MipsISD::Mult, true, true, DAG);
147 case ISD::MULHS: return lowerMulDiv(Op, MipsISD::Mult, false, true, DAG);
149 case ISD::MUL: return lowerMulDiv(Op, MipsISD::Mult, true, false, DAG);
198 // here, which will result in MultNode being mapped to a single MULT
199 // instruction node rather than a pair of MULT and MADD instructions being
274 // here, which will result in MultNode being mapped to a single MULT
275 // instruction node rather than a pair of MULT and MSUB instructions being
572 SDValue Mult = DAG.getNode(NewOpc, DL, MVT::Untyped,
577 Lo = DAG.getNode(MipsISD::ExtractLOHI, DL, Ty, Mult,
580 Hi = DAG.getNode(MipsISD::ExtractLOHI, DL, Ty, Mult,
693 return lowerDSPIntr(Op, DAG, MipsISD::Mult);