Home
last modified time | relevance | path

Searched refs:current_frame_info (Results 1 – 6 of 6) sorted by relevance

/NextBSD/contrib/gcc/config/ia64/
HDia64.c155 static struct ia64_frame_info current_frame_info; variable
1968 if (current_frame_info.reg_save_gp) in ia64_reload_gp()
1969 tmp = gen_rtx_REG (DImode, current_frame_info.reg_save_gp); in ia64_reload_gp()
1974 offset = (current_frame_info.spill_cfa_off in ia64_reload_gp()
1975 + current_frame_info.spill_size); in ia64_reload_gp()
1984 offset = current_frame_info.total_size - offset; in ia64_reload_gp()
2243 && ((current_frame_info.gr_used_mask >> regno) & 1) == 0) in find_gr_spill()
2245 current_frame_info.gr_used_mask |= 1 << regno; in find_gr_spill()
2252 regno = current_frame_info.n_local_regs; in find_gr_spill()
2258 current_frame_info.n_local_regs = regno + 1; in find_gr_spill()
[all …]
/NextBSD/contrib/gcc/
HDChangeLog-200215421 (current_frame_info): Remove.
15423 * config/mips/mips.c: Remove uses of current_frame_info.
15426 (current_frame_info, zero_frame_info): Remove.
HDChangeLog-20051325 (current_frame_info, zero_frame_info): Adjust type.
1367 (current_frame_info): Adjust type.
HDChangeLog-200011849 (ia64_direct_return): Update for current_frame_info changes.
HDChangeLog-200317252 (ia64_expand_epilogue): Check current_frame_info.mask not
HDChangeLog-200443757 (struct sparc_frame_info, current_frame_info, zero_frame_info): Delete.