Home
last modified time | relevance | path

Searched refs:DEFAULT_ABI (Results 1 – 25 of 29) sorted by relevance

12

/netbsd/src/external/gpl3/gcc/dist/gcc/config/rs6000/
Drs6000-logue.cc99 && ((DEFAULT_ABI == ABI_V4 && flag_pic) in save_reg_p()
100 || (DEFAULT_ABI == ABI_DARWIN && flag_pic) in save_reg_p()
111 if (DEFAULT_ABI == ABI_V4 in save_reg_p()
116 if (DEFAULT_ABI == ABI_DARWIN in save_reg_p()
169 if (DEFAULT_ABI == ABI_DARWIN && crtl->calls_eh_return in first_altivec_reg_to_save()
193 if (DEFAULT_ABI == ABI_DARWIN && crtl->calls_eh_return in compute_vrsave_mask()
234 && DEFAULT_ABI == ABI_DARWIN in compute_save_world_info()
301 && ((DEFAULT_ABI == ABI_V4 && flag_pic) in fixed_reg_p()
302 || (DEFAULT_ABI == ABI_DARWIN && flag_pic) in fixed_reg_p()
349 if (DEFAULT_ABI == ABI_V4 || TARGET_ELF) in rs6000_savres_strategy()
[all …]
Dsysv4.h35 #define DEFAULT_ABI rs6000_current_abi macro
47 || DEFAULT_ABI != ABI_V4)
133 else if (DEFAULT_ABI == ABI_V4) \
152 else if (flag_pic && DEFAULT_ABI == ABI_V4 \
162 if ((rs6000_sdata != SDATA_NONE && DEFAULT_ABI != ABI_V4) \
204 if (DEFAULT_ABI == ABI_V4 && TARGET_PLTSEQ && !TARGET_SECURE_PLT) \
218 if (flag_pic > 1 && DEFAULT_ABI == ABI_V4) \
475 if (DEFAULT_ABI == ABI_V4) \
487 if (DEFAULT_ABI == ABI_V4) \
Drs6000-call.cc336 if (TARGET_HARD_FLOAT && DEFAULT_ABI == ABI_ELFv2 && type in rs6000_discover_homogeneous_aggregate()
485 if (DEFAULT_ABI == ABI_ELFv2 && AGGREGATE_TYPE_P (type) in rs6000_return_in_memory()
515 if (DEFAULT_ABI == ABI_V4 && TARGET_IEEEQUAD in rs6000_return_in_memory()
529 return (DEFAULT_ABI == ABI_ELFv2 in rs6000_return_in_msb()
585 cum->call_cookie = ((DEFAULT_ABI == ABI_V4 && libcall) in init_cumulative_args()
601 else if (DEFAULT_ABI != ABI_DARWIN) in init_cumulative_args()
641 if (TARGET_ELF && (TARGET_64BIT || DEFAULT_ABI == ABI_V4)) in init_cumulative_args()
719 if (DEFAULT_ABI == ABI_AIX || DEFAULT_ABI == ABI_ELFv2 || TARGET_64BIT) in rs6000_must_pass_in_stack()
829 if (DEFAULT_ABI == ABI_V4 in rs6000_function_arg_boundary()
849 if (((DEFAULT_ABI == ABI_AIX && !rs6000_compat_align_parm) in rs6000_function_arg_boundary()
[all …]
Ddarwin.md129 "TARGET_MACHO && (DEFAULT_ABI == ABI_DARWIN) && !flag_pic"
136 "TARGET_MACHO && (DEFAULT_ABI == ABI_DARWIN) && !flag_pic"
169 "DEFAULT_ABI == ABI_DARWIN"
177 "(DEFAULT_ABI == ABI_DARWIN) && flag_pic"
193 "(DEFAULT_ABI == ABI_DARWIN) && flag_pic"
Drs6000.h1325 ((DEFAULT_ABI == ABI_V4 ? 8 : DEFAULT_ABI == ABI_ELFv2 ? 16 : 24) \
1330 ((DEFAULT_ABI == ABI_ELFv2 ? 12 : 20) << (TARGET_64BIT ? 1 : 0))
1440 #define FP_ARG_MAX_REG (DEFAULT_ABI == ABI_V4 \
1456 #define FP_ARG_MAX_RETURN (DEFAULT_ABI != ABI_ELFv2 ? FP_ARG_RETURN \
1458 #define ALTIVEC_ARG_MAX_RETURN (DEFAULT_ABI != ABI_ELFv2 \
1614 ((DEFAULT_ABI == ABI_V4 ? 4 : 8) << (TARGET_64BIT ? 1 : 0))
1938 && DEFAULT_ABI == ABI_AIX && DOT_SYMBOLS) \
1957 && DEFAULT_ABI == ABI_AIX && DOT_SYMBOLS) \
Dnetbsd64.h29 #undef DEFAULT_ABI
30 #define DEFAULT_ABI ABI_AIX macro
Drs6000.cc3330 if (DEFAULT_ABI == ABI_DARWIN in darwin_rs6000_override_options()
3477 if (DEFAULT_ABI != ABI_AIX) in rs6000_linux64_override_options()
3533 if (TARGET_PLTSEQ && DEFAULT_ABI != ABI_ELFv2) in rs6000_linux64_override_options()
3667 && DEFAULT_ABI == ABI_DARWIN in rs6000_option_override_internal()
4368 && DEFAULT_ABI == ABI_DARWIN in rs6000_option_override_internal()
4587 aix_struct_return = (DEFAULT_ABI != ABI_V4 || DRAFT_V4_STRUCT_RET); in rs6000_option_override_internal()
4643 if (DEFAULT_ABI == ABI_V4 || DEFAULT_ABI == ABI_DARWIN) in rs6000_option_override_internal()
4647 if (DEFAULT_ABI == ABI_AIX) in rs6000_option_override_internal()
4818 if (DEFAULT_ABI != ABI_V4) in rs6000_option_override_internal()
5913 if (DEFAULT_ABI == ABI_ELFv2) in rs6000_file_start()
[all …]
Daix.h23 #define DEFAULT_ABI ABI_AIX macro
Drs6000.md7492 "DEFAULT_ABI == ABI_V4 && flag_pic == 1"
7520 "DEFAULT_ABI == ABI_V4 && flag_pic == 1"
7531 "DEFAULT_ABI == ABI_V4
10839 "(DEFAULT_ABI == ABI_AIX || DEFAULT_ABI == ABI_ELFv2) && TARGET_32BIT"
10857 "(DEFAULT_ABI == ABI_AIX || DEFAULT_ABI == ABI_ELFv2) && TARGET_64BIT"
10877 "DEFAULT_ABI == ABI_V4 && flag_pic == 1 && TARGET_32BIT"
10885 "TARGET_ELF && DEFAULT_ABI == ABI_V4
10893 "!TARGET_LINK_STACK && TARGET_ELF && DEFAULT_ABI == ABI_V4
10903 "TARGET_LINK_STACK && TARGET_ELF && DEFAULT_ABI == ABI_V4
10922 "TARGET_ELF && DEFAULT_ABI == ABI_V4 && flag_pic == 2"
[all …]
Ddarwin.h26 #define DEFAULT_ABI ABI_DARWIN macro
Dpredicates.md1132 && (DEFAULT_ABI != ABI_AIX || SYMBOL_REF_FUNCTION_P (op))")))
1194 (match_test "(DEFAULT_ABI != ABI_AIX || SYMBOL_REF_FUNCTION_P (op))
1200 && !((DEFAULT_ABI == ABI_AIX
1201 || DEFAULT_ABI == ABI_ELFv2)
1204 && !(DEFAULT_ABI == ABI_ELFv2
1251 if (DEFAULT_ABI == ABI_V4
Drs6000-c.cc774 || DEFAULT_ABI == ABI_ELFv2 in rs6000_cpu_cpp_builtins()
775 || (DEFAULT_ABI == ABI_AIX && !rs6000_compat_align_parm)) in rs6000_cpu_cpp_builtins()
Dconstraints.md288 (and (match_test "DEFAULT_ABI == ABI_V4")
Daltivec.md435 "TARGET_MACHO && (DEFAULT_ABI == ABI_DARWIN) && TARGET_32BIT"
444 "TARGET_MACHO && (DEFAULT_ABI == ABI_DARWIN) && TARGET_32BIT"
/netbsd/src/external/gpl3/gcc/dist/gcc/config/i386/
Dmingw32.h21 #undef DEFAULT_ABI
22 #define DEFAULT_ABI MS_ABI macro
Dcygming.h52 #undef DEFAULT_ABI
53 #define DEFAULT_ABI (TARGET_64BIT ? MS_ABI : SYSV_ABI) macro
Di386-options.cc2043 SET_OPTION_IF_UNSET (opts, opts_set, ix86_abi, DEFAULT_ABI); in ix86_option_override_internal()
2051 && opts->x_ix86_abi != DEFAULT_ABI) in ix86_option_override_internal()
2054 && opts->x_ix86_abi != DEFAULT_ABI) in ix86_option_override_internal()
2058 && opts->x_ix86_abi != DEFAULT_ABI) in ix86_option_override_internal()
2065 (MS_ABI == DEFAULT_ABI)); in ix86_option_override_internal()
Di386.h548 #define DEFAULT_ABI SYSV_ABI macro
Di386-expand.cc9209 && DEFAULT_ABI != MS_ABI)) in ix86_expand_call()
9223 && DEFAULT_ABI != MS_ABI) in ix86_expand_call()
/netbsd/src/external/gpl3/gcc/dist/gcc/
DChangeLog-200817760 of cfun and DEFAULT_ABI to deceide abi mode.
17761 (DEFAULT_ABI): New.
17777 by DEFAULT_ABI versus SYSV_ABI check.
17799 (ix86_init_machine_status): Initialize call_abi by DEFAULT_ABI.
17805 (DEFAULT_ABI): New.
17823 TARGET_64BIT_MS_ABI by DEFAULT_ABI compare to MS_ABI.
DFSFChangeLog.102127 * rs6000.c (init_cumulative_args): Rewrite to use DEFAULT_ABI
4148 (DEFAULT_ABI): Define if not defined.
DChangeLog-200931437 (ix86_function_arg_regno_p): Replace DEFAULT_ABI with ix86_abi.
31451 for 64bit. Replace DEFAULT_ABI with ix86_abi.
31453 (ix86_cfun_abi): Return enum calling_abi. Replace DEFAULT_ABI
31458 (STACK_BOUNDARY): Replace DEFAULT_ABI with ix86_abi.
31463 * config/i386/i386.md (untyped_call): Replace DEFAULT_ABI
DChangeLog-20138952 * config/rs6000/linux64.h (DEFAULT_ABI): Do not hard-code to AIX_ABI
9045 "DEFAULT_ABI != ABI_AIX" test by testing for ABI_V4 or ABI_DARWIN.
9048 (rs6000_emit_load_toc_table): Replace "DEFAULT_ABI != ABI_AIX" by
9051 (legitimate_lo_sum_address_p): Simplify DEFAULT_ABI test.
9054 for ABI_V4 (instead of "DEFAULT_ABI != ABI_AIX" test).
9063 * config/rs6000/rs6000.h (RS6000_REG_SAVE): Simplify DEFAULT_ABI test.
DChangeLog-20032818 * config/rs6000/rs6000.md: Add 'DEFAULT_ABI == ABI_DARWIN'
2820 DEFAULT_ABI == ABI_AIX.
5725 assign DEFAULT_ABI.
DChangeLog-2007978 DEFAULT_ABI != ABI_V4.

12