Searched refs:if_then_else (Results 1 - 6 of 6) sorted by relevance

/netbsd-current/external/gpl3/gcc/dist/contrib/vim-gcc-dev/syntax/
H A Dgcc-rtl.vim44 syn keyword rtlConditional call_insn jump_insn if_then_else
/netbsd-current/external/gpl3/gcc.old/dist/contrib/vim-gcc-dev/syntax/
H A Dgcc-rtl.vim44 syn keyword rtlConditional call_insn jump_insn if_then_else
/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Difcvt.c1183 rtx if_then_else = simplify_gen_ternary (IF_THEN_ELSE, mode, mode,
1187 if (GET_CODE (if_then_else) == IF_THEN_ELSE)
1192 noce_emit_move_insn (if_info->x, if_then_else);
1728 rtx if_then_else = gen_rtx_IF_THEN_ELSE (GET_MODE (x),
1730 rtx set = gen_rtx_SET (x, if_then_else);
1180 rtx if_then_else = simplify_gen_ternary (IF_THEN_ELSE, mode, mode, local
1725 rtx if_then_else = gen_rtx_IF_THEN_ELSE (GET_MODE (x), local
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Difcvt.cc1193 rtx if_then_else = simplify_gen_ternary (IF_THEN_ELSE, mode, mode,
1197 if (GET_CODE (if_then_else) == IF_THEN_ELSE)
1202 noce_emit_move_insn (if_info->x, if_then_else);
1739 rtx if_then_else = gen_rtx_IF_THEN_ELSE (GET_MODE (x),
1741 rtx set = gen_rtx_SET (x, if_then_else);
1190 rtx if_then_else = simplify_gen_ternary (IF_THEN_ELSE, mode, mode, local
1736 rtx if_then_else = gen_rtx_IF_THEN_ELSE (GET_MODE (x), local
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/sparc/
H A Dsparc.c3624 rtx if_then_else;
3626 if_then_else = gen_rtx_IF_THEN_ELSE (VOIDmode,
3632 emit_jump_insn (gen_rtx_SET (pc_rtx, if_then_else));
3621 rtx if_then_else; local
/netbsd-current/external/gpl3/gcc/dist/gcc/config/sparc/
H A Dsparc.cc3620 rtx if_then_else;
3622 if_then_else = gen_rtx_IF_THEN_ELSE (VOIDmode,
3628 emit_jump_insn (gen_rtx_SET (pc_rtx, if_then_else));
3617 rtx if_then_else; local

Completed in 410 milliseconds