Home
last modified time | relevance | path

Searched refs:TARGET_ARCH32 (Results 1 – 11 of 11) sorted by relevance

/freebsd-11-stable/contrib/gcc/config/sparc/
HDsparc.h137 #define TARGET_ARCH32 0 macro
139 #define TARGET_ARCH32 1 macro
143 #define TARGET_ARCH32 (! TARGET_64BIT) macro
145 #define TARGET_ARCH32 (DEFAULT_ARCH32_P) macro
148 #define TARGET_ARCH64 (! TARGET_ARCH32)
508 && ! TARGET_V8PLUS && TARGET_ARCH32)
824 if (TARGET_ARCH32 && fixed_regs[5]) \
853 if (TARGET_ARCH32 && fixed_regs[4] == 2) \
1305 && GET_CODE (IN) == MEM && TARGET_ARCH32 \
1324 && GET_CODE (IN) == MEM && TARGET_ARCH32 \
HDsparc.c686 if (TARGET_ARCH32) in sparc_override_options()
757 if (TARGET_V9 && TARGET_ARCH32) in sparc_override_options()
765 if (TARGET_ARCH32) in sparc_override_options()
2940 if (TARGET_ARCH32 && !optimize in legitimate_address_p()
2967 if (mode == TFmode && TARGET_ARCH32) in legitimate_address_p()
3079 if (TARGET_ARCH32) in legitimize_tls_address()
3109 if (TARGET_ARCH32) in legitimize_tls_address()
3133 if (TARGET_ARCH32) in legitimize_tls_address()
3146 if (TARGET_ARCH32) in legitimize_tls_address()
3153 if (TARGET_ARCH32) in legitimize_tls_address()
[all …]
HDlinux64.h33 if (TARGET_ARCH32 && TARGET_LONG_DOUBLE_128) \
HDsparc.md4687 else if (TARGET_ARCH32)
4790 "TARGET_HARD_MUL && TARGET_ARCH32"
4896 else if (TARGET_ARCH32)
4997 "TARGET_HARD_MUL && TARGET_ARCH32"
5100 "(TARGET_V8 || TARGET_DEPRECATED_V8_INSNS) && TARGET_ARCH32"
5188 "(TARGET_V8 || TARGET_DEPRECATED_V8_INSNS) && TARGET_ARCH32"
5825 "TARGET_ARCH32"
7651 "TARGET_TLS && TARGET_ARCH32"
7670 "TARGET_TLS && TARGET_ARCH32"
7703 "TARGET_TLS && TARGET_ARCH32"
[all …]
HDpredicates.md392 if (TARGET_ARCH32
/freebsd-11-stable/contrib/gcc/
HDChangeLog-1999525 * config/sparc/sparc.h (TARGET_ARCH32): Exchange ifdefs so that if
846 macros on TARGET_ARCH32. sparc.h has macros good enough for sparc64.
1221 if TARGET_ARCH32.
12162 (smulsi3_highpart): Only on TARGET_ARCH32.
12166 (umulsi3_highpart): Only on TARGET_ARCH32.
12167 (divsi3_sp32): Renamed from divsi3, only on TARGET_ARCH32,
12169 (udivsi3_sp32): Renamed from udivsi3, only on TARGET_ARCH32.
12182 Also, TARGET_HARD_MUL32 now is only true for TARGET_ARCH32.
HDChangeLog-200023388 non-optimizing TARGET_ARCH32 in DF or DI modes because it is not
29898 TARGET_ARCH32 again. Handle ORDERED, UN* and LTGT comparisons
29903 * config/sparc/sparc.md (cmptf): Use even on TARGET_ARCH32
29907 Call sparc_emit_float_lib_cmp even on TARGET_ARCH32.
HDChangeLog-19984803 * config/sparc/sparc.h: Set TARGET_ARCH32 to a constant if
5508 SPARC_BI_ARCH and TARGET_ARCH32, set cmodel to CM_32. Turn off
HDFSFChangeLog.102094 ({MASK,TARGET}_ARCH64,TARGET_ARCH32): Define.
HDChangeLog-200612451 __LONG_DOUBLE_128__ if TARGET_LONG_DOUBLE_128 and TARGET_ARCH32.
HDChangeLog-200524223 * config/sparc/sparc.c (legitimate_address_p): Use TARGET_ARCH32.