Home | History | Annotate | Download | only in ARM

Lines Matching refs:RRX

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