Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/gcc/config/s390/
H A Ds390.h193 #define CONSTANT_ALIGNMENT(EXP, ALIGN) (ALIGN) < 16 ? 16 : (ALIGN) macro
/freebsd-12.1/contrib/gcc/
H A Dvarasm.c864 #ifdef CONSTANT_ALIGNMENT in align_variable()
866 align = CONSTANT_ALIGNMENT (DECL_INITIAL (decl), align); in align_variable()
2756 #ifdef CONSTANT_ALIGNMENT in get_constant_alignment()
2757 align = CONSTANT_ALIGNMENT (exp, align); in get_constant_alignment()
3215 #ifdef CONSTANT_ALIGNMENT in force_const_mem()
3219 align = CONSTANT_ALIGNMENT (make_tree (type, x), align); in force_const_mem()
H A Demit-rtl.c1558 #ifdef CONSTANT_ALIGNMENT in set_mem_attributes_minus_bitpos()
1559 align = CONSTANT_ALIGNMENT (t, align); in set_mem_attributes_minus_bitpos()
H A Dbuiltins.c320 #ifdef CONSTANT_ALIGNMENT in get_pointer_alignment()
322 align = MIN (inner, (unsigned)CONSTANT_ALIGNMENT (exp, align)); in get_pointer_alignment()
H A DChangeLog-199812071 (CONSTANT_ALIGNMENT): Define.
17603 (CONSTANT_ALIGNMENT, DATA_ALIGNMENT): Disable.
H A DChangeLog-200015573 (CONSTANT_ALIGNMENT): Code moved out-of-line; just call the function.
H A DChangeLog-200235231 (CONSTANT_ALIGNMENT): Add parenthesis.
H A DChangeLog-200320706 * i960.h (CONSTANT_ALIGNMENT): Likewise.
/freebsd-12.1/contrib/gcc/config/ia64/
H A Dia64.h227 #define CONSTANT_ALIGNMENT(EXP, ALIGN) \ macro
/freebsd-12.1/contrib/gcc/config/sparc/
H A Dsparc.h682 #define CONSTANT_ALIGNMENT(EXP, ALIGN) \ macro
/freebsd-12.1/contrib/gcc/config/mips/
H A Dmips.h1139 #define CONSTANT_ALIGNMENT(EXP, ALIGN) \ macro
/freebsd-12.1/contrib/gcc/config/i386/
H A Di386.h684 #define CONSTANT_ALIGNMENT(EXP, ALIGN) ix86_constant_alignment ((EXP), (ALIGN)) macro
/freebsd-12.1/contrib/gcc/config/arm/
H A Darm.h480 #define CONSTANT_ALIGNMENT(EXP, ALIGN) \ macro
/freebsd-12.1/contrib/gcc/config/rs6000/
H A Drs6000.h539 #define CONSTANT_ALIGNMENT(EXP, ALIGN) \ macro
/freebsd-12.1/contrib/gcc/doc/
H A Dtm.texi1097 @defmac CONSTANT_ALIGNMENT (@var{constant}, @var{basic-align})