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

/freebsd-10.0-release/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.c2164 align = floor_log2 (TRAMPOLINE_ALIGNMENT / BITS_PER_UNIT);
2180 set_mem_align (initial_trampoline, TRAMPOLINE_ALIGNMENT);
H A Dbuiltins.c5198 /* Given a trampoline address, make sure it satisfies TRAMPOLINE_ALIGNMENT. */
5207 if (TRAMPOLINE_ALIGNMENT <= STACK_BOUNDARY)
5212 addend = GEN_INT (TRAMPOLINE_ALIGNMENT / BITS_PER_UNIT - 1);
5213 mask = GEN_INT (-TRAMPOLINE_ALIGNMENT / BITS_PER_UNIT);
5250 set_mem_align (blktramp, TRAMPOLINE_ALIGNMENT);
/freebsd-10.0-release/contrib/gcc/config/ia64/
H A Dia64.h1352 #define TRAMPOLINE_ALIGNMENT 64
1332 #define TRAMPOLINE_ALIGNMENT macro
/freebsd-10.0-release/contrib/gcc/config/sparc/
H A Dsparc.h1690 #define TRAMPOLINE_ALIGNMENT 128 /* 16 bytes */
1677 #define TRAMPOLINE_ALIGNMENT macro
/freebsd-10.0-release/contrib/gcc/config/arm/
H A Darm.h1691 #define TRAMPOLINE_ALIGNMENT 32
1684 #define TRAMPOLINE_ALIGNMENT macro
/freebsd-10.0-release/contrib/gcc/config/mips/
H A Dmips.h2116 #define TRAMPOLINE_ALIGNMENT GET_MODE_BITSIZE (ptr_mode)
2101 #define TRAMPOLINE_ALIGNMENT macro

Completed in 146 milliseconds