Home | History | Annotate | Download | only in SelectionDAG

Lines Matching refs:SRL

75   /// \brief Implement expansion for SIGN_EXTEND_INREG using SRL and SRA.
255 case ISD::SRL:
519 Lo = DAG.getNode(ISD::SRL, dl, WideVT, LoadVals[WideIdx], ShAmt);
893 // Make sure that the SINT_TO_FP and SRL instructions are available.
895 TLI.getOperationAction(ISD::SRL, VT) == TargetLowering::Expand)
915 SDValue HI = DAG.getNode(ISD::SRL, DL, VT, Op.getOperand(0), HalfWord);