Searched refs:STRICT_ALIGNMENT (Results 1 - 25 of 31) sorted by relevance

12

/freebsd-12-stable/crypto/openssl/crypto/modes/
H A Dcbc128.c14 #if !defined(STRICT_ALIGNMENT) && !defined(PEDANTIC)
15 # define STRICT_ALIGNMENT 0 macro
18 #if defined(__GNUC__) && !STRICT_ALIGNMENT
35 if (STRICT_ALIGNMENT &&
93 if (STRICT_ALIGNMENT &&
121 if (STRICT_ALIGNMENT &&
H A Dofb128.c14 #if defined(__GNUC__) && !defined(STRICT_ALIGNMENT)
42 # if defined(STRICT_ALIGNMENT)
H A Dmodes_local.h29 #define STRICT_ALIGNMENT 1 macro
36 # undef STRICT_ALIGNMENT macro
40 #ifndef STRICT_ALIGNMENT
75 # elif (defined(__arm__) || defined(__arm)) && !defined(STRICT_ALIGNMENT)
99 #if defined(BSWAP4) && !defined(STRICT_ALIGNMENT)
171 # if STRICT_ALIGNMENT
H A Dxts128.c14 #ifndef STRICT_ALIGNMENT
51 #if defined(STRICT_ALIGNMENT)
60 #if defined(STRICT_ALIGNMENT)
134 #if defined(STRICT_ALIGNMENT)
154 #if defined(STRICT_ALIGNMENT)
H A Dctr128.c14 #if defined(__GNUC__) && !defined(STRICT_ALIGNMENT)
97 # if defined(STRICT_ALIGNMENT)
H A Dcfb128.c14 #if defined(__GNUC__) && !defined(STRICT_ALIGNMENT)
44 # if defined(STRICT_ALIGNMENT)
94 # if defined(STRICT_ALIGNMENT)
H A Dccm128.c14 #ifndef STRICT_ALIGNMENT
171 #if defined(STRICT_ALIGNMENT)
187 #if defined(STRICT_ALIGNMENT)
251 #if defined(STRICT_ALIGNMENT)
259 #if defined(STRICT_ALIGNMENT)
H A Dgcm128.c14 #if defined(__GNUC__) && !defined(STRICT_ALIGNMENT)
20 #if defined(BSWAP4) && defined(STRICT_ALIGNMENT)
1075 # if defined(STRICT_ALIGNMENT)
1312 # if defined(STRICT_ALIGNMENT)
/freebsd-12-stable/contrib/gcc/config/rs6000/
H A Dsysv4.h310 #undef STRICT_ALIGNMENT macro
311 #define STRICT_ALIGNMENT (TARGET_STRICT_ALIGN) macro
H A Drs6000.h558 #define STRICT_ALIGNMENT 0
564 (STRICT_ALIGNMENT \
557 #define STRICT_ALIGNMENT macro
H A Drs6000.c6104 if (STRICT_ALIGNMENT
9410 && (align >= 64 || (!STRICT_ALIGNMENT && align >= 32)))
9415 else if (bytes >= 4 && (align >= 32 || !STRICT_ALIGNMENT))
9420 else if (bytes >= 2 && (align >= 16 || !STRICT_ALIGNMENT))
9540 && (align >= 64 || (!STRICT_ALIGNMENT && align >= 32)))
9551 else if (bytes >= 4 && (align >= 32 || !STRICT_ALIGNMENT))
9557 else if (bytes >= 2 && (align >= 16 || !STRICT_ALIGNMENT))
16057 && STRICT_ALIGNMENT
/freebsd-12-stable/crypto/openssl/crypto/whrlpool/
H A Dwp_block.c53 #define STRICT_ALIGNMENT macro
63 # undef STRICT_ALIGNMENT macro
66 #ifndef STRICT_ALIGNMENT
74 #if defined(__GNUC__) && !defined(STRICT_ALIGNMENT)
144 # if defined(ROTATE) && !defined(STRICT_ALIGNMENT)
145 # define STRICT_ALIGNMENT /* ensure smallest table size */ macro
150 * Table size depends on STRICT_ALIGNMENT and whether or not endian-
151 * specific ROTATE macro is defined. If STRICT_ALIGNMENT is not
172 #ifdef STRICT_ALIGNMENT
534 # ifdef STRICT_ALIGNMENT
[all...]
/freebsd-12-stable/contrib/gcc/
H A Dstor-layout.c894 if (STRICT_ALIGNMENT)
1295 if (STRICT_ALIGNMENT)
1304 if (STRICT_ALIGNMENT)
1377 && STRICT_ALIGNMENT
1400 && (STRICT_ALIGNMENT
1805 && STRICT_ALIGNMENT && TYPE_ALIGN (type) < BIGGEST_ALIGNMENT
2156 if STRICT_ALIGNMENT is true.
H A Dtarghooks.c597 /* If STRICT_ALIGNMENT is true we use the container type for accessing
600 If STRICT_ALIGNMENT is false we use the narrowest type possible. This
607 return !STRICT_ALIGNMENT;
H A Dexpr.c238 #define SLOW_UNALIGNED_ACCESS(MODE, ALIGN) STRICT_ALIGNMENT
3049 && (!STRICT_ALIGNMENT
5650 If KEEP_ALIGNING is true and the target is STRICT_ALIGNMENT, we don't
5772 if (keep_aligning && STRICT_ALIGNMENT
7603 ? STRICT_ALIGNMENT
7903 else if (TYPE_MODE (type) != BLKmode && STRICT_ALIGNMENT
H A Drtlanal.c287 if (!STRICT_ALIGNMENT
2114 && (!STRICT_ALIGNMENT || !unaligned_mems))
H A Drtl.h1194 mode as a default when STRICT_ALIGNMENT, but not if not. */
1197 : (STRICT_ALIGNMENT && GET_MODE (RTX) != BLKmode \
H A Dexpmed.c70 #define SLOW_UNALIGNED_ACCESS(MODE, ALIGN) STRICT_ALIGNMENT
1932 if (STRICT_ALIGNMENT)
H A Dcalls.c2638 if (STRICT_ALIGNMENT)
/freebsd-12-stable/contrib/gcc/config/s390/
H A Ds390.h197 #define STRICT_ALIGNMENT 0 macro
/freebsd-12-stable/contrib/gcc/config/ia64/
H A Dia64.h234 #define STRICT_ALIGNMENT 1
231 #define STRICT_ALIGNMENT macro
/freebsd-12-stable/contrib/gcc/config/sparc/
H A Dsparc.h699 #define STRICT_ALIGNMENT 1
695 #define STRICT_ALIGNMENT macro
/freebsd-12-stable/contrib/gcc/config/arm/
H A Darm.h508 #define STRICT_ALIGNMENT 1
505 #define STRICT_ALIGNMENT macro
/freebsd-12-stable/contrib/gcc/config/i386/
H A Di386.h723 #define STRICT_ALIGNMENT 0
1918 `STRICT_ALIGNMENT' were nonzero when generating code for block
721 #define STRICT_ALIGNMENT macro
/freebsd-12-stable/contrib/gcc/config/mips/
H A Dmips.h1109 #define STRICT_ALIGNMENT 1
1103 #define STRICT_ALIGNMENT macro

Completed in 513 milliseconds

12