Searched refs:TRAMPOLINE_ALIGNMENT (Results 1 - 8 of 8) sorted by relevance

/freebsd-11-stable/contrib/gcc/
H A Ddefaults.h844 #ifndef TRAMPOLINE_ALIGNMENT
845 #define TRAMPOLINE_ALIGNMENT FUNCTION_BOUNDARY macro
H A Dtree-nested.c439 align = TRAMPOLINE_ALIGNMENT;
H A Dvarasm.c2163 align = floor_log2 (TRAMPOLINE_ALIGNMENT / BITS_PER_UNIT);
2179 set_mem_align (initial_trampoline, TRAMPOLINE_ALIGNMENT);
H A Dbuiltins.c5220 /* Given a trampoline address, make sure it satisfies TRAMPOLINE_ALIGNMENT. */
5229 if (TRAMPOLINE_ALIGNMENT <= STACK_BOUNDARY)
5234 addend = GEN_INT (TRAMPOLINE_ALIGNMENT / BITS_PER_UNIT - 1);
5235 mask = GEN_INT (-TRAMPOLINE_ALIGNMENT / BITS_PER_UNIT);
5272 set_mem_align (blktramp, TRAMPOLINE_ALIGNMENT);
/freebsd-11-stable/contrib/gcc/config/ia64/
H A Dia64.h1352 #define TRAMPOLINE_ALIGNMENT 64
1332 #define TRAMPOLINE_ALIGNMENT macro
/freebsd-11-stable/contrib/gcc/config/sparc/
H A Dsparc.h1690 #define TRAMPOLINE_ALIGNMENT 128 /* 16 bytes */
1677 #define TRAMPOLINE_ALIGNMENT macro
/freebsd-11-stable/contrib/gcc/config/arm/
H A Darm.h1691 #define TRAMPOLINE_ALIGNMENT 32
1684 #define TRAMPOLINE_ALIGNMENT macro
/freebsd-11-stable/contrib/gcc/config/mips/
H A Dmips.h2119 #define TRAMPOLINE_ALIGNMENT GET_MODE_BITSIZE (ptr_mode)
2104 #define TRAMPOLINE_ALIGNMENT macro

Completed in 448 milliseconds