Home
last modified time | relevance | path

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

/openbsd-src/gnu/gcc/gcc/config/mmix/
H A Dmmix.c514 int fp_sp_offset in mmix_initial_elimination_offset() local
552 fp_sp_offset += 8; in mmix_initial_elimination_offset()
554 return fp_sp_offset in mmix_initial_elimination_offset()
/openbsd-src/gnu/usr.bin/gcc/gcc/config/mmix/
H A Dmmix.c499 int fp_sp_offset local
537 fp_sp_offset += 8;
539 return fp_sp_offset
/openbsd-src/gnu/usr.bin/gcc/gcc/config/cris/
H A Dcris.c1767 int fp_sp_offset local
1787 return fp_sp_offset;
1792 return ap_fp_offset + fp_sp_offset - 4;
/openbsd-src/gnu/gcc/gcc/config/iq2000/
H A Diq2000.c87 long fp_sp_offset; /* Offset from new sp to store fp registers. */ member
105 long fp_sp_offset; /* Offset from new sp to store fp registers. */ member
1690 cfun->machine->fp_sp_offset = 0; in compute_frame_size()
/openbsd-src/gnu/gcc/gcc/config/cris/
H A Dcris.c1188 int fp_sp_offset in cris_initial_elimination_offset() local
1206 return fp_sp_offset; in cris_initial_elimination_offset()
1211 return ap_fp_offset + fp_sp_offset - 4; in cris_initial_elimination_offset()
/openbsd-src/gnu/gcc/gcc/config/mips/
H A Dmips.c430 HOST_WIDE_INT fp_sp_offset; /* offset from new sp to store fp registers */ member
6468 cfun->machine->frame.fp_sp_offset = offset; in compute_frame_size()
6473 cfun->machine->frame.fp_sp_offset = 0; in compute_frame_size()
6570 offset = cfun->machine->frame.fp_sp_offset - sp_offset; in mips_for_each_saved_reg()
/openbsd-src/gnu/usr.bin/gcc/gcc/config/mips/
H A Dmips.c173 long fp_sp_offset; /* offset from new sp to store fp registers */ member
6866 cfun->machine->frame.fp_sp_offset = offset;
6871 cfun->machine->frame.fp_sp_offset = 0;
7164 fp_offset = cfun->machine->frame.fp_sp_offset;