Home
last modified time | relevance | path

Searched refs:TARGET_SEH (Results 1 – 9 of 9) sorted by relevance

/netbsd/src/external/gpl3/gcc/dist/gcc/config/i386/
Dcygming.h26 #undef TARGET_SEH
27 #define TARGET_SEH (TARGET_64BIT_MS_ABI && flag_unwind_tables) macro
32 #define MAX_STACK_ALIGNMENT (TARGET_SEH ? 128 : MAX_OFILE_ALIGNMENT)
132 if (TARGET_SEH) \
Dwinnt.cc869 if (!TARGET_SEH) in i386_pe_seh_init()
895 if (!TARGET_SEH) in i386_pe_seh_end_prologue()
911 if (!TARGET_SEH) in i386_pe_seh_cold_init()
993 if (!TARGET_SEH) in i386_pe_seh_fini()
1240 if (!TARGET_SEH) in i386_pe_seh_unwind_emit()
1317 if (!TARGET_SEH) in i386_pe_seh_emit_except_personality()
1349 if (TARGET_SEH) in i386_pe_seh_init_sections()
Di386-options.cc2504 int max = TARGET_SEH ? 4 : 12; in ix86_option_override_internal()
2699 opts->x_flag_fentry = TARGET_SEH; in ix86_option_override_internal()
2706 else if (TARGET_SEH && !opts->x_flag_fentry) in ix86_option_override_internal()
2710 if (TARGET_SEH && TARGET_CALL_MS2SYSV_XLOGUES) in ix86_option_override_internal()
Di386.cc6550 gcc_assert (!TARGET_SEH); in ix86_compute_frame_layout()
6618 if (TARGET_SEH) in ix86_compute_frame_layout()
6846 if (TARGET_SEH) in ix86_compute_frame_layout()
8638 if (TARGET_SEH) in ix86_expand_prologue()
8690 if (TARGET_SEH in ix86_expand_prologue()
8802 if (sp_is_cfa_reg || TARGET_SEH) in ix86_expand_prologue()
8820 if (sp_is_cfa_reg || TARGET_SEH) in ix86_expand_prologue()
8840 if (sp_is_cfa_reg || TARGET_SEH) in ix86_expand_prologue()
8935 if (TARGET_SEH) in ix86_expand_prologue()
9346 else if (TARGET_SEH) in ix86_expand_epilogue()
[all …]
Di386.h545 #define TARGET_SEH 0 macro
Di386.md15400 ;; We need to disable this for TARGET_SEH, as otherwise
15413 "!TARGET_SEH && !ix86_static_chain_on_stack && !ix86_function_ms_hook_prologue (cfun->decl)"
/netbsd/src/external/gpl3/gcc/dist/gcc/
DChangeLog-20107686 * config/i386/cygming.h (TARGET_SEH): New.
7707 * config/i386/i386.h (TARGET_SEH): New.
DChangeLog-201730902 (ix86_option_override_internal): Add sorry() for TARGET_SEH and
DChangeLog-20118829 * config/i386/i386.md (simple_return): Disable if TARGET_SEH is active.