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

  /src/external/bsd/tmux/dist/
cmd-parse.y 272 if_else : ELSE label
316 | if_open '\n' statements if_else '\n' statements if_close
340 | if_open '\n' statements elif if_else '\n' statements if_close
475 | if_open commands if_else commands if_close
499 | if_open commands elif1 if_else commands if_close
  /src/external/gpl3/gcc/dist/gcc/config/frv/
frv.cc 4728 rtx if_else;
4740 if_else = gen_rtx_IF_THEN_ELSE (cc_mode, test_rtx, label_ref, pc_rtx);
4741 emit_jump_insn (gen_rtx_SET (pc_rtx, if_else));
5584 rtx if_else;
5658 if_else = gen_rtx_IF_THEN_ELSE (CC_CCRmode, old_test, compare, const0_rtx);
5660 check_insn = gen_rtx_SET (new_cr, if_else);
6062 rtx if_else;
6074 if_else = gen_rtx_IF_THEN_ELSE (CC_CCRmode, test, src, const0_rtx);
6075 pattern = gen_rtx_SET (dest, if_else);
4685 rtx if_else; local
5530 rtx if_else; local
6004 rtx if_else; local
  /src/external/gpl3/gcc.old/dist/gcc/config/frv/
frv.cc 4726 rtx if_else;
4738 if_else = gen_rtx_IF_THEN_ELSE (cc_mode, test_rtx, label_ref, pc_rtx);
4739 emit_jump_insn (gen_rtx_SET (pc_rtx, if_else));
5582 rtx if_else;
5656 if_else = gen_rtx_IF_THEN_ELSE (CC_CCRmode, old_test, compare, const0_rtx);
5658 check_insn = gen_rtx_SET (new_cr, if_else);
6060 rtx if_else;
6072 if_else = gen_rtx_IF_THEN_ELSE (CC_CCRmode, test, src, const0_rtx);
6073 pattern = gen_rtx_SET (dest, if_else);
4683 rtx if_else; local
5528 rtx if_else; local
6002 rtx if_else; local

Completed in 34 milliseconds