Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/gcc/config/rs6000/
Dsysv4.h91 rs6000_current_abi = ABI_V4; \
94 rs6000_current_abi = ABI_V4; \
100 rs6000_current_abi = ABI_V4; \
106 rs6000_current_abi = ABI_V4; \
112 rs6000_current_abi = ABI_V4; \
115 rs6000_current_abi = ABI_V4; \
117 rs6000_current_abi = ABI_V4; \
119 rs6000_current_abi = ABI_V4; \
122 rs6000_current_abi = ABI_V4; \
129 rs6000_current_abi = ABI_V4; \
[all …]
Dfreebsd.h36 #define DEFAULT_ABI (TARGET_64BIT ? ABI_AIX : ABI_V4)
Drs6000-modes.def22 /* 128-bit floating point. ABI_V4 uses IEEE quad, AIX/Darwin
Drs6000.c1456 aix_struct_return = (DEFAULT_ABI != ABI_V4 || DRAFT_V4_STRUCT_RET); in rs6000_override_options()
2676 if (DEFAULT_ABI != ABI_V4) in small_data_operand()
2787 return (DEFAULT_ABI == ABI_V4 in legitimate_small_data_p()
3472 && DEFAULT_ABI == ABI_V4 in rs6000_legitimize_reload_address()
3731 if (DEFAULT_ABI == ABI_V4 in rs6000_conditional_register_usage()
3736 if (DEFAULT_ABI == ABI_V4 in rs6000_conditional_register_usage()
4125 && DEFAULT_ABI == ABI_V4 in rs6000_emit_move()
4134 if (DEFAULT_ABI == ABI_V4 in rs6000_emit_move()
4392 if (DEFAULT_ABI == ABI_V4 && TARGET_IEEEQUAD && TYPE_MODE (type) == TFmode) in rs6000_return_in_memory()
4417 cum->call_cookie = ((DEFAULT_ABI == ABI_V4 && libcall) in init_cumulative_args()
[all …]
Dconstraints.md148 (and (match_test "DEFAULT_ABI == ABI_V4")
Drs6000.h1155 ABI_V4, /* System V.4/eabi */ enumerator
1508 (DEFAULT_ABI == ABI_V4) ? 4 : \
Drs6000.md7750 "DEFAULT_ABI == ABI_V4 && flag_pic == 1"
7777 "DEFAULT_ABI == ABI_V4 && flag_pic == 1"
7788 "DEFAULT_ABI == ABI_V4
8362 if (DEFAULT_ABI == ABI_V4 && flag_pic)
10165 "DEFAULT_ABI == ABI_V4 && flag_pic == 1 && TARGET_32BIT"
10222 "(DEFAULT_ABI == ABI_V4 && flag_pic == 1)
10383 if (DEFAULT_ABI == ABI_V4 && TARGET_SECURE_PLT
10411 case ABI_V4:
10453 if (DEFAULT_ABI == ABI_V4 && TARGET_SECURE_PLT
10484 case ABI_V4:
[all …]
Dpredicates.md204 if (flag_pic && DEFAULT_ABI == ABI_V4)
757 if (DEFAULT_ABI == ABI_V4
Drs6000-c.c140 case ABI_V4: in rs6000_cpu_cpp_builtins()
/freebsd-10-stable/contrib/gcc/
DChangeLog-199911557 * rs6000.c (rs6000_stack_info): For ABI_V4/ABI_SOLARIS -fpic, always
12677 (function_arg_advance): Restructure for ABI_V4; use sysv_gregno
12680 (function_arg_pass_by_reference): True for TFmode for ABI_V4.
12681 (setup_incoming_varargs): Restructure for ABI_V4; use
DFSFChangeLog.1113714 (EXTRA_CONSTRAINT): Use ABI_SOLARIS like ABI_V4.
13724 same as ABI_V4.
DChangeLog-20063781 128-bit IBM long doubles for ABI_V4.
11486 MEM for ABI_V4 pic.
DChangeLog-200426943 for ABI_V4 gpr case too. Fix off-by-one error in long double
32795 * config/rs6000/rs6000.c (rs6000_va_arg <ABI_V4>): Don't use
34277 * config/rs6000/rs6000.c (function_arg_boundary): Align for ABI_V4
34281 ABI_V4, pass AltiVec vectors by reference when -mabi=no-altivec.
34283 (function_arg_pass_by_reference): True for ABI_V4 AltiVec when
DChangeLog-20021114 * rs6000.h (RETURN_IN_MEMORY): If ABI_V4, then TFmode is returned in
13063 Disable profiling for 64 bit code on both ABI_V4 and ABI_AIX_NODESC.
28666 std_expand_builtin_va_arg if not ABI_V4.
DChangeLog-20057285 SYMBOL_REF method to ABI_V4.
8317 * config/rs6000/rs6000.c (function_arg): For ABI_V4 calls to
13439 if DEFAULT_ABI == ABI_V4.
DChangeLog-200318351 to ABI_V4.