Home
last modified time | relevance | path

Searched refs:TARGET_HPUX (Results 1 – 8 of 8) sorted by relevance

/openbsd/gnu/gcc/gcc/config/ia64/
H A Dia64-modes.def54 ADJUST_FLOAT_FORMAT (XF, (TARGET_ILP32 && !TARGET_HPUX)
57 ADJUST_BYTESIZE (XF, (TARGET_ILP32 && !TARGET_HPUX) ? 12 : 16);
58 ADJUST_ALIGNMENT (XF, (TARGET_ILP32 && !TARGET_HPUX) ? 4 : 16);
60 ADJUST_FLOAT_FORMAT (RF, (TARGET_ILP32 && !TARGET_HPUX)
63 ADJUST_BYTESIZE (RF, (TARGET_ILP32 && !TARGET_HPUX) ? 12 : 16);
64 ADJUST_ALIGNMENT (RF, (TARGET_ILP32 && !TARGET_HPUX) ? 4 : 16);
66 ADJUST_ALIGNMENT (TF, (TARGET_ILP32 && TARGET_HPUX) ? 8 : 16);
H A Dhpux.h30 #undef TARGET_HPUX
31 #define TARGET_HPUX 1 macro
H A Dia64.h74 #define TARGET_HPUX 0 macro
284 #define LONG_DOUBLE_TYPE_SIZE (TARGET_HPUX ? 128 : 80)
H A Dia64.c4258 if (mode == TFmode && TARGET_HPUX && TARGET_ILP32) in ia64_function_arg_boundary()
9106 if (!TARGET_HPUX) in ia64_init_builtins()
9577 return TARGET_HPUX; in ia64_scalar_mode_supported_p()
9709 if (!TARGET_HPUX && TYPE_MODE (type) == TFmode) in ia64_mangle_fundamental_type()
9715 return TARGET_HPUX ? "u9__float80" : "e"; in ia64_mangle_fundamental_type()
H A Dia64.md5131 "TARGET_HPUX"
/openbsd/gnu/gcc/gcc/config/pa/
H A Dpa-hpux.h23 #undef TARGET_HPUX
24 #define TARGET_HPUX 1 macro
H A Dpa.h78 #ifndef TARGET_HPUX
79 #define TARGET_HPUX 0 macro
456 (TARGET_GAS && !TARGET_HPUX \
H A Dpa.c435 #if TARGET_HPUX in pa_handle_option()