Searched refs:apparent_fsize (Results 1 – 2 of 2) sorted by relevance
245 static HOST_WIDE_INT apparent_fsize; variable3712 actual_fsize = apparent_fsize = 0; in sparc_compute_frame_size()3716 apparent_fsize = (size - STARTING_FRAME_OFFSET + 7) & -8; in sparc_compute_frame_size()3717 apparent_fsize += n_regs * 4; in sparc_compute_frame_size()3718 actual_fsize = apparent_fsize + ((outgoing_args_size + 7) & -8); in sparc_compute_frame_size()3845 offset = frame_base_offset - apparent_fsize; in emit_save_or_restore_regs()
2285 (apparent_fsize): Change type to HOST_WIDE_INT.