Home | History | Annotate | Download | only in Hexagon

Lines Matching refs:PostInc

587   bool PostInc = (OrigOpc == Hexagon::L2_loadrd_pi ||
594 unsigned AdrX = PostInc ? (Load ? 2 : 1)
599 : (PostInc ? MI->getOperand(3)
606 int64_t Off = PostInc ? 0 : MI->getOperand(2).getImm();
615 int64_t Off = PostInc ? 0 : MI->getOperand(1).getImm();
626 if (PostInc) {