Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/gcc/config/aarch64/
H A Daarch64.cc9420 HOST_WIDE_INT byte_sp_alignment = STACK_BOUNDARY / BITS_PER_UNIT; in aarch64_allocate_and_probe_stack_space() local
9421 gcc_assert (multiple_p (poly_size, byte_sp_alignment)); in aarch64_allocate_and_probe_stack_space()
9424 ? guard_used_by_caller + byte_sp_alignment in aarch64_allocate_and_probe_stack_space()
9599 gcc_assert (guard_used_by_caller + byte_sp_alignment <= size); in aarch64_allocate_and_probe_stack_space()