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

  /src/external/gpl3/gdb/dist/gdb/
h8300-tdep.c 277 int regno, i, spill_size; local
399 while ((spill_size = h8300_is_argument_spill (gdbarch, pc)) > 0
400 && pc + spill_size <= current_pc)
401 pc += spill_size;
xtensa-tdep.h 181 unsigned int spill_size = 0; member in struct:xtensa_gdbarch_tdep
  /src/external/gpl3/gdb.old/dist/gdb/
h8300-tdep.c 277 int regno, i, spill_size; local
399 while ((spill_size = h8300_is_argument_spill (gdbarch, pc)) > 0
400 && pc + spill_size <= current_pc)
401 pc += spill_size;
xtensa-tdep.h 181 unsigned int spill_size = 0; member in struct:xtensa_gdbarch_tdep
  /src/external/gpl3/gcc/dist/gcc/config/ia64/
ia64.cc 140 HOST_WIDE_INT spill_size; /* size of the gr/br/fr spill area. */ member in struct:ia64_frame_info
2266 + current_frame_info.spill_size);
2697 HOST_WIDE_INT spill_size = 0;
2783 spill_size += 16;
2792 spill_size += 8;
2801 spill_size += 8;
2852 spill_size += 8;
2940 = find_gr_spill (reg_save_ar_unat, spill_size == 0);
2952 = find_gr_spill (reg_save_ar_lc, spill_size == 0);
2968 total_size = (spill_size + extra_spill_size + size + pretend_args_siz
2692 HOST_WIDE_INT spill_size = 0; local
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/config/ia64/
ia64.cc 140 HOST_WIDE_INT spill_size; /* size of the gr/br/fr spill area. */ member in struct:ia64_frame_info
2256 + current_frame_info.spill_size);
2687 HOST_WIDE_INT spill_size = 0;
2773 spill_size += 16;
2782 spill_size += 8;
2791 spill_size += 8;
2842 spill_size += 8;
2930 = find_gr_spill (reg_save_ar_unat, spill_size == 0);
2942 = find_gr_spill (reg_save_ar_lc, spill_size == 0);
2958 total_size = (spill_size + extra_spill_size + size + pretend_args_siz
2682 HOST_WIDE_INT spill_size = 0; local
    [all...]

Completed in 32 milliseconds