Searched refs:stack_regs (Results 1 – 7 of 7) sorted by relevance
| /openbsd-src/gnu/usr.bin/gcc/gcc/config/sh/ |
| H A D | sh.h | 1364 #define CALL_POPS_ARGS(CUM) (TARGET_SHCOMPACT ? (CUM).stack_regs * 8 : 0) 1466 int stack_regs; member 1598 (CUM).stack_regs = 0; \ 1633 (! TARGET_SHCOMPACT || current_function_args_info.stack_regs == 0) 1669 (CUM).stack_regs += numregs; \ 1674 (CUM).stack_regs += numregs; \ 1691 (CUM).stack_regs += numregs; \
|
| H A D | sh.c | 4651 - current_function_args_info.stack_regs * 8, in sh_expand_prologue() 5185 + current_function_args_info.stack_regs * 8, in sh_expand_epilogue()
|
| /openbsd-src/gnu/gcc/gcc/ |
| H A D | global.c | 2418 bitmap stack_regs; in modify_reg_pav() local 2424 stack_regs = BITMAP_ALLOC (&greg_obstack); in modify_reg_pav() 2431 bitmap_set_bit (stack_regs, i); in modify_reg_pav() 2452 bitmap_ior_into (bb_info->live_pavin, stack_regs); in modify_reg_pav() 2456 BITMAP_FREE (stack_regs); in modify_reg_pav()
|
| H A D | df-problems.c | 2156 bitmap stack_regs; /* Registers that may be allocated to a STACK_REGS. */ member 2509 problem_data->stack_regs = BITMAP_ALLOC (NULL); in df_urec_local_compute() 2516 bitmap_set_bit (problem_data->stack_regs, i); in df_urec_local_compute() 2583 bitmap_ior_into (bb_info->in, problem_data->stack_regs); in df_urec_local_finalize() 2584 bitmap_ior_into (bb_info->out, problem_data->stack_regs); in df_urec_local_finalize() 2607 BITMAP_FREE (problem_data->stack_regs); in df_urec_local_finalize()
|
| /openbsd-src/gnu/gcc/gcc/config/sh/ |
| H A D | sh.h | 1575 #define CALL_POPS_ARGS(CUM) (TARGET_SHCOMPACT ? (CUM).stack_regs * 8 : 0) 1672 int stack_regs; member
|
| H A D | sh.c | 5879 - current_function_args_info.stack_regs * 8, in sh_expand_prologue() 6477 + current_function_args_info.stack_regs * 8, in sh_expand_epilogue() 7334 ca->stack_regs += numregs; in sh_function_arg_advance() 7339 ca->stack_regs += numregs; in sh_function_arg_advance() 7356 ca->stack_regs += numregs; in sh_function_arg_advance() 9274 || current_function_args_info.stack_regs == 0) in sh_function_ok_for_sibcall() 10253 pcum->stack_regs = 0; in sh_init_cumulative_args()
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/ |
| H A D | ChangeLog.7 | 363 arguments into account for stack_regs. 17158 * config/sh/sh.h (FUNCTION_ARG_ADVANCE): Don't count stack_regs in 17289 stack_regs only for incoming calls. When passing FP args, 17505 (sh_expand_prologue): Take stack_regs into account. Call 17507 (sh_expand_epilogue): Take stack_regs into accoutn. Keep
|