HomeSort by: relevance | last modified time | path
    Searched defs:cbranch (Results 1 - 4 of 4) sorted by relevancy

  /src/external/bsd/pcc/dist/pcc/cc/ccom/
trees.c 863 cbranch(P1ND *p, P1ND *q) function
865 p = buildtree(CBRANCH, p, q);
1780 case CBRANCH:
2092 ecode(buildtree(CBRANCH, p, bcon(label)));
2245 * CBRANCH conditions are rewritten for lazy-evaluation.
2345 case CBRANCH:
2928 cbranch(buildtree(EQ, p->n_left, bcon(0)),
  /src/external/bsd/pcc/dist/pcc/cc/cxxcom/
trees.c 789 cbranch(NODE *p, NODE *q) function
791 p = buildtree(CBRANCH, p, q);
1683 case CBRANCH:
2020 ecode(buildtree(CBRANCH, p, bcon(label)));
2173 * CBRANCH conditions are rewritten for lazy-evaluation.
2273 case CBRANCH:
2854 cbranch(buildtree(EQ, p->n_left, bcon(0)),
  /src/external/gpl3/gcc/dist/gcc/config/avr/
avr.cc 688 rtx_insn *cbranch = emit_jump_insn (xbranch);
689 JUMP_LABEL (cbranch) = xop[4];
913 // Search for two cbranch insns. The first one is a cbranch.
914 // Filter for "cbranch<mode>4_insn" with mode in QI, HI, PSI, SI.
944 // For now, we can optimize cbranches that follow an EQ cbranch,
945 // and cbranches that follow the label of a NE cbranch.
951 // The 2nd cbranch insn follows insn1, i.e. is located in the
958 // insn1 might branch to a label followed by a cbranch.
970 // Following the target label is a cbranch of the same kind
687 rtx_insn *cbranch = emit_jump_insn (xbranch); local
    [all...]
  /src/external/gpl3/gcc/dist/gcc/config/loongarch/
loongarch-builtins.cc 3061 rtx_insn *cbranch; local
3076 if ((cbranch = maybe_gen_insn (icode, 3, ops)) == NULL_RTX)
3087 /* Branch to TRUE_LABEL if CBRANCH is taken and DONE_LABEL otherwise. */
3088 emit_jump_insn (cbranch);

Completed in 113 milliseconds