Home
last modified time | relevance | path

Searched refs:eh_ofs (Results 1 – 6 of 6) sorted by relevance

/openbsd/src/gnu/usr.bin/gcc/gcc/config/arm/
Darm.c7588 rtx eh_ofs = cfun->machine->eh_epilogue_sp_ofs; local
7771 if (eh_ofs)
7801 REGNO (eh_ofs));
9616 thumb_exit (f, reg_containing_return_addr, eh_ofs) in thumb_exit() argument
9619 rtx eh_ofs;
9636 if (reg_containing_return_addr == -1 || eh_ofs)
9640 if (eh_ofs && reg_containing_return_addr == -1)
9658 if (eh_ofs)
9659 asm_fprintf (f, "\tadd\t%r, %r\n", SP_REGNUM, REGNO (eh_ofs));
9671 if (eh_ofs)
[all …]
/openbsd/src/gnu/gcc/gcc/config/iq2000/
Diq2000.c2074 rtx eh_ofs = EH_RETURN_STACKADJ_RTX; in iq2000_expand_epilogue() local
2075 emit_insn (gen_addsi3 (eh_ofs, eh_ofs, tsize_rtx)); in iq2000_expand_epilogue()
2076 tsize_rtx = eh_ofs; in iq2000_expand_epilogue()
/openbsd/src/gnu/usr.bin/gcc/gcc/config/alpha/
Dalpha.c7616 rtx eh_ofs; in alpha_expand_epilogue() local
7657 eh_ofs = EH_RETURN_STACKADJ_RTX; in alpha_expand_epilogue()
7659 eh_ofs = NULL_RTX; in alpha_expand_epilogue()
7689 if (! eh_ofs) in alpha_expand_epilogue()
7752 if (frame_size || eh_ofs) in alpha_expand_epilogue()
7756 if (eh_ofs) in alpha_expand_epilogue()
7760 gen_rtx_PLUS (Pmode, stack_pointer_rtx, eh_ofs)); in alpha_expand_epilogue()
/openbsd/src/gnu/gcc/gcc/config/alpha/
Dalpha.c8134 rtx eh_ofs; in alpha_expand_epilogue() local
8175 eh_ofs = EH_RETURN_STACKADJ_RTX; in alpha_expand_epilogue()
8177 eh_ofs = NULL_RTX; in alpha_expand_epilogue()
8207 if (! eh_ofs) in alpha_expand_epilogue()
8270 if (frame_size || eh_ofs) in alpha_expand_epilogue()
8274 if (eh_ofs) in alpha_expand_epilogue()
8278 gen_rtx_PLUS (Pmode, stack_pointer_rtx, eh_ofs)); in alpha_expand_epilogue()
/openbsd/src/gnu/usr.bin/gcc/gcc/config/mips/
Dmips.c7981 rtx eh_ofs = EH_RETURN_STACKADJ_RTX; in mips_expand_epilogue() local
7983 emit_insn (gen_adddi3 (eh_ofs, eh_ofs, tsize_rtx)); in mips_expand_epilogue()
7985 emit_insn (gen_addsi3 (eh_ofs, eh_ofs, tsize_rtx)); in mips_expand_epilogue()
7986 tsize_rtx = eh_ofs; in mips_expand_epilogue()
/openbsd/src/gnu/usr.bin/gcc/gcc/
DChangeLog.37202 (thumb_exit): Extra parameter eh_ofs. All callers changed.