Lines Matching refs:SRA
18 // expanded. Similarly, suppose we have an ISD::SRA of type v16i8 on PowerPC;
75 /// \brief Implement expansion for SIGN_EXTEND_INREG using SRL and SRA.
279 case ISD::SRA:
610 Lo = DAG.getNode(ISD::SRA, dl, WideVT, Lo, ShAmt);
788 // Make sure that the SRA and SHL instructions are available.
789 if (TLI.getOperationAction(ISD::SRA, VT) == TargetLowering::Expand ||
802 return DAG.getNode(ISD::SRA, DL, VT, Op, ShiftSz);
846 return DAG.getNode(ISD::SRA, DL, VT,