Home | History | Annotate | Download | only in MSP430

Lines Matching refs:SRA

92   setOperationAction(ISD::SRA,              MVT::i8,    Custom);
95 setOperationAction(ISD::SRA, MVT::i16, Custom);
189 case ISD::SRA: return LowerShifts(Op, DAG);
752 case ISD::SRA:
753 return DAG.getNode(MSP430ISD::SRA, dl,
972 SR = DAG.getNode(ISD::SRA, dl, MVT::i16, SR, One);
1159 case MSP430ISD::SRA: return "MSP430ISD::SRA";