Home | History | Annotate | Download | only in Hexagon

Lines Matching full:postinc

600   bool PostInc = (OrigOpc == Hexagon::L2_loadrd_pi ||
607 unsigned AdrX = PostInc ? (Load ? 2 : 1)
612 : (PostInc ? MI->getOperand(3)
619 int64_t Off = PostInc ? 0 : MI->getOperand(2).getImm();
628 int64_t Off = PostInc ? 0 : MI->getOperand(1).getImm();
639 if (PostInc) {