Home
last modified time | relevance | path

Searched refs:if_else (Results 1 – 2 of 2) sorted by relevance

/netbsd/src/external/bsd/tmux/dist/
Dcmd-parse.y258 if_else : ELSE
302 | if_open '\n' statements if_else '\n' statements if_close
326 | if_open '\n' statements elif if_else '\n' statements if_close
461 | if_open commands if_else commands if_close
485 | if_open commands elif1 if_else commands if_close
/netbsd/src/external/gpl3/gcc/dist/gcc/config/frv/
Dfrv.cc4683 rtx if_else; in frv_emit_cond_branch() local
4695 if_else = gen_rtx_IF_THEN_ELSE (cc_mode, test_rtx, label_ref, pc_rtx); in frv_emit_cond_branch()
4696 emit_jump_insn (gen_rtx_SET (pc_rtx, if_else)); in frv_emit_cond_branch()
5528 rtx if_else; in frv_ifcvt_modify_multiple_tests() local
5602 if_else = gen_rtx_IF_THEN_ELSE (CC_CCRmode, old_test, compare, const0_rtx); in frv_ifcvt_modify_multiple_tests()
5604 check_insn = gen_rtx_SET (new_cr, if_else); in frv_ifcvt_modify_multiple_tests()
6002 rtx if_else; in frv_ifcvt_modify_insn() local
6014 if_else = gen_rtx_IF_THEN_ELSE (CC_CCRmode, test, src, const0_rtx); in frv_ifcvt_modify_insn()
6015 pattern = gen_rtx_SET (dest, if_else); in frv_ifcvt_modify_insn()