Searched refs:stack_ptr_copy (Results 1 – 2 of 2) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/aarch64/ |
H A D | aarch64.c | 8053 rtx stack_ptr_copy = gen_rtx_REG (Pmode, STACK_CLASH_SVE_CFA_REGNUM); in aarch64_allocate_and_probe_stack_space() local 8054 emit_move_insn (stack_ptr_copy, stack_pointer_rtx); in aarch64_allocate_and_probe_stack_space() 8055 emit_insn (gen_stack_tie (stack_ptr_copy, stack_pointer_rtx)); in aarch64_allocate_and_probe_stack_space() 8059 add_reg_note (insn, REG_CFA_DEF_CFA, stack_ptr_copy); in aarch64_allocate_and_probe_stack_space()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/config/aarch64/ |
H A D | aarch64.cc | 9483 rtx stack_ptr_copy = gen_rtx_REG (Pmode, STACK_CLASH_SVE_CFA_REGNUM); in aarch64_allocate_and_probe_stack_space() local 9484 emit_move_insn (stack_ptr_copy, stack_pointer_rtx); in aarch64_allocate_and_probe_stack_space() 9485 emit_insn (gen_stack_tie (stack_ptr_copy, stack_pointer_rtx)); in aarch64_allocate_and_probe_stack_space() 9489 add_reg_note (insn, REG_CFA_DEF_CFA, stack_ptr_copy); in aarch64_allocate_and_probe_stack_space()
|