Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/aarch64/
H A Daarch64.c2988 aarch64_constant_alignment (const_tree exp, HOST_WIDE_INT align) in aarch64_constant_alignment() function
9563 align = aarch64_constant_alignment (exp, align); in aarch64_classify_address()
24224 #define TARGET_CONSTANT_ALIGNMENT aarch64_constant_alignment
/netbsd-src/external/gpl3/gcc/dist/gcc/config/aarch64/
H A Daarch64.cc4249 aarch64_constant_alignment (const_tree exp, HOST_WIDE_INT align) in aarch64_constant_alignment() function
11013 align = aarch64_constant_alignment (exp, align); in aarch64_classify_address()
28017 #define TARGET_CONSTANT_ALIGNMENT aarch64_constant_alignment
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A DChangeLog-201713695 * config/aarch64/aarch64.c (aarch64_constant_alignment): New function.