Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/gcc/
H A Dexcept.c245 rtx ehr_stackadj; member
2961 tmp = expand_expr (stackadj_tree, cfun->eh->ehr_stackadj, VOIDmode, 0); in expand_builtin_eh_return()
2963 if (!cfun->eh->ehr_stackadj) in expand_builtin_eh_return()
2964 cfun->eh->ehr_stackadj = copy_to_reg (tmp); in expand_builtin_eh_return()
2965 else if (tmp != cfun->eh->ehr_stackadj) in expand_builtin_eh_return()
2966 emit_move_insn (cfun->eh->ehr_stackadj, tmp); in expand_builtin_eh_return()
3002 emit_move_insn (EH_RETURN_STACKADJ_RTX, cfun->eh->ehr_stackadj); in expand_eh_return()