Home
last modified time | relevance | path

Searched refs:target_flags_explicit (Results 1 – 16 of 16) sorted by relevance

/freebsd-12.1/contrib/gcc/config/rs6000/
H A Ddarwin.h104 && ! (target_flags_explicit & MASK_ALTIVEC)) \
114 && ! (target_flags_explicit & MASK_ALTIVEC) \
H A Dlinux.h109 (target_flags & target_flags_explicit & MASK_RELOCATABLE)
H A Dlinux64.h69 (target_flags & target_flags_explicit & MASK_RELOCATABLE)
H A Dsysv4.h557 if (target_flags_explicit \
H A Drs6000.c1244 set_masks &= ~target_flags_explicit; in rs6000_override_options()
1294 if ((target_flags_explicit & MASK_MULTIPLE) != 0) in rs6000_override_options()
1301 if ((target_flags_explicit & MASK_STRING) != 0) in rs6000_override_options()
1683 target_flags_explicit |= (MASK_POWER | MASK_POWER2 in rs6000_handle_option()
1696 target_flags_explicit |= MASK_MINIMAL_TOC; in rs6000_handle_option()
1701 target_flags_explicit |= MASK_MINIMAL_TOC; in rs6000_handle_option()
1709 target_flags_explicit |= MASK_MINIMAL_TOC; in rs6000_handle_option()
1729 target_flags_explicit |= MASK_POWERPC64; in rs6000_handle_option()
1765 target_flags_explicit |= MASK_POWERPC; in rs6000_handle_option()
1812 target_flags_explicit |= MASK_MINIMAL_TOC; in rs6000_handle_option()
[all …]
/freebsd-12.1/contrib/gcc/
H A Dtoplev.h115 extern int target_flags_explicit;
H A Dtoplev.c196 int target_flags_explicit; variable
H A Dopts.c586 target_flags_explicit |= option->var_value; in handle_option()
H A DChangeLog-20026515 * config/i386/i386.c (override_options): Use target_flags_explicit
12172 * toplev.h (target_flags_explicit): Declare.
12173 * toplev.c (target_flags_explicit): New var.
12174 (set_target_switch): Update target_flags_explicit.
H A DChangeLog-200518774 target_flags_explicit when appropriate.
H A DChangeLog-20042446 of target_flags_explicit.
/freebsd-12.1/contrib/gcc/config/i386/
H A Di386-interix.h255 && (target_flags_explicit & MASK_MS_BITFIELD_LAYOUT) != 0) \
H A Di386.c1653 target_flags_explicit |= MASK_3DNOW_A; in ix86_handle_option()
1693 target_flags_explicit |= MASK_AES; in ix86_handle_option()
1981 && !(target_flags_explicit & MASK_MMX)) in override_options()
1984 && !(target_flags_explicit & MASK_3DNOW)) in override_options()
1990 && !(target_flags_explicit & MASK_SSE)) in override_options()
1993 && !(target_flags_explicit & MASK_SSE2)) in override_options()
1996 && !(target_flags_explicit & MASK_SSE3)) in override_options()
1999 && !(target_flags_explicit & MASK_SSSE3)) in override_options()
2009 && !(target_flags_explicit & MASK_ABM)) in override_options()
2012 && !(target_flags_explicit & MASK_SSE4A)) in override_options()
[all …]
/freebsd-12.1/contrib/gcc/config/mips/
H A Dmips.c4765 if ((target_flags_explicit & MASK_64BIT) != 0) in override_options()
4787 if ((target_flags_explicit & MASK_FLOAT64) != 0) in override_options()
4810 if ((target_flags_explicit & MASK_LONG64) == 0) in override_options()
4819 && (target_flags_explicit & MASK_SOFT_FLOAT) == 0) in override_options()
4841 if ((target_flags_explicit & MASK_BRANCHLIKELY) == 0) in override_options()
4910 if (optimize > 2 && (target_flags_explicit & MASK_VR4130_ALIGN) == 0) in override_options()
4952 if (TARGET_MIPS3D && (target_flags_explicit & MASK_PAIRED_SINGLE_FLOAT) in override_options()
5199 if ((target_flags_explicit & MASK_FIX_R4000) == 0 in override_options()
5205 if ((target_flags_explicit & MASK_FIX_R4400) == 0 in override_options()
/freebsd-12.1/contrib/gcc/config/s390/
H A Ds390.c1398 if (!(target_flags_explicit & MASK_ZARCH)) in override_options()
1451 if (!(target_flags_explicit & MASK_LONG_DOUBLE_128)) in override_options()
/freebsd-12.1/contrib/gcc/config/sparc/
H A Dsparc.c827 if (!(target_flags_explicit & MASK_LONG_DOUBLE_128)) in sparc_override_options()