Searched refs:this_is_asm_operands (Results 1 - 4 of 4) sorted by relevance

/freebsd-9.3-release/contrib/gcc/
H A Doutput.h369 extern rtx this_is_asm_operands;
H A Dfinal.c146 rtx this_is_asm_operands; variable
1388 this_is_asm_operands = 0;
2112 this_is_asm_operands = insn;
2129 this_is_asm_operands = 0;
2817 pfx_str = this_is_asm_operands ? _("invalid 'asm': ") : "output_operand: ";
2821 if (this_is_asm_operands)
2822 error_for_asm (this_is_asm_operands, "%s", new_message);
3079 else if (this_is_asm_operands && opnum >= insn_noperands)
3120 if (this_is_asm_operands && opnum >= insn_noperands)
H A Dtoplev.c597 if (this_is_asm_operands)
/freebsd-9.3-release/contrib/gcc/config/i386/
H A Di386.c8330 else if (this_is_asm_operands && ! address_operand (x, VOIDmode))

Completed in 124 milliseconds