Home | History | Annotate | Download | only in ARM

Lines Matching refs:SRL_FLAG

912   case ARMISD::SRL_FLAG:      return "ARMISD::SRL_FLAG";
3543 // First, build a SRA_FLAG/SRL_FLAG op, which shifts the top part by one and
3545 unsigned Opc = N->getOpcode() == ISD::SRL ? ARMISD::SRL_FLAG:ARMISD::SRA_FLAG;