Home
last modified time | relevance | path

Searched refs:current_function_interrupt (Results 1 – 5 of 5) sorted by relevance

/netbsd/src/external/gpl3/gcc/dist/gcc/config/sh/
Dsh.cc91 bool current_function_interrupt; variable
6710 || current_function_interrupt in output_stack_adjust()
6713 if (temp < 0 && ! current_function_interrupt && epilogue_p >= 0) in output_stack_adjust()
7129 current_function_interrupt = sh_cfun_interrupt_handler_p (); in sh_expand_prologue()
7182 if (target_flags != save_flags && ! current_function_interrupt) in sh_expand_prologue()
7185 push_regs (&live_regs_mask, current_function_interrupt); in sh_expand_prologue()
7192 if (target_flags != save_flags && ! current_function_interrupt) in sh_expand_prologue()
7257 if (target_flags != save_flags && ! current_function_interrupt) in sh_expand_epilogue()
7276 if (current_function_interrupt) in sh_expand_epilogue()
7321 if (j == FPSCR_REG && current_function_interrupt && TARGET_FMOVD in sh_expand_epilogue()
[all …]
Dsh.h1167 extern bool current_function_interrupt;
Dsh.md455 (const (symbol_ref "current_function_interrupt")))
8055 && !current_function_interrupt)
/netbsd/src/external/gpl3/gcc/dist/gcc/
DChangeLog-200120093 current_function_interrupt.
20097 * config/sh/sh.h (current_function_interrupt): Define extern.
20099 * config/sh/sh.c (current_function_interrupt): New global.
20100 (sh_expand_prologue): Set current_function_interrupt.
DChangeLog-201625616 (current_function_interrupt): Change to bool type.
25635 (current_function_interrupt): Change to bool type.
25636 (sh_arg_class, sh_args, CUMULATIVE_ARGS, current_function_interrupt):