Home
last modified time | relevance | path

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

/netbsd/src/external/gpl3/gcc/dist/gcc/config/i386/
Di386-expand.h45 bool ix86_function_ms_hook_prologue (const_tree fn);
Di386-protos.h29 extern bool ix86_function_ms_hook_prologue (const_tree fn);
Di386.cc1556 ix86_function_ms_hook_prologue (const_tree fn) in ix86_function_ms_hook_prologue() function
1585 bool is_ms_hook = ix86_function_ms_hook_prologue (decl); in ix86_asm_output_function_label()
5683 if (ix86_function_ms_hook_prologue (current_function_decl)) in ix86_can_use_return_insn_p()
8404 if (!TARGET_64BIT && ix86_function_ms_hook_prologue (current_function_decl)) in ix86_expand_prologue()
Di386-expand.cc9345 else if (ix86_function_ms_hook_prologue (current_function_decl)) in ix86_expand_call()
Di386.md15413 "!TARGET_SEH && !ix86_static_chain_on_stack && !ix86_function_ms_hook_prologue (cfun->decl)"
/netbsd/src/external/gpl3/gcc/dist/gcc/
DChangeLog-201018692 * config/i386/i386.c (ix86_function_ms_hook_prologue): Fix
22017 * config/i386/i386.c (ix86_function_ms_hook_prologue): Check
22406 * config/i386/i386.c (ix86_function_ms_hook_prologue): Revert
22498 * config/i386/i386.c (ix86_function_ms_hook_prologue): Enable x64
DChangeLog-20096169 (ix86_function_ms_hook_prologue): New.
DChangeLog-20206110 * config/i386/i386-protos.h (ix86_function_ms_hook_prologue): Declare.
DChangeLog-201928318 (ix86_function_ms_hook_prologue): Same.