Home | History | Annotate | Download | only in Mips

Lines Matching refs:SDIVREM

134   setOperationAction(ISD::SDIVREM, MVT::i32, Custom);
136 setOperationAction(ISD::SDIVREM, MVT::i64, Custom);
166 setOperationAction(ISD::SDIVREM, MVT::i32, Expand);
211 setOperationAction(ISD::SDIVREM, MVT::i64, Expand);
366 case ISD::SDIVREM: return lowerMulDiv(Op, MipsISD::DivRem, true, true, DAG);