Searched defs:high_to_save (Results 1 – 2 of 2) sorted by relevance
/openbsd-src/gnu/gcc/gcc/ |
H A D | calls.c | 719 …e_fixed_argument_area (int reg_parm_stack_space, rtx argblock, int *low_to_save, int *high_to_save) in save_fixed_argument_area() 786 restore_fixed_argument_area (rtx save_area, rtx argblock, int high_to_save, int low_to_save) in restore_fixed_argument_area() 1919 int low_to_save, high_to_save; in expand_call() local 3301 int low_to_save, high_to_save; in emit_library_call_value_1() local
|
/openbsd-src/gnu/usr.bin/gcc/gcc/ |
H A D | calls.c | 949 low_to_save, high_to_save) in save_fixed_argument_area() argument 1018 restore_fixed_argument_area (save_area, argblock, high_to_save, low_to_save) in restore_fixed_argument_area() argument 2223 int low_to_save = -1, high_to_save; local 3538 int low_to_save = -1, high_to_save = 0; local
|