Home
last modified time | relevance | path

Searched refs:ehr_stackadj (Results 1 – 4 of 4) sorted by relevance

/dragonfly/contrib/gcc-8.0/gcc/
HDexcept.c2233 tmp = expand_expr (stackadj_tree, crtl->eh.ehr_stackadj, in expand_builtin_eh_return()
2236 if (!crtl->eh.ehr_stackadj) in expand_builtin_eh_return()
2237 crtl->eh.ehr_stackadj = copy_addr_to_reg (tmp); in expand_builtin_eh_return()
2238 else if (tmp != crtl->eh.ehr_stackadj) in expand_builtin_eh_return()
2239 emit_move_insn (crtl->eh.ehr_stackadj, tmp); in expand_builtin_eh_return()
2280 emit_move_insn (EH_RETURN_STACKADJ_RTX, crtl->eh.ehr_stackadj); in expand_eh_return()
HDfunction.h138 rtx ehr_stackadj; member
/dragonfly/contrib/gcc-4.7/gcc/
HDexcept.c2115 tmp = expand_expr (stackadj_tree, crtl->eh.ehr_stackadj, in expand_builtin_eh_return()
2118 if (!crtl->eh.ehr_stackadj) in expand_builtin_eh_return()
2119 crtl->eh.ehr_stackadj = copy_to_reg (tmp); in expand_builtin_eh_return()
2120 else if (tmp != crtl->eh.ehr_stackadj) in expand_builtin_eh_return()
2121 emit_move_insn (crtl->eh.ehr_stackadj, tmp); in expand_builtin_eh_return()
2162 emit_move_insn (EH_RETURN_STACKADJ_RTX, crtl->eh.ehr_stackadj); in expand_eh_return()
HDfunction.h152 rtx ehr_stackadj; member