HomeSort by: relevance | last modified time | path
    Searched defs:spill_cfa_off (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/config/ia64/
ia64.cc 139 HOST_WIDE_INT spill_cfa_off; /* top of the reg spill area from the cfa. */ member in struct:ia64_frame_info
2265 offset = (current_frame_info.spill_cfa_off
2981 current_frame_info.spill_cfa_off = pretend_args_size - 16;
3736 cfa_off = (current_frame_info.spill_cfa_off
3852 gcc_assert (cfa_off == (current_frame_info.spill_cfa_off
3886 gcc_assert (cfa_off == current_frame_info.spill_cfa_off);
3942 cfa_off = (current_frame_info.spill_cfa_off
4044 gcc_assert (cfa_off == (current_frame_info.spill_cfa_off
4090 gcc_assert (cfa_off == current_frame_info.spill_cfa_off);
4238 off = (current_frame_info.spill_cfa_off
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/config/ia64/
ia64.cc 139 HOST_WIDE_INT spill_cfa_off; /* top of the reg spill area from the cfa. */ member in struct:ia64_frame_info
2255 offset = (current_frame_info.spill_cfa_off
2971 current_frame_info.spill_cfa_off = pretend_args_size - 16;
3726 cfa_off = (current_frame_info.spill_cfa_off
3842 gcc_assert (cfa_off == (current_frame_info.spill_cfa_off
3876 gcc_assert (cfa_off == current_frame_info.spill_cfa_off);
3932 cfa_off = (current_frame_info.spill_cfa_off
4034 gcc_assert (cfa_off == (current_frame_info.spill_cfa_off
4080 gcc_assert (cfa_off == current_frame_info.spill_cfa_off);
4228 off = (current_frame_info.spill_cfa_off
    [all...]

Completed in 29 milliseconds