Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/aarch64/
H A Daarch64.c7030 HOST_WIDE_INT max_push_offset = 0; in aarch64_layout_frame() local
7032 max_push_offset = 512; in aarch64_layout_frame()
7034 max_push_offset = 256; in aarch64_layout_frame()
7039 && const_size < max_push_offset in aarch64_layout_frame()
7058 && const_fp_offset < max_push_offset)) in aarch64_layout_frame()
7082 && const_fp_offset < max_push_offset) in aarch64_layout_frame()
/netbsd-src/external/gpl3/gcc/dist/gcc/config/aarch64/
H A Daarch64.cc8424 HOST_WIDE_INT max_push_offset = 0; in aarch64_layout_frame() local
8428 max_push_offset = 512; in aarch64_layout_frame()
8430 max_push_offset = 256; in aarch64_layout_frame()
8438 && const_size < max_push_offset in aarch64_layout_frame()
8457 && const_above_fp < max_push_offset)) in aarch64_layout_frame()
8478 && const_above_fp < max_push_offset) in aarch64_layout_frame()