Home
last modified time | relevance | path

Searched refs:fp_sp_offset (Results 1 – 16 of 16) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/mmix/
H A Dmmix.c572 int fp_sp_offset in mmix_initial_elimination_offset() local
610 fp_sp_offset += 8; in mmix_initial_elimination_offset()
612 return fp_sp_offset in mmix_initial_elimination_offset()
/netbsd-src/external/gpl3/gcc/dist/gcc/config/mmix/
H A Dmmix.cc601 int fp_sp_offset in mmix_initial_elimination_offset() local
639 fp_sp_offset += 8; in mmix_initial_elimination_offset()
641 return fp_sp_offset in mmix_initial_elimination_offset()
/netbsd-src/external/gpl3/gcc/dist/gcc/config/loongarch/
H A Dloongarch.h1115 HOST_WIDE_INT fp_sp_offset; member
H A Dloongarch.cc922 frame->fp_sp_offset = offset - UNITS_PER_FP_REG; in loongarch_compute_frame_info()
925 frame->fp_sp_offset = offset; in loongarch_compute_frame_info()
1035 offset = cfun->machine->frame.fp_sp_offset - sp_offset; in loongarch_for_each_saved_reg()
1092 = LARCH_STACK_ALIGN (frame->total_size - frame->fp_sp_offset); in loongarch_first_stack_step()
/netbsd-src/external/gpl3/gcc/dist/gcc/config/cris/
H A Dcris.cc1437 int fp_sp_offset in cris_initial_elimination_offset() local
1455 return fp_sp_offset; in cris_initial_elimination_offset()
1460 return ap_fp_offset + fp_sp_offset - 4; in cris_initial_elimination_offset()
/netbsd-src/external/gpl3/gcc/dist/gcc/config/iq2000/
H A Diq2000.cc89 long fp_sp_offset; /* Offset from new sp to store fp registers. */ member
107 long fp_sp_offset; /* Offset from new sp to store fp registers. */ member
1725 cfun->machine->fp_sp_offset = 0; in compute_frame_size()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/iq2000/
H A Diq2000.c89 long fp_sp_offset; /* Offset from new sp to store fp registers. */ member
107 long fp_sp_offset; /* Offset from new sp to store fp registers. */ member
1725 cfun->machine->fp_sp_offset = 0; in compute_frame_size()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/riscv/
H A Driscv.c114 HOST_WIDE_INT fp_sp_offset; member
3678 frame->fp_sp_offset = offset - UNITS_PER_FP_REG; in riscv_compute_frame_info()
3840 offset = cfun->machine->frame.fp_sp_offset - sp_offset; in riscv_for_each_saved_reg()
3893 RISCV_STACK_ALIGN (frame->total_size - frame->fp_sp_offset); in riscv_first_stack_step()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/cris/
H A Dcris.c1344 int fp_sp_offset in cris_initial_elimination_offset() local
1362 return fp_sp_offset; in cris_initial_elimination_offset()
1367 return ap_fp_offset + fp_sp_offset - 4; in cris_initial_elimination_offset()
/netbsd-src/external/gpl3/gcc/dist/gcc/config/riscv/
H A Driscv.cc116 HOST_WIDE_INT fp_sp_offset; member
4044 frame->fp_sp_offset = offset - UNITS_PER_FP_REG; in riscv_compute_frame_info()
4206 offset = cfun->machine->frame.fp_sp_offset - sp_offset; in riscv_for_each_saved_reg()
4259 RISCV_STACK_ALIGN (frame->total_size - frame->fp_sp_offset); in riscv_first_stack_step()
/netbsd-src/external/gpl3/gcc/dist/gcc/config/mips/
H A Dmips.h3278 HOST_WIDE_INT fp_sp_offset; member
H A Dmips.cc11256 frame->fp_sp_offset = offset - UNITS_PER_HWFPVALUE; in mips_compute_frame_info()
11340 if (frame->fp_sp_offset > 0) in mips_compute_frame_info()
11341 frame->fp_save_offset = frame->fp_sp_offset - offset; in mips_compute_frame_info()
11809 offset = cfun->machine->frame.fp_sp_offset - sp_offset; in mips_for_each_saved_gpr_and_fpr()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/mips/
H A Dmips.h3259 HOST_WIDE_INT fp_sp_offset; member
H A Dmips.c11115 frame->fp_sp_offset = offset - UNITS_PER_HWFPVALUE; in mips_compute_frame_info()
11199 if (frame->fp_sp_offset > 0) in mips_compute_frame_info()
11200 frame->fp_save_offset = frame->fp_sp_offset - offset; in mips_compute_frame_info()
11668 offset = cfun->machine->frame.fp_sp_offset - sp_offset; in mips_for_each_saved_gpr_and_fpr()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A DChangeLog6006 Modify fp_sp_offset and gp_sp_offset's calculation method,
H A DChangeLog-200925035 correctly use stack_pointer_rtx for fp_sp_offset and gp_sp_offset, to