Home | History | Annotate | Download | only in PowerPC

Lines Matching refs:SREM

112   // PowerPC has no SREM/UREM instructions
113 setOperationAction(ISD::SREM, MVT::i32, Expand);
115 setOperationAction(ISD::SREM, MVT::i64, Expand);
118 // Don't use SMUL_LOHI/UMUL_LOHI or SDIVREM/UDIVREM to lower SREM/UREM.
341 setOperationAction(ISD::SREM, VT, Expand);