Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/aarch64/
H A Daarch64.c8351 rtx tmp0_rtx = gen_rtx_REG (Pmode, EP0_REGNUM); in aarch64_expand_prologue() local
8362 aarch64_allocate_and_probe_stack_space (tmp0_rtx, tmp1_rtx, initial_adjust, in aarch64_expand_prologue()
8389 tmp1_rtx, tmp0_rtx, frame_pointer_needed); in aarch64_expand_prologue()
8430 aarch64_allocate_and_probe_stack_space (tmp1_rtx, tmp0_rtx, in aarch64_expand_prologue()
8443 aarch64_allocate_and_probe_stack_space (tmp1_rtx, tmp0_rtx, final_adjust, in aarch64_expand_prologue()
8527 rtx tmp0_rtx = gen_rtx_REG (Pmode, EP0_REGNUM); in aarch64_expand_epilogue() local
8536 tmp1_rtx, tmp0_rtx, callee_adjust == 0); in aarch64_expand_epilogue()
8541 aarch64_add_sp (tmp1_rtx, tmp0_rtx, final_adjust, true); in aarch64_expand_epilogue()
8573 aarch64_add_sp (tmp0_rtx, tmp1_rtx, initial_adjust, in aarch64_expand_epilogue()
/netbsd-src/external/gpl3/gcc/dist/gcc/config/aarch64/
H A Daarch64.cc9786 rtx tmp0_rtx = gen_rtx_REG (Pmode, EP0_REGNUM); in aarch64_expand_prologue() local
9797 aarch64_allocate_and_probe_stack_space (tmp0_rtx, tmp1_rtx, initial_adjust, in aarch64_expand_prologue()
9824 tmp1_rtx, tmp0_rtx, frame_pointer_needed); in aarch64_expand_prologue()
9864 aarch64_allocate_and_probe_stack_space (tmp1_rtx, tmp0_rtx, in aarch64_expand_prologue()
9878 aarch64_allocate_and_probe_stack_space (tmp1_rtx, tmp0_rtx, final_adjust, in aarch64_expand_prologue()
9965 rtx tmp0_rtx = gen_rtx_REG (Pmode, EP0_REGNUM); in aarch64_expand_epilogue() local
9974 tmp1_rtx, tmp0_rtx, callee_adjust == 0); in aarch64_expand_epilogue()
9979 aarch64_add_sp (tmp1_rtx, tmp0_rtx, final_adjust, true); in aarch64_expand_epilogue()
10019 aarch64_add_sp (tmp0_rtx, tmp1_rtx, initial_adjust, in aarch64_expand_epilogue()