Home
last modified time | relevance | path

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

/netbsd/src/external/gpl3/gcc/dist/gcc/
Dfinal.cc164 const rtx_insn *this_is_asm_operands; variable
1693 this_is_asm_operands = 0; in final_start_function_1()
2676 this_is_asm_operands = insn; in final_scan_insn_1()
2701 this_is_asm_operands = 0; in final_scan_insn_1()
3228 pfx_str = this_is_asm_operands ? _("invalid 'asm': ") : "output_operand: "; in output_operand_lossage()
3232 if (this_is_asm_operands) in output_operand_lossage()
3233 error_for_asm (this_is_asm_operands, "%s", new_message); in output_operand_lossage()
3545 else if (this_is_asm_operands && opnum >= insn_noperands) in output_asm_insn()
3586 if (this_is_asm_operands && opnum >= insn_noperands) in output_asm_insn()
Doutput.h335 extern const rtx_insn *this_is_asm_operands;
Dtoplev.cc316 if (this_is_asm_operands) in crash_signal()
DChangeLog-200522560 final.c (this_is_asm_operands, shorten_branches, final_scan_insn,
22768 * 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.
DChangeLog-201418869 * final.c (this_is_asm_operands): Strengthen this variable from
18871 * output.h (this_is_asm_operands): Likewise.
/netbsd/src/external/gpl3/gcc/dist/gcc/config/alpha/
Dalpha.cc5453 gcc_assert(TARGET_ABI_OPEN_VMS || this_is_asm_operands); in alpha_print_operand_address()
5458 gcc_assert(TARGET_ABI_OPEN_VMS || this_is_asm_operands); in alpha_print_operand_address()
/netbsd/src/external/gpl3/gcc/dist/gcc/config/i386/
Di386.cc10530 && (!flag_pic || this_is_asm_operands) in ix86_force_load_from_GOT_p()
13662 if (this_is_asm_operands && ! address_operand (addr, VOIDmode)) in ix86_print_operand()
14051 if (this_is_asm_operands && ! address_operand (addr, VOIDmode)) in ix86_print_operand_address()