Searched refs:FUNCTION_BOUNDARY (Results 1 – 25 of 25) sorted by relevance
| /freebsd-9-stable/contrib/gcc/ |
| D | defaults.h | 582 (FUNCTION_BOUNDARY >= 2 * BITS_PER_UNIT \ 845 #define TRAMPOLINE_ALIGNMENT FUNCTION_BOUNDARY
|
| D | stor-layout.c | 1680 TYPE_MODE (type) = mode_for_size (FUNCTION_BOUNDARY, MODE_INT, 0); in layout_type() 1681 TYPE_SIZE (type) = bitsize_int (FUNCTION_BOUNDARY); in layout_type() 1682 TYPE_SIZE_UNIT (type) = size_int (FUNCTION_BOUNDARY / BITS_PER_UNIT); in layout_type()
|
| D | ChangeLog.gcc43 | 17 FUNCTION_BOUNDARY.
|
| D | c-common.c | 2999 value = size_int (FUNCTION_BOUNDARY / BITS_PER_UNIT); in c_sizeof_or_alignof_type()
|
| D | tree.c | 546 DECL_ALIGN (t) = FUNCTION_BOUNDARY; in make_node_stat()
|
| D | FSFChangeLog.11 | 1951 (FUNCTION_BOUNDARY): Use sparc_align_funcs. 3213 (FUNCTION_BOUNDARY): Align to cache line boundary. 7753 of FUNCTION_BOUNDARY. 7756 of FUNCTION_BOUNDARY. 9157 (FUNCTION_BOUNDARY): Use value derrived from m68k_align_funcs
|
| D | ChangeLog-1997 | 2420 (FUNCTION_BOUNDARY): Use sparc_align_funcs.
|
| D | ChangeLog-2001 | 2408 not FUNCTION_BOUNDARY. 2411 * config/alpha/unicosmk.h (FUNCTION_BOUNDARY): Remove. 20774 * config/alpha/alpha.h (FUNCTION_BOUNDARY): Set to 32 bits. 23710 * i386.h (FUNCTION_BOUNDARY): Define to 16; revert Richard Kenner's 23941 * config/i386/i386.h (FUNCTION_BOUNDARY): Result is unsigned.
|
| D | ChangeLog-2002 | 1028 (FUNCTION_BOUNDARY): Express in terms of BITS_PER_WORD. 5785 * config/i386/i386.h (FUNCTION_BOUNDARY): Set the correct 9379 (FUNCTION_BOUNDARY): Specify only the minimum alignment required 31816 (FUNCTION_BOUNDARY): Ensure 32-bit alignment for SHmedia.
|
| D | ChangeLog-1998 | 6660 alignment, use FUNCTION_BOUNDARY instead. 10562 (FUNCTION_BOUNDARY): Align to cache line.
|
| D | FSFChangeLog.10 | 7440 * m68k/ccur-GAS.h (FUNCTION_BOUNDARY): Was misspelled.
|
| D | ChangeLog-2000 | 22185 (STACK_BOUNDARY, FUNCTION_BOUNDARY, PIC_OFFSET_TABLE_REGNUM): Likewise. 23742 * alpha.h (FUNCTION_BOUNDARY): Reduce to 128 bits.
|
| D | ChangeLog-1999 | 9447 (FUNCTION_BOUNDARY): Fix incorrect use---it's not just a request,
|
| D | ChangeLog-2004 | 31461 (FUNCTION_BOUNDARY, LOOP_ALIGN, LOOP_ALIGN_AFTER_BARRIER): Remove. 39206 FUNCTION_BOUNDARY, not POINTER_SIZE * 2.
|
| /freebsd-9-stable/contrib/gcc/config/s390/ |
| D | s390.h | 184 #define FUNCTION_BOUNDARY 32 macro
|
| /freebsd-9-stable/contrib/gcc/config/ia64/ |
| D | ia64.h | 206 #define FUNCTION_BOUNDARY 128 macro
|
| /freebsd-9-stable/contrib/gcc/config/sparc/ |
| D | sparc.h | 647 #define FUNCTION_BOUNDARY 32 macro
|
| D | sparc.c | 3345 align = floor_log2 (FUNCTION_BOUNDARY / BITS_PER_UNIT); in emit_pic_helper() 7591 align = floor_log2 (FUNCTION_BOUNDARY / BITS_PER_UNIT); in sparc_output_deferred_case_vectors()
|
| /freebsd-9-stable/contrib/gcc/config/i386/ |
| D | i386.h | 627 #define FUNCTION_BOUNDARY 8 macro
|
| /freebsd-9-stable/contrib/gcc/config/mips/ |
| D | mips.h | 1087 #define FUNCTION_BOUNDARY 32 macro
|
| D | mips.c | 7978 ASM_OUTPUT_ALIGN (file, floor_log2 (FUNCTION_BOUNDARY / BITS_PER_UNIT)); in build_mips16_function_stub()
|
| /freebsd-9-stable/contrib/gcc/config/rs6000/ |
| D | rs6000.h | 498 #define FUNCTION_BOUNDARY 32 macro
|
| /freebsd-9-stable/contrib/gcc/config/arm/ |
| D | arm.h | 459 #define FUNCTION_BOUNDARY 32 macro
|
| /freebsd-9-stable/contrib/gcc/cp/ |
| D | ChangeLog-2001 | 2051 (build_ptrmemfunc_type): When FUNCTION_BOUNDARY < 16, add 2056 FUNCTION_BOUNDARY < 16, look at additional field to determine
|
| /freebsd-9-stable/contrib/gcc/doc/ |
| D | tm.texi | 1044 @defmac FUNCTION_BOUNDARY 1715 this bit using the @code{FUNCTION_BOUNDARY} setting for your platform. 1716 However, some platforms such as ARM/Thumb have @code{FUNCTION_BOUNDARY} 1725 @code{FUNCTION_BOUNDARY}, GCC will automatically define this macro to
|