Home
last modified time | relevance | path

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

/openbsd-src/gnu/usr.bin/gcc/gcc/
H A Dexcept.c247 rtx ehr_stackadj; member
3078 tmp = expand_expr (stackadj_tree, cfun->eh->ehr_stackadj, VOIDmode, 0);
3083 if (!cfun->eh->ehr_stackadj)
3084 cfun->eh->ehr_stackadj = copy_to_reg (tmp);
3085 else if (tmp != cfun->eh->ehr_stackadj)
3086 emit_move_insn (cfun->eh->ehr_stackadj, tmp);
3125 emit_move_insn (EH_RETURN_STACKADJ_RTX, cfun->eh->ehr_stackadj); in expand_eh_return()
/openbsd-src/gnu/gcc/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()