Home | History | Annotate | Download | only in PowerPC

Lines Matching refs:UREM

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