Searched refs:spill_cfa_off (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/contrib/gcc/config/ia64/
H A Dia64.c131 HOST_WIDE_INT spill_cfa_off; /* top of the reg spill area from the cfa. */ member in struct:ia64_frame_info
1979 offset = (current_frame_info.spill_cfa_off
2583 current_frame_info.spill_cfa_off = pretend_args_size - 16;
3096 cfa_off = (current_frame_info.spill_cfa_off
3215 gcc_assert (cfa_off == (current_frame_info.spill_cfa_off
3249 gcc_assert (cfa_off == current_frame_info.spill_cfa_off);
3288 cfa_off = (current_frame_info.spill_cfa_off
3377 gcc_assert (cfa_off == (current_frame_info.spill_cfa_off
3423 gcc_assert (cfa_off == current_frame_info.spill_cfa_off);
3559 off = (current_frame_info.spill_cfa_off
[all...]

Completed in 121 milliseconds