Home | History | Annotate | Download | only in R600

Lines Matching refs:SREM

247     setOperationAction(ISD::SREM, VT, Expand);
303 // TODO: Implement custom UREM / SREM routines.
306 setOperationAction(ISD::SREM, VT, Expand);
535 case ISD::SREM: return LowerSREM(Op, DAG);