Home | History | Annotate | Download | only in PowerPC

Lines Matching refs:UREM

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