Searched refs:MASK_STRICT_ALIGN (Results 1 – 10 of 10) sorted by relevance
| /openbsd-src/gnu/gcc/gcc/config/rs6000/ |
| H A D | eabispe.h | 25 | MASK_STRICT_ALIGN)
|
| H A D | linuxspe.h | 28 #define TARGET_DEFAULT (MASK_POWERPC | MASK_NEW_MNEMONICS | MASK_STRICT_ALIGN)
|
| H A D | vxworks.h | 105 (MASK_POWERPC | MASK_NEW_MNEMONICS | MASK_EABI | MASK_STRICT_ALIGN)
|
| H A D | sysv4.h | 125 target_flags &= ~MASK_STRICT_ALIGN; \
|
| H A D | rs6000.c | 833 #ifndef MASK_STRICT_ALIGN 834 #define MASK_STRICT_ALIGN 0 macro 1142 POWERPC_BASE_MASK | MASK_SOFT_FLOAT | MASK_STRICT_ALIGN}, in rs6000_override_options() 1171 POWERPC_BASE_MASK | MASK_PPC_GFXOPT | MASK_STRICT_ALIGN}, in rs6000_override_options() 1174 POWERPC_BASE_MASK | MASK_PPC_GFXOPT | MASK_STRICT_ALIGN}, in rs6000_override_options() 1223 POWERPC_MASKS = (POWERPC_BASE_MASK | MASK_PPC_GPOPT | MASK_STRICT_ALIGN in rs6000_override_options()
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/config/v850/ |
| H A D | v850.h | 89 #define MASK_STRICT_ALIGN 0x00000800 macro 149 #define TARGET_STRICT_ALIGN (target_flags & MASK_STRICT_ALIGN) 188 { "strict-align", MASK_STRICT_ALIGN, \ 190 { "no-strict-align", -MASK_STRICT_ALIGN, "" }, \ 264 target_flags |= MASK_STRICT_ALIGN; \
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/config/rs6000/ |
| H A D | sysv4.h | 52 #define MASK_STRICT_ALIGN 0x20000000 /* Set STRICT_ALIGNMENT to 1. */ macro 61 #define TARGET_STRICT_ALIGN (target_flags & MASK_STRICT_ALIGN) 106 { "strict-align", MASK_STRICT_ALIGN, \ 108 { "no-strict-align", -MASK_STRICT_ALIGN, \ 211 target_flags &= ~MASK_STRICT_ALIGN; \
|
| H A D | rs6000.c | 318 #ifndef MASK_STRICT_ALIGN 319 #define MASK_STRICT_ALIGN 0 macro 465 MASK_POWERPC | MASK_SOFT_FLOAT | MASK_NEW_MNEMONICS | MASK_STRICT_ALIGN,
|
| /openbsd-src/gnu/gcc/gcc/config/v850/ |
| H A D | v850.h | 134 target_flags |= MASK_STRICT_ALIGN; \
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/ |
| H A D | ChangeLog | 15022 NEGDI2_LIBCALL, INIT_TARGET_OPTABS, MASK_STRICT_ALIGN): Define.
|