HomeSort by: relevance | last modified time | path
    Searched defs:fp_sp_offset (Results 1 - 12 of 12) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/config/cris/
cris.cc 1457 int fp_sp_offset local
1475 return fp_sp_offset;
1480 return ap_fp_offset + fp_sp_offset - 4;
  /src/external/gpl3/gcc/dist/gcc/config/mmix/
mmix.cc 599 int fp_sp_offset local
637 fp_sp_offset += 8;
639 return fp_sp_offset
  /src/external/gpl3/gcc.old/dist/gcc/config/cris/
cris.cc 1437 int fp_sp_offset local
1455 return fp_sp_offset;
1460 return ap_fp_offset + fp_sp_offset - 4;
  /src/external/gpl3/gcc.old/dist/gcc/config/loongarch/
loongarch.h 1115 HOST_WIDE_INT fp_sp_offset; variable
  /src/external/gpl3/gcc.old/dist/gcc/config/mmix/
mmix.cc 601 int fp_sp_offset local
639 fp_sp_offset += 8;
641 return fp_sp_offset
  /src/external/gpl3/gcc/dist/gcc/config/iq2000/
iq2000.cc 90 long fp_sp_offset; /* Offset from new sp to store fp registers. */
108 long fp_sp_offset; /* Offset from new sp to store fp registers. */
1739 cfun->machine->fp_sp_offset = 0;
89 long fp_sp_offset; \/* Offset from new sp to store fp registers. *\/ member in struct:iq2000_frame_info
107 long fp_sp_offset; \/* Offset from new sp to store fp registers. *\/ variable
  /src/external/gpl3/gcc/dist/gcc/config/loongarch/
loongarch.h 1202 HOST_WIDE_INT fp_sp_offset; variable
  /src/external/gpl3/gcc/dist/gcc/config/riscv/
riscv.cc 141 poly_int64 fp_sp_offset; variable
665 fp_sp_offset = 0;
6882 +-------------------------------+ <-- stack_pointer_rtx + fp_sp_offset
7018 frame->fp_sp_offset = offset - UNITS_PER_FP_REG;
7300 = (cfun->machine->frame.fp_sp_offset - sp_offset).to_constant ();
8194 offset = cfun->machine->frame.fp_sp_offset.to_constant ();
8283 offset = cfun->machine->frame.fp_sp_offset.to_constant ();
  /src/external/gpl3/gcc.old/dist/gcc/config/iq2000/
iq2000.cc 90 long fp_sp_offset; /* Offset from new sp to store fp registers. */
108 long fp_sp_offset; /* Offset from new sp to store fp registers. */
1742 cfun->machine->fp_sp_offset = 0;
89 long fp_sp_offset; \/* Offset from new sp to store fp registers. *\/ member in struct:iq2000_frame_info
107 long fp_sp_offset; \/* Offset from new sp to store fp registers. *\/ variable
  /src/external/gpl3/gcc/dist/gcc/config/mips/
mips.h 3317 HOST_WIDE_INT fp_sp_offset;
3295 HOST_WIDE_INT fp_sp_offset; variable
  /src/external/gpl3/gcc.old/dist/gcc/config/mips/
mips.h 3300 HOST_WIDE_INT fp_sp_offset;
3278 HOST_WIDE_INT fp_sp_offset; variable
  /src/external/gpl3/gcc.old/dist/gcc/config/riscv/
riscv.cc 116 HOST_WIDE_INT fp_sp_offset; variable
3974 +-------------------------------+ <-- stack_pointer_rtx + fp_sp_offset
4047 frame->fp_sp_offset = offset - UNITS_PER_FP_REG;
4209 offset = cfun->machine->frame.fp_sp_offset - sp_offset;
4262 RISCV_STACK_ALIGN (frame->total_size - frame->fp_sp_offset);

Completed in 60 milliseconds