Home | History | Annotate | Download | only in PowerPC

Lines Matching refs:SREM

145   // PowerPC has no SREM/UREM instructions
146 setOperationAction(ISD::SREM, MVT::i32, Expand);
148 setOperationAction(ISD::SREM, MVT::i64, Expand);
151 // Don't use SMUL_LOHI/UMUL_LOHI or SDIVREM/UDIVREM to lower SREM/UREM.
432 setOperationAction(ISD::SREM, VT, Expand);