Home
last modified time | relevance | path

Searched refs:ROUND_TYPE_ALIGN (Results 1 – 15 of 15) sorted by relevance

/freebsd-12.1/contrib/gcc/config/rs6000/
H A Dlinux64.h229 #undef ROUND_TYPE_ALIGN
230 #define ROUND_TYPE_ALIGN(STRUCT, COMPUTED, SPECIFIED) \ macro
H A Daix.h173 #define ROUND_TYPE_ALIGN(STRUCT, COMPUTED, SPECIFIED) \ macro
H A Ddarwin.h408 #define ROUND_TYPE_ALIGN(STRUCT, COMPUTED, SPECIFIED) \ macro
/freebsd-12.1/contrib/gcc/
H A Dstor-layout.c1239 #ifdef ROUND_TYPE_ALIGN in finalize_record_size()
1240 TYPE_ALIGN (rli->t) = ROUND_TYPE_ALIGN (rli->t, TYPE_ALIGN (rli->t), in finalize_record_size()
1270 #ifdef ROUND_TYPE_ALIGN in finalize_record_size()
1272 = ROUND_TYPE_ALIGN (rli->t, TYPE_ALIGN (rli->t), rli->unpacked_align); in finalize_record_size()
1413 #ifdef ROUND_TYPE_ALIGN in finalize_type_size()
1415 = ROUND_TYPE_ALIGN (type, TYPE_ALIGN (type), BITS_PER_UNIT); in finalize_type_size()
1774 #ifdef ROUND_TYPE_ALIGN in layout_type()
1776 = ROUND_TYPE_ALIGN (type, TYPE_ALIGN (element), BITS_PER_UNIT); in layout_type()
H A DFSFChangeLog.113030 * rs6000.h (ROUND_TYPE_ALIGN): Don't blow up if no fields in record.
12552 * i960.h (ROUND_TYPE_ALIGN): Add check for TYPE_PACKED.
13759 (ADJUST_FIELD_ALIGN, ROUND_TYPE_ALIGN): Define.
13761 (ADJUST_FIELD_ALIGN, ROUND_TYPE_ALIGN): Undefine.
13762 * win-nt.h (ADJUST_FIELD_ALIGN, ROUND_TYPE_ALIGN): Undefine.
H A DChangeLog-19972081 * rs6000.h (ROUND_TYPE_ALIGN): Don't blow up if no fields in record.
H A DChangeLog-20035726 (ADJUST_FIELD_ALIGN, ROUND_TYPE_ALIGN): Update comment.
18042 * sh.h (ROUND_TYPE_ALIGN): Remove.
18623 * sh.h (ROUND_TYPE_ALIGN, LOCAL_ALIGNMENT): Complex modes
20871 (ADJUST_FIELD_ALIGN, ROUND_TYPE_ALIGN): Adjust to work properly
22165 (ROUND_TYPE_ALIGN): Always use default record alignment if
22168 (ROUND_TYPE_ALIGN): Same.
22170 (ROUND_TYPE_ALIGN): Same.
H A DFSFChangeLog.107346 (ROUND_TYPE_ALIGN): Align XFmode scalars at 128 bit boundaries.
9997 (ROUND_TYPE_ALIGN): Pass maximum of COMPUTED and SPECIFIED to
H A DChangeLog-20011342 * rs6000/linux64.h (ROUND_TYPE_ALIGN): Likewise.
6187 (ROUND_TYPE_ALIGN): Same.
6189 * config/rs6000/aix.h (ROUND_TYPE_ALIGN): Change BIGGEST_ALIGNMENT
6192 * config/rs6000/darwin.h (ROUND_TYPE_ALIGN): Change BIGGEST_ALIGNMENT
6195 * config/rs6000/darwin.h (ROUND_TYPE_ALIGN): Change BIGGEST_ALIGNMENT
H A DChangeLog-200415766 * config/rs6000/darwin.h (ROUND_TYPE_ALIGN): Restrict alignment
46389 * config/rs6000/linux64.h (ROUND_TYPE_ALIGN): Use it.
46390 * config/rs6000/aix.h (ROUND_TYPE_ALIGN): Likewise.
46391 * config/rs6000/darwin.h (ROUND_TYPE_ALIGN): Likewise.
H A DChangeLog-20025427 (i960_round_align): Merge code from ROUND_TYPE_ALIGN.
31073 * config/rs6000/darwin.h (ROUND_TYPE_ALIGN): Adjust for vectors.
31075 * config/rs6000/sysv4.h (ROUND_TYPE_ALIGN): Add MAX.
H A DChangeLog-19991746 (ROUND_TYPE_ALIGN): Use better value if -mfaster-structs.
H A DChangeLog-200011428 (ROUND_TYPE_ALIGN): Remove.
/freebsd-12.1/contrib/gcc/config/sparc/
H A Dsparc.h671 #define ROUND_TYPE_ALIGN(STRUCT, COMPUTED, SPECIFIED) \ macro
/freebsd-12.1/contrib/gcc/doc/
H A Dtm.texi1245 @defmac ROUND_TYPE_ALIGN (@var{type}, @var{computed}, @var{specified})