Home | History | Annotate | Download | only in ARM

Lines Matching refs:RRX

963   case ARMISD::RRX:           return "ARMISD::RRX";
3749 // If we are in thumb mode, we don't have RRX.
3752 // Okay, we have a 64-bit SRA or SRL of 1. Lower this to an RRX expr.
3763 // The low part is an ARMISD::RRX operand, which shifts the carry in.
3764 Lo = DAG.getNode(ARMISD::RRX, dl, MVT::i32, Lo, Hi.getValue(1));