Searched refs:high_to_save (Results 1 – 3 of 3) sorted by relevance
/openbsd/gnu/usr.bin/gcc/gcc/ |
H A D | calls.c | 949 low_to_save, high_to_save) in save_fixed_argument_area() argument 953 int *high_to_save; 972 *high_to_save = i; 992 - *high_to_save))); 1021 int high_to_save; 1030 - high_to_save))); 2223 int low_to_save = -1, high_to_save; local 3349 high_to_save, low_to_save); 3936 high_to_save = count; 3955 -high_to_save))); [all …]
|
H A D | ChangeLog.2 | 10145 (emit_library_call): Likewise for variable `high_to_save'.
|
/openbsd/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() argument 745 *high_to_save = high; 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() argument 793 delta = -high_to_save; in restore_fixed_argument_area() 806 GEN_INT (high_to_save - low_to_save + 1), in restore_fixed_argument_area() 1919 int low_to_save, high_to_save; in expand_call() local 2601 &low_to_save, &high_to_save); in expand_call() 3011 high_to_save, low_to_save); in expand_call() 3301 int low_to_save, high_to_save; in emit_library_call_value_1() local 3639 &low_to_save, &high_to_save); in emit_library_call_value_1() [all …]
|