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

  /src/external/gpl3/gcc/dist/gcc/config/rs6000/
rs6000-logue.cc 4338 bool restore_lr = (info->lr_save_p
4822 if (restore_lr && restoring_GPRs_inline)
4855 if (restore_lr && restoring_GPRs_inline)
4995 if (restore_lr && !restoring_GPRs_inline)
4334 bool restore_lr = (info->lr_save_p local
  /src/external/gpl3/gcc/dist/gcc/config/visium/
visium.cc 4128 const int restore_lr = current_frame_info.save_lr; local
4131 = (restore_fp + restore_lr + lr_slot) * UNITS_PER_WORD;
4170 if (restore_lr)
  /src/external/gpl3/gcc.old/dist/gcc/config/rs6000/
rs6000-logue.cc 4308 bool restore_lr = (info->lr_save_p
4792 if (restore_lr && restoring_GPRs_inline)
4825 if (restore_lr && restoring_GPRs_inline)
4965 if (restore_lr && !restoring_GPRs_inline)
4304 bool restore_lr = (info->lr_save_p local
  /src/external/gpl3/gcc.old/dist/gcc/config/visium/
visium.cc 4125 const int restore_lr = current_frame_info.save_lr; local
4128 = (restore_fp + restore_lr + lr_slot) * UNITS_PER_WORD;
4167 if (restore_lr)

Completed in 40 milliseconds