Home | History | Annotate | Download | only in Sparc

Lines Matching refs:SMULO

1660     setOperationAction(ISD::SMULO,     MVT::i64, Custom);
2860 // Custom lower UMULO/SMULO for SPARC. This code is similar to ExpandNode()
2866 assert((opcode == ISD::UMULO || opcode == ISD::SMULO) && "Invalid Opcode.");
2868 bool isSigned = (opcode == ISD::SMULO);
2972 case ISD::SMULO: return LowerUMULO_SMULO(Op, DAG, *this);