Searched refs:ehr_stackadj (Results 1 – 4 of 4) sorted by relevance
2233 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()
138 rtx ehr_stackadj; member
2115 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()
152 rtx ehr_stackadj; member