| /openbsd-src/gnu/gcc/gcc/config/rs6000/ |
| H A D | darwin.h | 104 && ! (target_flags_explicit & MASK_ALTIVEC)) \ 114 && ! (target_flags_explicit & MASK_ALTIVEC) \
|
| H A D | linux.h | 109 (target_flags & target_flags_explicit & MASK_RELOCATABLE)
|
| H A D | linux64.h | 69 (target_flags & target_flags_explicit & MASK_RELOCATABLE)
|
| H A D | sysv4.h | 556 if (target_flags_explicit \
|
| H A D | rs6000.c | 1242 set_masks &= ~target_flags_explicit; in rs6000_override_options() 1279 target_flags |= ~target_flags_explicit & (MASK_MULTIPLE | MASK_STRING); in rs6000_override_options() 1292 if ((target_flags_explicit & MASK_MULTIPLE) != 0) in rs6000_override_options() 1299 if ((target_flags_explicit & MASK_STRING) != 0) in rs6000_override_options() 1650 target_flags_explicit |= (MASK_POWER | MASK_POWER2 in rs6000_handle_option() 1656 target_flags_explicit |= (MASK_POWERPC | MASK_PPC_GPOPT in rs6000_handle_option() 1663 target_flags_explicit |= MASK_MINIMAL_TOC; in rs6000_handle_option() 1668 target_flags_explicit |= MASK_MINIMAL_TOC; in rs6000_handle_option() 1676 target_flags_explicit |= MASK_MINIMAL_TOC; in rs6000_handle_option() 1686 target_flags |= ~target_flags_explicit & MASK_PPC_GFXOPT; in rs6000_handle_option() [all …]
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/ |
| H A D | toplev.h | 113 extern int target_flags_explicit;
|
| H A D | toplev.c | 191 int target_flags_explicit; variable 4614 target_flags_explicit |= -target_switches[j].value; 4616 target_flags_explicit |= target_switches[j].value;
|
| H A D | ChangeLog | 12628 * config/i386/i386.c (override_options): Use target_flags_explicit 17880 * toplev.h (target_flags_explicit): Declare. 17881 * toplev.c (target_flags_explicit): New var. 17882 (set_target_switch): Update target_flags_explicit.
|
| /openbsd-src/gnu/gcc/gcc/ |
| H A D | toplev.h | 113 extern int target_flags_explicit;
|
| H A D | opts.c | 345 target_flags_explicit |= option->var_value; in handle_option()
|
| H A D | toplev.c | 194 int target_flags_explicit; variable
|
| /openbsd-src/gnu/gcc/gcc/config/i386/ |
| H A D | i386-interix.h | 255 && (target_flags_explicit & MASK_MS_BITFIELD_LAYOUT) != 0) \
|
| H A D | i386.c | 1397 target_flags_explicit |= MASK_3DNOW_A; in ix86_handle_option() 1405 target_flags_explicit |= MASK_3DNOW | MASK_3DNOW_A; in ix86_handle_option() 1413 target_flags_explicit |= MASK_SSE2 | MASK_SSE3; in ix86_handle_option() 1421 target_flags_explicit |= MASK_SSE3; in ix86_handle_option() 1679 && !(target_flags_explicit & MASK_MMX)) in override_options() 1682 && !(target_flags_explicit & MASK_3DNOW)) in override_options() 1685 && !(target_flags_explicit & MASK_3DNOW_A)) in override_options() 1688 && !(target_flags_explicit & MASK_SSE)) in override_options() 1691 && !(target_flags_explicit & MASK_SSE2)) in override_options() 1694 && !(target_flags_explicit & MASK_SSE3)) in override_options() [all …]
|
| /openbsd-src/gnu/gcc/gcc/config/mips/ |
| H A D | mips.c | 4737 if ((target_flags_explicit & MASK_64BIT) != 0) in override_options() 4759 if ((target_flags_explicit & MASK_FLOAT64) != 0) in override_options() 4782 if ((target_flags_explicit & MASK_LONG64) == 0) in override_options() 4791 && (target_flags_explicit & MASK_SOFT_FLOAT) == 0) in override_options() 4813 if ((target_flags_explicit & MASK_BRANCHLIKELY) == 0) in override_options() 4882 if (optimize > 2 && (target_flags_explicit & MASK_VR4130_ALIGN) == 0) in override_options() 4924 if (TARGET_MIPS3D && (target_flags_explicit & MASK_PAIRED_SINGLE_FLOAT) in override_options() 5171 if ((target_flags_explicit & MASK_FIX_R4000) == 0 in override_options() 5177 if ((target_flags_explicit & MASK_FIX_R4400) == 0 in override_options()
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/config/mips/ |
| H A D | mips.c | 5187 if ((target_flags_explicit & MASK_64BIT) != 0) in override_options() 5209 if ((target_flags_explicit & MASK_FLOAT64) != 0) in override_options() 5232 if ((target_flags_explicit & MASK_LONG64) == 0) in override_options() 5245 && (target_flags_explicit & MASK_SOFT_FLOAT) == 0) in override_options() 5265 if ((target_flags_explicit & MASK_BRANCHLIKELY) == 0) in override_options()
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/config/i386/ |
| H A D | i386.c | 1110 && !(target_flags_explicit & MASK_MMX)) in override_options() 1113 && !(target_flags_explicit & MASK_3DNOW)) in override_options() 1116 && !(target_flags_explicit & MASK_3DNOW_A)) in override_options() 1119 && !(target_flags_explicit & MASK_SSE)) in override_options() 1122 && !(target_flags_explicit & MASK_SSE2)) in override_options() 1125 && !(target_flags_explicit & MASK_SSE3)) in override_options() 1353 && !(target_flags_explicit & MASK_ACCUMULATE_OUTGOING_ARGS) in override_options()
|
| /openbsd-src/gnu/gcc/gcc/config/frv/ |
| H A D | frv.c | 627 target_flags |= (frv_default_flags_for_cpu () & ~target_flags_explicit); in frv_override_options() 781 if ((target_flags_explicit & MASK_LINKED_FP) == 0) in frv_override_options() 784 if ((target_flags_explicit & MASK_OPTIMIZE_MEMBAR) == 0) in frv_override_options()
|
| /openbsd-src/gnu/gcc/gcc/config/s390/ |
| H A D | s390.c | 1398 if (!(target_flags_explicit & MASK_ZARCH)) in override_options() 1451 if (!(target_flags_explicit & MASK_LONG_DOUBLE_128)) in override_options()
|
| /openbsd-src/gnu/gcc/gcc/config/alpha/ |
| H A D | alpha.c | 441 if (target_flags_explicit & MASK_LONG_DOUBLE_128) in override_options() 538 if (!(target_flags_explicit & MASK_LONG_DOUBLE_128)) in override_options()
|
| /openbsd-src/gnu/gcc/gcc/config/sparc/ |
| H A D | sparc.c | 827 if (!(target_flags_explicit & MASK_LONG_DOUBLE_128)) in sparc_override_options()
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/config/frv/ |
| H A D | frv.c | 432 target_flags |= (frv_default_flags_for_cpu () & ~target_flags_explicit); in frv_override_options()
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/config/alpha/ |
| H A D | alpha.c | 511 if (target_flags_explicit & MASK_LONG_DOUBLE_128) in override_options()
|