Home | History | Annotate | Download | only in arc

Lines Matching defs:statep

9475 /* Return a copy of COND from *STATEP, inverted if that is indicated by the
9476 CC field of *STATEP. */
9479 arc_get_ccfsm_cond (struct arc_ccfsm *statep, bool reverse)
9481 rtx cond = statep->cond;
9486 if (statep->cc == raw_cc)
9489 gcc_assert (ARC_INVERSE_CONDITION_CODE (raw_cc) == statep->cc);
9549 struct arc_ccfsm *statep = &cfun->machine->ccfsm_current;
9551 memset (statep, 0, sizeof *statep);
9554 arc_ccfsm_advance (insn, statep);
9556 switch (statep->state)
9563 arc_ccfsm_post_advance (insn, statep);
9564 gcc_assert (!IN_RANGE (statep->state, 1, 2));
9573 = arc_get_ccfsm_cond (statep, INSN_FROM_TARGET_P (slot));
9589 && statep->target_label == CODE_LABEL_NUMBER (insn))
9591 arc_ccfsm_post_advance (insn, statep);
9624 cond = arc_get_ccfsm_cond (statep, INSN_FROM_TARGET_P (insn));
9652 if (statep->state == 3)
9659 arc_ccfsm_post_advance (insn, statep);