Home | History | Annotate | Download | only in MSP430

Lines Matching refs:SRA

95   setOperationAction(ISD::SRA,              MVT::i8,    Custom);
98 setOperationAction(ISD::SRA, MVT::i16, Custom);
191 case ISD::SRA: return LowerShifts(Op, DAG);
637 case ISD::SRA:
638 return DAG.getNode(MSP430ISD::SRA, dl,
857 SR = DAG.getNode(ISD::SRA, dl, MVT::i16, SR, One);
1033 case MSP430ISD::SRA: return "MSP430ISD::SRA";