| /openbsd-src/gnu/usr.bin/binutils/gdb/ |
| H A D | m88k-tdep.c | 443 int fp_offset; member 545 cache->fp_offset = -1; in m88k_analyze_prologue() 562 if (cache->fp_offset != -1 in m88k_analyze_prologue() 598 if (cache->fp_offset != -1) in m88k_analyze_prologue() 602 cache->fp_offset = ADDU_OFFSET (insn); in m88k_analyze_prologue() 660 cache->fp_offset = -1; in m88k_frame_cache() 670 if (cache->fp_offset != -1) in m88k_frame_cache() 675 frame_sp = fp - cache->fp_offset; in m88k_frame_cache() 682 cache->fp_offset = cache->saved_regs[M88K_R1_REGNUM].addr - 4; in m88k_frame_cache() 775 if (cache->fp_offset != -1) in m88k_frame_base_address() [all …]
|
| H A D | frv-tdep.c | 541 int fp_offset = 0; in frv_analyze_prologue() local 672 fp_offset = 0; in frv_analyze_prologue() 771 fp_offset = s; in frv_analyze_prologue() 914 gr_sp_offset[gr_k] = offset + fp_offset; in frv_analyze_prologue() 926 lr_sp_offset = offset + fp_offset; in frv_analyze_prologue() 954 info->saved_regs[i].addr = this_base - fp_offset + gr_sp_offset[i]; in frv_analyze_prologue() 956 info->prev_sp = this_base - fp_offset + framesize; in frv_analyze_prologue() 961 info->saved_regs[lr_regnum].addr = this_base - fp_offset + lr_sp_offset; in frv_analyze_prologue()
|
| H A D | arm-tdep.c | 674 int regno, sp_offset, fp_offset, ip_offset; in arm_scan_prologue() local 775 sp_offset = fp_offset = ip_offset = 0; in arm_scan_prologue() 844 fp_offset = -imm + ip_offset; in arm_scan_prologue() 903 cache->frameoffset = fp_offset - sp_offset; in arm_scan_prologue()
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/ |
| H A D | simplify-rtx.c | 1673 HOST_WIDE_INT fp_offset = 0; local 1702 fp_offset = INTVAL (XEXP (this_op, 1)); 1897 if (n_ops < 3 || value >= fp_offset) 1908 ops[n_ops - 1].op = GEN_INT (value-fp_offset); 1909 ops[i].op = plus_constant (ops[i].op, fp_offset); 1914 else if (fp_offset != 0) 1920 else if (fp_offset == 0)
|
| H A D | FSFChangeLog.10 | 8843 * alpha/alpha.c (output_epilog): Initialize fp_offset to 0, and
|
| H A D | ChangeLog.0 | 10119 * mips/mips.c (save_restore_insns): If gp_offset or fp_offset are
|
| H A D | FSFChangeLog.11 | 790 * mips.c (save_restore_insns): If gp_offset or fp_offset are
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/config/mips/ |
| H A D | mips.c | 7023 HOST_WIDE_INT fp_offset; local 7164 fp_offset = cfun->machine->frame.fp_sp_offset; 7165 end_offset = fp_offset - (cfun->machine->frame.fp_reg_size 7168 if (fp_offset < 0 || end_offset < 0) 7171 (long) fp_offset, (long) end_offset); 7173 else if (fp_offset < 32768) 7177 && (unsigned HOST_WIDE_INT) (base_offset - fp_offset) < 32768 7182 && (unsigned HOST_WIDE_INT) (large_offset - fp_offset) < 32768 7196 base_offset = fp_offset; 7197 base_reg_rtx = mips_add_large_offset_to_sp (fp_offset); [all …]
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/config/frv/ |
| H A D | frv.c | 1702 int fp_offset = info->reg_offset[FRAME_POINTER_REGNUM]; in frv_expand_prologue() local 1708 fp_offset - accessor.base_offset); in frv_expand_prologue() 1709 rtx dwarf_src = plus_constant (sp, fp_offset); in frv_expand_prologue() 1712 frv_frame_access (&accessor, fp, fp_offset); in frv_expand_prologue() 1720 accessor.base_offset = fp_offset; in frv_expand_prologue() 1782 int fp_offset; local 1784 fp_offset = info->reg_offset[FRAME_POINTER_REGNUM]; 1789 emit_insn (gen_addsi3 (sp, fp, frv_frame_offset_rtx (-fp_offset))); 1811 mem = frv_frame_mem (Pmode, fp, lr_offset - fp_offset);
|
| /openbsd-src/gnu/gcc/gcc/config/frv/ |
| H A D | frv.c | 1828 int fp_offset = info->reg_offset[FRAME_POINTER_REGNUM]; in frv_expand_prologue() local 1834 fp_offset - accessor.base_offset); in frv_expand_prologue() 1835 rtx dwarf_src = plus_constant (sp, fp_offset); in frv_expand_prologue() 1838 frv_frame_access (&accessor, fp, fp_offset); in frv_expand_prologue() 1846 accessor.base_offset = fp_offset; in frv_expand_prologue() 1902 int fp_offset; in frv_expand_epilogue() local 1904 fp_offset = info->reg_offset[FRAME_POINTER_REGNUM]; in frv_expand_epilogue() 1909 emit_insn (gen_addsi3 (sp, fp, frv_frame_offset_rtx (-fp_offset))); in frv_expand_epilogue() 1929 mem = frv_frame_mem (Pmode, fp, lr_offset - fp_offset); in frv_expand_epilogue()
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/config/arm/ |
| H A D | arm.c | 8323 int fp_offset = 0; in arm_expand_prologue() local 8395 fp_offset = 4; in arm_expand_prologue() 8400 GEN_INT (-fp_offset))); in arm_expand_prologue() 8419 fp_offset = args_to_push; in arm_expand_prologue() 8429 if (fp_offset) in arm_expand_prologue() 8431 insn = gen_rtx_PLUS (SImode, stack_pointer_rtx, GEN_INT (fp_offset)); in arm_expand_prologue() 8526 insn = GEN_INT (-(4 + args_to_push + fp_offset)); in arm_expand_prologue()
|
| /openbsd-src/gnu/gcc/gcc/config/arm/ |
| H A D | arm.c | 10675 int fp_offset = 0; in arm_expand_prologue() local 10743 fp_offset = 4; in arm_expand_prologue() 10748 -fp_offset)); in arm_expand_prologue() 10767 fp_offset = args_to_push; in arm_expand_prologue() 10776 plus_constant (stack_pointer_rtx, fp_offset)); in arm_expand_prologue() 10902 insn = GEN_INT (-(4 + args_to_push + fp_offset)); in arm_expand_prologue()
|
| /openbsd-src/gnu/llvm/clang/lib/CodeGen/ |
| H A D | TargetInfo.cpp | 4105 llvm::Value *gp_offset = nullptr, *fp_offset = nullptr; in EmitVAArg() local 4115 fp_offset = CGF.Builder.CreateLoad(fp_offset_p, "fp_offset"); in EmitVAArg() 4118 FitsInFP = CGF.Builder.CreateICmpULE(fp_offset, FitsInFP, "fits_in_fp"); in EmitVAArg() 4162 CGF.Builder.CreateGEP(CGF.Int8Ty, RegSaveArea, fp_offset); in EmitVAArg() 4199 RegAddr = Address(CGF.Builder.CreateGEP(CGF.Int8Ty, RegSaveArea, fp_offset), in EmitVAArg() 4211 fp_offset), in EmitVAArg() 4242 CGF.Builder.CreateStore(CGF.Builder.CreateAdd(fp_offset, Offset), in EmitVAArg()
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/config/alpha/ |
| H A D | alpha.c | 7613 int fp_is_frame_pointer, fp_offset; in alpha_expand_epilogue() local 7653 fp_offset = 0; in alpha_expand_epilogue() 7700 fp_offset = reg_offset; in alpha_expand_epilogue() 7818 mem = gen_rtx_MEM (DImode, plus_constant (sa_reg, fp_offset)); in alpha_expand_epilogue()
|
| /openbsd-src/gnu/gcc/gcc/config/alpha/ |
| H A D | alpha.c | 8131 int fp_is_frame_pointer, fp_offset; in alpha_expand_epilogue() local 8171 fp_offset = 0; in alpha_expand_epilogue() 8218 fp_offset = reg_offset; in alpha_expand_epilogue() 8336 mem = gen_rtx_MEM (DImode, plus_constant (sa_reg, fp_offset)); in alpha_expand_epilogue()
|
| /openbsd-src/gnu/usr.bin/binutils-2.17/gas/config/ |
| H A D | tc-arm.c | 78 offsetT fp_offset; member 2185 unwind.fp_offset = 0; in s_arm_unwind_fnstart() 2769 unwind.fp_offset = unwind.frame_size; in s_arm_unwind_movsp() 2841 unwind.fp_offset = unwind.frame_size - offset; in s_arm_unwind_setfp() 2843 unwind.fp_offset -= offset; in s_arm_unwind_setfp() 11022 unwind.pending_offset += unwind.fp_offset - unwind.frame_size; in finish_unwind_opcodes()
|
| /openbsd-src/gnu/gcc/libcpp/po/ |
| H A D | ja.po | 4679 #~ msgid "fp_offset (%ld) or end_offset (%ld) is less than zero." 4680 #~ msgstr "fp_offset (%ld) ���� end_offset (%ld) ��������⾮�����ʤäƤ��ޤ���"
|
| H A D | da.po | 8348 #~ msgid "fp_offset (%ld) or end_offset (%ld) is less than zero" 8349 #~ msgstr "fp_offset (%ld) eller end_offset (%ld) er mindre end nul"
|
| H A D | rw.po | 10159 #~ msgid "fp_offset (%ld) or end_offset (%ld) is less than zero"
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/po/ |
| H A D | ja.po | 11965 msgid "fp_offset (%ld) or end_offset (%ld) is less than zero" 11966 msgstr "fp_offset (%ld) ���� end_offset (%ld) ��������⾮�����ʤäƤ��ޤ���"
|
| H A D | ca.po | 11615 msgid "fp_offset (%ld) or end_offset (%ld) is less than zero" 11616 msgstr "fp_offset (%ld) o end_offset (%ld) �s menor a zero"
|
| H A D | da.po | 11736 msgid "fp_offset (%ld) or end_offset (%ld) is less than zero" 11737 msgstr "fp_offset (%ld) eller end_offset (%ld) er mindre end nul"
|
| H A D | tr.po | 11819 msgid "fp_offset (%ld) or end_offset (%ld) is less than zero" 11820 msgstr "fp_offset (%ld) veya end_offset (%ld) sıfırdan küçük."
|
| H A D | gcc.pot | 11677 msgid "fp_offset (%ld) or end_offset (%ld) is less than zero"
|
| H A D | be.po | 11557 msgid "fp_offset (%ld) or end_offset (%ld) is less than zero"
|