Home
last modified time | relevance | path

Searched defs:aarch64_frame (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/config/aarch64/
H A Daarch64.h861 struct GTY (()) aarch64_frame struct
866 poly_int64 reg_offset[LAST_SAVED_REGNUM + 1];
872 HOST_WIDE_INT saved_varargs_size;
877 poly_int64 bytes_below_saved_regs;
882 poly_int64 bytes_below_hard_fp;
887 poly_int64 bytes_above_locals;
892 poly_int64 bytes_above_hard_fp;
897 poly_int64 frame_size;
900 poly_int64 initial_adjust;
904 HOST_WIDE_INT callee_adjust;
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/aarch64/
H A Daarch64.h810 struct GTY (()) aarch64_frame struct
812 poly_int64 reg_offset[LAST_SAVED_REGNUM + 1];
818 HOST_WIDE_INT saved_varargs_size;
821 poly_int64 saved_regs_size;
825 poly_int64 below_hard_fp_saved_regs_size;
830 poly_int64 locals_offset;
835 poly_int64 hard_fp_offset;
840 poly_int64 frame_size;
843 poly_int64 initial_adjust;
847 HOST_WIDE_INT callee_adjust;
[all …]