Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/gcc/
Doutput.h364 extern rtx current_output_insn;
Dfinal.c124 rtx current_output_insn; variable
2413 current_output_insn = debug_insn = insn; in final_scan_insn()
2489 current_output_insn = debug_insn = 0; in final_scan_insn()
DChangeLog-200016990 (ia64_print_operand) [+]: ... here. Use current_output_insn.
17199 * final.c (current_output_insn): New.
/freebsd-12-stable/contrib/gcc/config/ia64/
Dia64.c4666 x = find_reg_note (current_output_insn, REG_BR_PROB, 0); in ia64_print_operand()
4683 else if (GET_CODE (current_output_insn) == CALL_INSN) in ia64_print_operand()
/freebsd-12-stable/contrib/gcc/config/i386/
Di386.c8254 x = find_reg_note (current_output_insn, REG_BR_PROB, 0); in print_operand()
8263 int cputaken = final_forward_branch_p (current_output_insn) == 0; in print_operand()