Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/gcc/config/aarch64/
H A Daarch64.cc8845 aarch64_save_callee_saves (poly_int64 bytes_below_sp, in aarch64_save_callee_saves() argument
8873 offset = frame.reg_offset[regno] - bytes_below_sp; in aarch64_save_callee_saves()
8884 poly_int64 fp_offset = frame.bytes_below_hard_fp - bytes_below_sp; in aarch64_save_callee_saves()
8954 aarch64_restore_callee_saves (poly_int64 bytes_below_sp, unsigned start, in aarch64_restore_callee_saves() argument
8980 offset = frame.reg_offset[regno] - bytes_below_sp; in aarch64_restore_callee_saves()
9804 poly_int64 bytes_below_sp = frame_size - initial_adjust - callee_adjust; in aarch64_expand_prologue() local
9817 aarch64_save_callee_saves (bytes_below_sp, reg1, reg2, in aarch64_expand_prologue()
9857 aarch64_save_callee_saves (bytes_below_sp, R0_REGNUM, R30_REGNUM, in aarch64_expand_prologue()
9867 bytes_below_sp -= sve_callee_adjust; in aarch64_expand_prologue()
9869 aarch64_save_callee_saves (bytes_below_sp, P0_REGNUM, P15_REGNUM, in aarch64_expand_prologue()
[all …]
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A DChangeLog1997 with a bytes_below_sp parameter.