Home
last modified time | relevance | path

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

/NextBSD/contrib/gcc/config/ia64/
HDia64.h2016 rtx ia64_eh_epilogue_sp; member
HDia64.c2343 if (cfun->machine->ia64_eh_epilogue_sp) in ia64_compute_frame_size()
2344 mark_reg_gr_used_mask (cfun->machine->ia64_eh_epilogue_sp, NULL); in ia64_compute_frame_size()
3421 if (current_frame_info.total_size || cfun->machine->ia64_eh_epilogue_sp) in ia64_expand_epilogue()
3430 if (cfun->machine->ia64_eh_epilogue_sp) in ia64_expand_epilogue()
3431 emit_move_insn (stack_pointer_rtx, cfun->machine->ia64_eh_epilogue_sp); in ia64_expand_epilogue()
HDia64.md6435 cfun->machine->ia64_eh_epilogue_sp = sp;