Searched refs:ret_off (Results 1 - 2 of 2) sorted by relevance

/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/config/pa/
H A Dpa.c4109 HOST_WIDE_INT ret_off = 0;
4121 ret_off = TARGET_64BIT ? -16 : -20;
4124 load_reg (2, ret_off, FRAME_POINTER_REGNUM);
4125 ret_off = 0;
4130 if (VAL_14_BITS_P (ret_off - actual_fsize))
4132 load_reg (2, ret_off - actual_fsize, STACK_POINTER_REGNUM);
4133 ret_off = 0;
4267 if (ret_off != 0)
4268 load_reg (2, ret_off, STACK_POINTER_REGNUM);
4097 HOST_WIDE_INT ret_off = 0; local
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/config/pa/
H A Dpa.c4002 HOST_WIDE_INT ret_off = 0;
4014 ret_off = TARGET_64BIT ? -16 : -20;
4017 load_reg (2, ret_off, FRAME_POINTER_REGNUM);
4018 ret_off = 0;
4023 if (VAL_14_BITS_P (ret_off - actual_fsize))
4025 load_reg (2, ret_off - actual_fsize, STACK_POINTER_REGNUM);
4026 ret_off = 0;
4160 if (ret_off != 0)
4161 load_reg (2, ret_off, STACK_POINTER_REGNUM);
3990 HOST_WIDE_INT ret_off = 0; local

Completed in 278 milliseconds