Searched refs:fp_sp_offset (Results 1 - 6 of 6) sorted by relevance

/haiku-buildtools/gcc/gcc/config/mmix/
H A Dmmix.c569 int fp_sp_offset local
607 fp_sp_offset += 8;
609 return fp_sp_offset
/haiku-buildtools/gcc/gcc/config/cris/
H A Dcris.c1368 int fp_sp_offset local
1386 return fp_sp_offset;
1391 return ap_fp_offset + fp_sp_offset - 4;
/haiku-buildtools/gcc/gcc/config/iq2000/
H A Diq2000.c119 long fp_sp_offset; /* Offset from new sp to store fp registers. */
137 long fp_sp_offset; /* Offset from new sp to store fp registers. */
1741 cfun->machine->fp_sp_offset = 0;
118 long fp_sp_offset; /* Offset from new sp to store fp registers. */ member in struct:iq2000_frame_info
136 long fp_sp_offset; /* Offset from new sp to store fp registers. */ variable
/haiku-buildtools/legacy/gcc/gcc/config/mips/
H A Dmips.c5688 current_frame_info.fp_sp_offset = offset;
5693 current_frame_info.fp_sp_offset = 0;
5967 fp_offset = current_frame_info.fp_sp_offset;
H A Dmips.h2187 long fp_sp_offset; /* offset from new sp to store fp registers */
2177 long fp_sp_offset; /* offset from new sp to store fp registers */ member in struct:mips_frame_info
/haiku-buildtools/gcc/gcc/config/mips/
H A Dmips.c394 HOST_WIDE_INT fp_sp_offset; variable
10330 +-------------------------------+ <-- stack_pointer_rtx + fp_sp_offset
10478 frame->fp_sp_offset = offset - UNITS_PER_HWFPVALUE;
10533 if (frame->fp_sp_offset > 0)
10534 frame->fp_save_offset = frame->fp_sp_offset - offset;
11010 offset = cfun->machine->frame.fp_sp_offset - sp_offset;

Completed in 225 milliseconds