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

/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/arc/
H A Darc.c3203 bool restore_fp,
3222 if (restore_fp)
3402 bool restore_fp,
3418 nregs += restore_fp ? 1 : 0;
3427 if (restore_fp)
3435 if (offset && !restore_fp)
3476 if (restore_fp)
3498 if (restore_fp)
3652 bool restore_fp,
3677 if (restore_fp)
3201 arc_restore_callee_saves(uint64_t gmask, bool restore_blink, bool restore_fp, HOST_WIDE_INT offset, HOST_WIDE_INT allocated) argument
3400 arc_restore_callee_leave(uint64_t gmask, bool restore_blink, bool restore_fp, bool return_p, HOST_WIDE_INT offset) argument
3650 arc_restore_callee_milli(uint64_t gmask, bool restore_blink, bool restore_fp, bool return_p, HOST_WIDE_INT offset) argument
3938 bool restore_fp = arc_frame_pointer_needed () && !ARC_AUTOFP_IRQ_P (fn_type); local
[all...]
/netbsd-current/external/gpl3/gcc/dist/gcc/config/arc/
H A Darc.cc3208 bool restore_fp,
3227 if (restore_fp)
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,
3682 if (restore_fp)
3206 arc_restore_callee_saves(uint64_t gmask, bool restore_blink, bool restore_fp, HOST_WIDE_INT offset, HOST_WIDE_INT allocated) argument
3405 arc_restore_callee_leave(uint64_t gmask, bool restore_blink, bool restore_fp, bool return_p, HOST_WIDE_INT offset) argument
3655 arc_restore_callee_milli(uint64_t gmask, bool restore_blink, bool restore_fp, bool return_p, HOST_WIDE_INT offset) argument
3943 bool restore_fp = arc_frame_pointer_needed () && !ARC_AUTOFP_IRQ_P (fn_type); local
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/visium/
H A Dvisium.c4122 const int restore_fp = current_frame_info.save_fp; local
4126 = (restore_fp + restore_lr + lr_slot) * UNITS_PER_WORD;
4148 if (restore_fp)
4170 restore_fp * UNITS_PER_WORD));
/netbsd-current/external/gpl3/gcc/dist/gcc/config/visium/
H A Dvisium.cc4124 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));

Completed in 122 milliseconds