/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/mmix/ |
H A D | mmix.c | 572 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 D | mmix.cc | 601 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 D | loongarch.h | 1115 HOST_WIDE_INT fp_sp_offset; member
|
H A D | loongarch.cc | 922 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 D | cris.cc | 1437 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 D | iq2000.cc | 89 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 D | iq2000.c | 89 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 D | riscv.c | 114 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 D | cris.c | 1344 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 D | riscv.cc | 116 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 D | mips.h | 3278 HOST_WIDE_INT fp_sp_offset; member
|
H A D | mips.cc | 11256 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 D | mips.h | 3259 HOST_WIDE_INT fp_sp_offset; member
|
H A D | mips.c | 11115 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 D | ChangeLog | 6006 Modify fp_sp_offset and gp_sp_offset's calculation method,
|
H A D | ChangeLog-2009 | 25035 correctly use stack_pointer_rtx for fp_sp_offset and gp_sp_offset, to
|