Searched refs:ROUND_TYPE_ALIGN (Results 1 – 15 of 15) sorted by relevance
| /freebsd-12.1/contrib/gcc/config/rs6000/ |
| H A D | linux64.h | 229 #undef ROUND_TYPE_ALIGN 230 #define ROUND_TYPE_ALIGN(STRUCT, COMPUTED, SPECIFIED) \ macro
|
| H A D | aix.h | 173 #define ROUND_TYPE_ALIGN(STRUCT, COMPUTED, SPECIFIED) \ macro
|
| H A D | darwin.h | 408 #define ROUND_TYPE_ALIGN(STRUCT, COMPUTED, SPECIFIED) \ macro
|
| /freebsd-12.1/contrib/gcc/ |
| H A D | stor-layout.c | 1239 #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 D | FSFChangeLog.11 | 3030 * 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 D | ChangeLog-1997 | 2081 * rs6000.h (ROUND_TYPE_ALIGN): Don't blow up if no fields in record.
|
| H A D | ChangeLog-2003 | 5726 (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 D | FSFChangeLog.10 | 7346 (ROUND_TYPE_ALIGN): Align XFmode scalars at 128 bit boundaries. 9997 (ROUND_TYPE_ALIGN): Pass maximum of COMPUTED and SPECIFIED to
|
| H A D | ChangeLog-2001 | 1342 * 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 D | ChangeLog-2004 | 15766 * 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 D | ChangeLog-2002 | 5427 (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 D | ChangeLog-1999 | 1746 (ROUND_TYPE_ALIGN): Use better value if -mfaster-structs.
|
| H A D | ChangeLog-2000 | 11428 (ROUND_TYPE_ALIGN): Remove.
|
| /freebsd-12.1/contrib/gcc/config/sparc/ |
| H A D | sparc.h | 671 #define ROUND_TYPE_ALIGN(STRUCT, COMPUTED, SPECIFIED) \ macro
|
| /freebsd-12.1/contrib/gcc/doc/ |
| H A D | tm.texi | 1245 @defmac ROUND_TYPE_ALIGN (@var{type}, @var{computed}, @var{specified})
|