Home
last modified time | relevance | path

Searched refs:TARGET_NEWABI (Results 1 – 7 of 7) sorted by relevance

/trueos/contrib/gcc/config/mips/
HDmips.h152 (TARGET_EXPLICIT_RELOCS && TARGET_ABICALLS && !TARGET_NEWABI)
271 #define TARGET_NEWABI (mips_abi == ABI_N32 || mips_abi == ABI_64) macro
590 #define ABI_NEEDS_64BIT_REGS (TARGET_NEWABI || mips_abi == ABI_O64)
1063 #define LONG_DOUBLE_TYPE_SIZE (TARGET_NEWABI ? 128 : 64)
1786 + (TARGET_ABICALLS && !TARGET_NEWABI \
1849 #define STACK_BOUNDARY (TARGET_NEWABI ? 128 : 64)
2005 (TARGET_NEWABI ? ((LOC) + 15) & -16 : ((LOC) + 7) & -8)
2022 if (!TARGET_NEWABI) \
HDiris.h56 #define LOCAL_LABEL_PREFIX (TARGET_NEWABI ? "." : "$")
HDmips.c3389 && !(sibcall_p && TARGET_NEWABI) in mips_load_call_address()
3873 && TARGET_NEWABI in function_arg()
3938 if (TARGET_NEWABI in function_arg()
5139 if (TARGET_NEWABI) in override_options()
5165 if (TARGET_NEWABI) in override_options()
5173 if (TARGET_NEWABI) in override_options()
6261 if (TARGET_NEWABI && current_function_is_leaf) in mips_global_pointer()
6280 return (TARGET_ABICALLS && TARGET_NEWABI in mips_save_reg_p()
6631 return TARGET_NEWABI ? LOADGP_NEWABI : LOADGP_OLDABI; in mips_current_loadgp_style()
6937 if (TARGET_ABICALLS && !TARGET_NEWABI && !current_function_is_leaf) in mips_expand_prologue()
[all …]
/trueos/contrib/gcc/
HDChangeLog-200442314 * config/mips/mips.h (TARGET_OLDABI): Define. Use TARGET_NEWABI and
42319 ,mips_return_in_memory,mips_strict_argument_naming): Use TARGET_NEWABI
42415 * config/mips/mips.h (TARGET_GPWORD): Return false for TARGET_NEWABI
HDChangeLog-20068751 Use TARGET_OLDABI instead of !TARGET_NEWABI.
HDChangeLog-200324552 RELOC_GOT_PAGE and RELOC_GOT_DISP if !TARGET_NEWABI.
24567 * config/mips/mips.h (TARGET_EXPLICIT_RELOCS, TARGET_NEWABI): New.
HDChangeLog-200514988 of TARGET_NEWABI.