Home
last modified time | relevance | path

Searched refs:this_is_asm_operands (Results 1 – 6 of 6) sorted by relevance

/freebsd-9-stable/contrib/gcc/
Dfinal.c146 rtx this_is_asm_operands; variable
1381 this_is_asm_operands = 0; in final_start_function()
2103 this_is_asm_operands = insn; in final_scan_insn()
2120 this_is_asm_operands = 0; in final_scan_insn()
2804 pfx_str = this_is_asm_operands ? _("invalid 'asm': ") : "output_operand: "; in output_operand_lossage()
2808 if (this_is_asm_operands) in output_operand_lossage()
2809 error_for_asm (this_is_asm_operands, "%s", new_message); in output_operand_lossage()
3065 else if (this_is_asm_operands && opnum >= insn_noperands) in output_asm_insn()
3106 if (this_is_asm_operands && opnum >= insn_noperands) in output_asm_insn()
Doutput.h369 extern rtx this_is_asm_operands;
Dtoplev.c597 if (this_is_asm_operands) in crash_signal()
DChangeLog-200522561 final.c (this_is_asm_operands, shorten_branches, final_scan_insn,
22769 * output.h (assemble_integer, this_is_asm_operands): Likewise.
DChangeLog-200226578 * final.c (this_is_asm_operands): Export.
26579 * output.h (this_is_asm_operands): Declare.
/freebsd-9-stable/contrib/gcc/config/i386/
Di386.c8309 else if (this_is_asm_operands && ! address_operand (x, VOIDmode)) in print_operand()