Home
last modified time | relevance | path

Searched refs:TARGET_AIX (Results 1 – 15 of 15) sorted by relevance

/netbsd/src/external/gpl3/gcc/dist/gcc/config/rs6000/
Daix.h24 #undef TARGET_AIX
25 #define TARGET_AIX 1 macro
Drtems.h40 #undef TARGET_AIX
41 #define TARGET_AIX TARGET_64BIT macro
Dfreebsd64.h35 #undef TARGET_AIX
36 #define TARGET_AIX TARGET_64BIT macro
Dnetbsd64.h54 #undef TARGET_AIX
55 #define TARGET_AIX TARGET_64BIT macro
Dlinux64.h50 #undef TARGET_AIX
51 #define TARGET_AIX TARGET_64BIT macro
Drs6000.h49 #ifndef TARGET_AIX
50 #define TARGET_AIX 0 macro
1592 && TARGET_AIX \
Drs6000-logue.cc530 else if (TARGET_AIX && !(strategy & REST_INLINE_FPRS)) in rs6000_savres_strategy()
1333 else if (TARGET_ELF && !TARGET_AIX && flag_pic == 0 && TARGET_MINIMAL_TOC) in rs6000_emit_load_toc_table()
2283 gcc_assert (!TARGET_AIX || (sel & SAVRES_REG) != SAVRES_GPR); in rs6000_savres_routine_name()
3462 if (TARGET_AIX && crtl->calls_eh_return) in rs6000_emit_prologue()
4838 if (TARGET_AIX) in rs6000_emit_epilogue()
Drs6000-call.cc1799 && !(TARGET_AIX && !TARGET_ELF in rs6000_function_arg()
1928 && !(TARGET_AIX && !TARGET_ELF && arg.aggregate_type_p ())) in rs6000_arg_partial_bytes()
Drs6000.cc14357 if (!TARGET_AIX || (TARGET_ELF && TARGET_MINIMAL_TOC)) in rs6000_output_addr_const_extra()
20398 && !TARGET_AIX in rs6000_elf_encode_section_info()
/netbsd/src/external/gpl3/gcc/dist/gcc/
DChangeLog-200025333 * rs6000.c (print_operand): Use assemble_name when !TARGET_AIX.
25422 * rs6000.c [TARGET_AIX] (insn_after_throw): New static variable.
25423 [TARGET_AIX] (rs6000_aix_emit_builtin_unwind_init): New function.
25424 [TARGET_AIX] (rs6000_emit_eh_toc_restore): New function.
25427 * rs6000.md (eh_epilogue) [TARGET_AIX]: Call
DChangeLog-200320844 (print_operand): Allow TARGET_AIX to be non-constant.
20848 * config/rs6000/rs6000.md (eh_return): Allow TARGET_AIX to be
20855 (TARGET_AIX): Define to 1 if TARGET_64BIT.
29790 (rs6000_elf_encode_section_info): Test !TARGET_AIX as well as ABI_AIX.
DFSFChangeLog.104096 * rs6000/{mach,netware}.h (TARGET_AIX): Define as 0.
DChangeLog-200115805 (TARGET_AIX): Renamed to TARGET_XCOFF, since the AIX ABI is used
26184 * config/rs6000/rs6000.h (EPILOGUE_USES): Use TARGET_AIX,
DChangeLog-201012127 TARGET_AIX to TARGET_AIX_OS to allow compiler to build after
DChangeLog-201722430 (TARGET_AIX): Likewise.