Home
last modified time | relevance | path

Searched refs:current_output_insn (Results 1 – 25 of 31) sorted by relevance

12

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Doutput.h330 extern rtx_insn *current_output_insn;
H A Dfinal.c117 rtx_insn *current_output_insn; variable
3036 current_output_insn = debug_insn = insn; in final_scan_insn_1()
3125 current_output_insn = debug_insn = 0; in final_scan_insn_1()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Doutput.h330 extern rtx_insn *current_output_insn;
H A Dfinal.cc118 rtx_insn *current_output_insn; variable
2824 current_output_insn = debug_insn = insn; in final_scan_insn_1()
2913 current_output_insn = debug_insn = 0; in final_scan_insn_1()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/nios2/
H A Dnios2.c2865 if (current_output_insn && get_attr_length (current_output_insn) == 2) in nios2_print_operand()
2870 if (current_output_insn && get_attr_length (current_output_insn) == 2) in nios2_print_operand()
2927 gcc_assert (current_output_insn in nios2_print_operand()
2928 && get_attr_length (current_output_insn) == 4); in nios2_print_operand()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/rl78/
H A Drl78.c4820 if (current_output_insn == NULL_RTX) in rl78_flags_already_set()
4826 for (insn = prev_nonnote_nondebug_insn (current_output_insn); in rl78_flags_already_set()
4866 recog_memoized (current_output_insn); in rl78_flags_already_set()
4867 cleanup_subreg_operands (current_output_insn); in rl78_flags_already_set()
4868 constrain_operands_cached (current_output_insn, 1); in rl78_flags_already_set()
/netbsd-src/external/gpl3/gcc/dist/gcc/config/rl78/
H A Drl78.cc4819 if (current_output_insn == NULL_RTX) in rl78_flags_already_set()
4825 for (insn = prev_nonnote_nondebug_insn (current_output_insn); in rl78_flags_already_set()
4865 recog_memoized (current_output_insn); in rl78_flags_already_set()
4866 cleanup_subreg_operands (current_output_insn); in rl78_flags_already_set()
4867 constrain_operands_cached (current_output_insn, 1); in rl78_flags_already_set()
/netbsd-src/external/gpl3/gcc/dist/gcc/config/nios2/
H A Dnios2.cc2860 if (current_output_insn && get_attr_length (current_output_insn) == 2) in nios2_print_operand()
2865 if (current_output_insn && get_attr_length (current_output_insn) == 2) in nios2_print_operand()
2922 gcc_assert (current_output_insn in nios2_print_operand()
2923 && get_attr_length (current_output_insn) == 4); in nios2_print_operand()
/netbsd-src/external/gpl3/gcc/dist/gcc/config/m68k/
H A Dm68k.cc1641 || modified_in_p (operands[1], current_output_insn)) in handle_flags_for_move()
1648 && modified_in_p (flags_operand1, current_output_insn)) in handle_flags_for_move()
1651 && modified_in_p (flags_operand2, current_output_insn)) in handle_flags_for_move()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/m68k/
H A Dm68k.c1641 || modified_in_p (operands[1], current_output_insn)) in handle_flags_for_move()
1648 && modified_in_p (flags_operand1, current_output_insn)) in handle_flags_for_move()
1651 && modified_in_p (flags_operand2, current_output_insn)) in handle_flags_for_move()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/m32c/
H A Dm32c.c2453 if (current_output_insn) in m32c_print_operand()
2454 debug_rtx (current_output_insn); in m32c_print_operand()
/netbsd-src/external/gpl3/gcc/dist/gcc/config/m32c/
H A Dm32c.cc2457 if (current_output_insn) in m32c_print_operand()
2458 debug_rtx (current_output_insn); in m32c_print_operand()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/mmix/
H A Dmmix.c1578 x = find_reg_note (current_output_insn, REG_BR_PROB, 0); in mmix_print_operand()
/netbsd-src/external/gpl3/gcc/dist/gcc/config/mmix/
H A Dmmix.cc1615 x = find_reg_note (current_output_insn, REG_BR_PROB, 0); in mmix_print_operand()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/i386/
H A Di386.c13028 x = find_reg_note (current_output_insn, REG_BR_PROB, 0); in ix86_print_operand()
13039 = final_forward_branch_p (current_output_insn) == 0; in ix86_print_operand()
13093 if (ix86_notrack_prefixed_insn_p (current_output_insn)) in ix86_print_operand()
15462 = indirect_thunk_need_prefix (current_output_insn); in ix86_output_indirect_branch_via_reg()
15547 = indirect_thunk_need_prefix (current_output_insn); in ix86_output_indirect_branch_via_push()
15712 = indirect_thunk_need_prefix (current_output_insn); in ix86_output_function_return()
15748 = indirect_thunk_need_prefix (current_output_insn); in ix86_output_indirect_function_return()
/netbsd-src/external/gpl3/gcc/dist/gcc/config/i386/
H A Di386.cc13531 x = find_reg_note (current_output_insn, REG_BR_PROB, 0); in ix86_print_operand()
13542 = final_forward_branch_p (current_output_insn) == 0; in ix86_print_operand()
13596 if (ix86_notrack_prefixed_insn_p (current_output_insn)) in ix86_print_operand()
16101 = indirect_thunk_need_prefix (current_output_insn); in ix86_output_indirect_branch_via_reg()
16185 = indirect_thunk_need_prefix (current_output_insn); in ix86_output_indirect_branch_via_push()
16350 = indirect_thunk_need_prefix (current_output_insn); in ix86_output_function_return()
16384 = indirect_thunk_need_prefix (current_output_insn); in ix86_output_indirect_function_return()
/netbsd-src/external/gpl3/gcc/dist/gcc/config/nvptx/
H A Dnvptx.cc2906 if (current_output_insn != NULL in nvptx_print_operand()
2907 && find_reg_note (current_output_insn, REG_UNUSED, x) != NULL_RTX) in nvptx_print_operand()
/netbsd-src/external/gpl3/gcc/dist/gcc/config/sh/
H A Dsh.cc1175 rtx note = find_reg_note (current_output_insn, REG_BR_PROB, 0); in sh_print_operand()
1184 if (flag_verbose_asm && JUMP_LABEL (current_output_insn)) in sh_print_operand()
1187 output_addr_const (stream, JUMP_LABEL (current_output_insn)); in sh_print_operand()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/sh/
H A Dsh.c1175 rtx note = find_reg_note (current_output_insn, REG_BR_PROB, 0); in sh_print_operand()
1184 if (flag_verbose_asm && JUMP_LABEL (current_output_insn)) in sh_print_operand()
1187 output_addr_const (stream, JUMP_LABEL (current_output_insn)); in sh_print_operand()
/netbsd-src/external/gpl3/gcc/dist/gcc/config/alpha/
H A Dalpha.cc4947 enum attr_trap_suffix s = get_attr_trap_suffix (current_output_insn); in get_trap_mode_suffix()
5022 enum attr_round_suffix s = get_attr_round_suffix (current_output_insn); in get_round_mode_suffix()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/alpha/
H A Dalpha.c4942 enum attr_trap_suffix s = get_attr_trap_suffix (current_output_insn); in get_trap_mode_suffix()
5017 enum attr_round_suffix s = get_attr_round_suffix (current_output_insn); in get_round_mode_suffix()
/netbsd-src/external/gpl3/gcc/dist/gcc/config/arc/
H A Darc.cc5628 rtx_insn *insn = current_output_insn; in output_short_suffix()
8921 && (!output_p || (get_attr_length (current_output_insn) & 2))) in arc_output_addsi()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/arc/
H A Darc.c5623 rtx_insn *insn = current_output_insn; in output_short_suffix()
8921 && (!output_p || (get_attr_length (current_output_insn) & 2))) in arc_output_addsi()
/netbsd-src/external/gpl3/gcc/dist/gcc/config/ia64/
H A Dia64.cc5591 x = find_reg_note (current_output_insn, REG_BR_PROB, 0); in ia64_print_operand()
5609 else if (CALL_P (current_output_insn)) in ia64_print_operand()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/ia64/
H A Dia64.c5591 x = find_reg_note (current_output_insn, REG_BR_PROB, 0); in ia64_print_operand()
5609 else if (CALL_P (current_output_insn)) in ia64_print_operand()

12