Home
last modified time | relevance | path

Searched refs:BIGGEST_FIELD_ALIGNMENT (Results 1 – 22 of 22) sorted by relevance

/netbsd/src/external/gpl3/gcc/dist/gcc/config/i386/
Dcygming.h402 #undef BIGGEST_FIELD_ALIGNMENT
403 #define BIGGEST_FIELD_ALIGNMENT 64 macro
Di386.h789 #define BIGGEST_FIELD_ALIGNMENT 128 macro
791 #define BIGGEST_FIELD_ALIGNMENT 32 macro
/netbsd/src/external/gpl3/gcc/dist/gcc/config/vax/
Dvax.h104 #define BIGGEST_FIELD_ALIGNMENT (TARGET_VAXC_ALIGNMENT ? 8 : 32) macro
/netbsd/src/external/gpl3/gcc/dist/libobjc/
Dencoding.c1171 #ifdef BIGGEST_FIELD_ALIGNMENT in objc_layout_structure_next_member()
1172 desired_align = MIN (desired_align, BIGGEST_FIELD_ALIGNMENT); in objc_layout_structure_next_member()
/netbsd/src/external/gpl3/gcc/dist/gcc/config/v850/
Dv850.h211 #define BIGGEST_FIELD_ALIGNMENT BIGGEST_ALIGNMENT macro
/netbsd/src/external/gpl3/gcc/dist/gcc/config/rs6000/
Dsysv4.h329 #undef BIGGEST_FIELD_ALIGNMENT
/netbsd/src/external/gpl3/gcc/dist/gcc/
Dstor-layout.cc760 #ifdef BIGGEST_FIELD_ALIGNMENT in layout_decl()
762 (unsigned) BIGGEST_FIELD_ALIGNMENT)); in layout_decl()
2674 #ifdef BIGGEST_FIELD_ALIGNMENT in min_align_of_type()
2675 align = MIN (align, BIGGEST_FIELD_ALIGNMENT); in min_align_of_type()
DFSFChangeLog.114790 * h8300.h (BIGGEST_FIELD_ALIGNMENT): Remove definition.
4791 * mips.h (BIGGEST_FIELD_ALIGNMENT): Likewise.
11774 (BIGGEST_ALIGNMENT, BIGGEST_FIELD_ALIGNMENT): Likewise.
13758 * rs6000.h (BIGGEST_FIELD_ALIGNMENT): Delete.
13760 * sysv4.h (BIGGEST_FIELD_ALIGNMENT): Delete.
13805 * rs6000/win-nt.h (BIGGEST_FIELD_ALIGNMENT): Set to 64, not
DFSFChangeLog.10943 * h8300.h (BIGGEST_FIELD_ALIGNMENT): Replace uses of
2258 (BIGGEST_FIELD_ALIGNMENT): Define.
2264 * rs6000/sysv4.h (BIGGEST_FIELD_ALIGNMENT): Undefine.
2733 (BIGGEST_FIELD_ALIGNMENT): Update.
DChangeLog-200016182 (place_union_field): If BIGGEST_FIELD_ALIGNMENT is defined
16200 * tm.texi (BIGGEST_FIELD_ALIGNMENT): Document the changed meaning.
28039 BIGGEST_FIELD_ALIGNMENT a constant.
30632 (BIGGEST_FIELD_ALIGNMENT): Set to (TARGET_ALIGN_DOUBLE ? 64 : 32)
DChangeLog-20026653 * i386.h (BIGGEST_FIELD_ALIGNMENT): Set proper default for x86_64.
15529 * config/i386/i386.h (BIGGEST_FIELD_ALIGNMENT): Define instead
15560 (BIGGEST_FIELD_ALIGNMENT): Kill.
DChangeLog-201738158 to extract alignment for MEM_REFs to honor BIGGEST_FIELD_ALIGNMENT
38188 BIGGEST_FIELD_ALIGNMENT and ADJUST_FIELD_ALIGN to fix up bogus
38803 BIGGEST_FIELD_ALIGNMENT and ADJUST_FIELD_ALIGN to fix up bogus
DChangeLog-200112540 * config/i386/cygwin.h (BIGGEST_FIELD_ALIGNMENT): Set to 64.
27900 (BIGGEST_FIELD_ALIGNMENT): Set to 128 for 64bits.
DChangeLog-200316630 * config/arm/arm.h (BIGGEST_FIELD_ALIGNMENT): Make defintion
17507 * config/arm/arm.h (BIGGEST_FIELD_ALIGNMENT): Define instead
DChangeLog-201415810 through BIGGEST_FIELD_ALIGNMENT or ADJUST_FIELD_ALIGN if
47699 (BIGGEST_FIELD_ALIGNMENT): Ditto.
DChangeLog-20122712 (BIGGEST_FIELD_ALIGNMENT): Likewise.
DChangeLog-20072204 * config/i386/cygming.h (BIGGEST_FIELD_ALIGNMENT): Define only if
/netbsd/src/external/gpl3/gcc/dist/gcc/config/frv/
Dfrv.h328 #define BIGGEST_FIELD_ALIGNMENT 64 macro
/netbsd/src/external/gpl3/gcc/dist/gcc/config/arm/
Darm.h687 #define BIGGEST_FIELD_ALIGNMENT 64 macro
/netbsd/src/external/gpl3/gcc/dist/gcc/doc/
Dtm.texi.in996 @defmac BIGGEST_FIELD_ALIGNMENT
1006 applying of @code{BIGGEST_ALIGNMENT} and @code{BIGGEST_FIELD_ALIGNMENT} to the
Dtm.texi1090 @defmac BIGGEST_FIELD_ALIGNMENT
1100 applying of @code{BIGGEST_ALIGNMENT} and @code{BIGGEST_FIELD_ALIGNMENT} to the
Dgccint.info33341 -- Macro: BIGGEST_FIELD_ALIGNMENT
33351 of 'BIGGEST_ALIGNMENT' and 'BIGGEST_FIELD_ALIGNMENT' to the
54148 * BIGGEST_FIELD_ALIGNMENT: Storage Layout. (line 210)