Lines Matching refs:SRA
91 setOperationAction(ISD::SRA, MVT::i8, Custom);
94 setOperationAction(ISD::SRA, MVT::i16, Custom);
188 case ISD::SRA: return LowerShifts(Op, DAG);
750 case ISD::SRA:
751 return DAG.getNode(MSP430ISD::SRA, dl,
971 SR = DAG.getNode(ISD::SRA, dl, MVT::i16, SR, One);
1153 case MSP430ISD::SRA: return "MSP430ISD::SRA";