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

  /src/external/gpl3/gcc/dist/gcc/config/visium/
visium.cc 4127 const int restore_fp = current_frame_info.save_fp; local
4131 = (restore_fp + restore_lr + lr_slot) * UNITS_PER_WORD;
4153 if (restore_fp)
4175 restore_fp * UNITS_PER_WORD));
  /src/external/gpl3/gcc.old/dist/gcc/config/visium/
visium.cc 4124 const int restore_fp = current_frame_info.save_fp; local
4128 = (restore_fp + restore_lr + lr_slot) * UNITS_PER_WORD;
4150 if (restore_fp)
4172 restore_fp * UNITS_PER_WORD));
  /src/external/gpl3/gcc/dist/gcc/config/arc/
arc.cc 3132 bool restore_fp,
3151 if (restore_fp)
3326 (RESTORE_FP), and can automatic return (RETURN_P). */
3331 bool restore_fp,
3347 nregs += restore_fp ? 1 : 0;
3356 if (restore_fp)
3364 if (offset && !restore_fp)
3405 if (restore_fp)
3427 if (restore_fp)
3581 bool restore_fp,
3867 bool restore_fp = arc_frame_pointer_needed () && !ARC_AUTOFP_IRQ_P (fn_type); local
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/config/arc/
arc.cc 3208 bool restore_fp,
3227 if (restore_fp)
3402 (RESTORE_FP), and can automatic return (RETURN_P). */
3407 bool restore_fp,
3423 nregs += restore_fp ? 1 : 0;
3432 if (restore_fp)
3440 if (offset && !restore_fp)
3481 if (restore_fp)
3503 if (restore_fp)
3657 bool restore_fp,
3943 bool restore_fp = arc_frame_pointer_needed () && !ARC_AUTOFP_IRQ_P (fn_type); local
    [all...]

Completed in 24 milliseconds