Home | History | Annotate | Download | only in CellSPU

Lines Matching refs:SRA

245   setOperationAction(ISD::SRA,  MVT::i8,     Custom);
250 setOperationAction(ISD::SRA, MVT::i64, Legal);
2260 case ISD::SRA: {
2521 // Take advantage of the fact that (truncate (sra arg, 32)) is efficiently
2567 SDValue lhsSelectMask = DAG.getNode(ISD::SRA, dl, ccResultVT,
2574 SDValue rhsSelectMask = DAG.getNode(ISD::SRA, dl, ccResultVT,
2744 SDValue sraVal = DAG.getNode(ISD::SRA,
2807 case ISD::SRA: {