Home | History | Annotate | Download | only in Sparc

Lines Matching refs:SMULO

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