Searched refs:MASK_GAS (Results 1 – 21 of 21) sorted by relevance
/openbsd/gnu/gcc/gcc/config/alpha/ |
H A D | osf.h | 105 #if ((TARGET_DEFAULT | TARGET_CPU_DEFAULT) & MASK_GAS) != 0 116 #if ((TARGET_DEFAULT | TARGET_CPU_DEFAULT) & MASK_GAS) != 0
|
H A D | freebsd.h | 65 #define TARGET_DEFAULT (MASK_FPREGS | MASK_GAS)
|
H A D | netbsd.h | 23 #define TARGET_DEFAULT (MASK_FPREGS | MASK_GAS)
|
H A D | linux.h | 25 #define TARGET_DEFAULT (MASK_FPREGS | MASK_GAS)
|
H A D | openbsd.h | 25 (MASK_FPREGS | MASK_IEEE | MASK_IEEE_CONFORMANT | MASK_GAS)
|
H A D | vms.h | 45 #define TARGET_DEFAULT (MASK_FPREGS|MASK_GAS)
|
/openbsd/gnu/usr.bin/gcc/gcc/config/alpha/ |
H A D | osf.h | 115 #if ((TARGET_DEFAULT | TARGET_CPU_DEFAULT) & MASK_GAS) != 0 126 #if ((TARGET_DEFAULT | TARGET_CPU_DEFAULT) & MASK_GAS) != 0
|
H A D | freebsd.h | 75 #define TARGET_DEFAULT (MASK_FP | MASK_FPREGS | MASK_GAS)
|
H A D | netbsd.h | 23 #define TARGET_DEFAULT (MASK_FP | MASK_FPREGS | MASK_GAS)
|
H A D | openbsd.h | 25 (MASK_FP | MASK_FPREGS | MASK_IEEE | MASK_IEEE_CONFORMANT | MASK_GAS)
|
H A D | linux.h | 24 #define TARGET_DEFAULT (MASK_FP | MASK_FPREGS | MASK_GAS)
|
H A D | alpha.h | 167 #define MASK_GAS (1 << 2) macro 168 #define TARGET_GAS (target_flags & MASK_GAS) 291 {"alpha-as", -MASK_GAS, N_("Do not assume GAS")}, \ 292 {"gas", MASK_GAS, N_("Assume GAS")}, \
|
H A D | vms.h | 48 #define TARGET_DEFAULT (MASK_FP|MASK_FPREGS|MASK_GAS)
|
/openbsd/gnu/usr.bin/gcc/gcc/config/pa/ |
H A D | pa.h | 115 #define MASK_GAS 128 macro 116 #define TARGET_GAS (target_flags & MASK_GAS) 261 { "gas", MASK_GAS, \ 263 { "no-gas", -MASK_GAS, \ 292 #define TARGET_DEFAULT (MASK_GAS | MASK_JUMP_IN_DELAY)
|
/openbsd/gnu/usr.bin/gcc/gcc/config/mips/ |
H A D | linux.h | 118 #define TARGET_DEFAULT (MASK_ABICALLS|MASK_GAS)
|
H A D | mips.h | 214 #define MASK_GAS 0x00000010 /* Gas used instead of MIPS as */ macro 267 #define TARGET_GAS (target_flags & MASK_GAS) 540 {"mips-as", -MASK_GAS, \ 542 {"gas", MASK_GAS, \ 1020 #if ((TARGET_CPU_DEFAULT | TARGET_DEFAULT) & MASK_GAS) != 0 1057 #if ((TARGET_CPU_DEFAULT | TARGET_DEFAULT) & MASK_GAS) != 0 1098 #if ((TARGET_CPU_DEFAULT | TARGET_DEFAULT) & MASK_GAS) != 0
|
/openbsd/gnu/usr.bin/gcc/gcc/ |
H A D | config.gcc | 561 target_cpu_default="MASK_GAS" 571 target_cpu_default="MASK_GAS" 575 target_cpu_default="MASK_GAS" 580 target_cpu_default="MASK_GAS" 586 target_cpu_default="MASK_GAS" 594 target_cpu_default="MASK_GAS" 1928 target_cpu_default="MASK_GAS|MASK_ABICALLS" 1943 target_cpu_default="MASK_GAS|MASK_ABICALLS" 2940 target_cpu_default2="MASK_GAS" 2998 target_cpu_default2="MASK_GAS" [all …]
|
H A D | ChangeLog.5 | 5734 instead setting MASK_GAS | MASK_JUMP_IN_DELAY in target_cpu_default2. 10058 * config.gcc (hppa*64*-*-hpux11*): Add MASK_GAS to
|
H A D | FSFChangeLog.11 | 4307 * configure.in (alpha*): Put quotes around MASK_GAS.
|
H A D | ChangeLog | 15095 "MASK_GAS|MASK_ABICALLS".
|
/openbsd/gnu/gcc/gcc/config/pa/ |
H A D | pa.h | 128 #define TARGET_DEFAULT (MASK_GAS | MASK_JUMP_IN_DELAY | MASK_BIG_SWITCH)
|