Home
last modified time | relevance | path

Searched refs:TARGET_PLTSEQ (Results 1 – 5 of 5) sorted by relevance

/netbsd/src/external/gpl3/gcc/dist/gcc/config/rs6000/
Dsysv4.h62 #undef TARGET_PLTSEQ
63 #define TARGET_PLTSEQ rs6000_pltseq macro
198 if (TARGET_PLTSEQ != rs6000_pltseq \
204 if (DEFAULT_ABI == ABI_V4 && TARGET_PLTSEQ && !TARGET_SECURE_PLT) \
Drs6000.h252 #ifndef TARGET_PLTSEQ
253 #define TARGET_PLTSEQ 0 macro
Drs6000.cc3533 if (TARGET_PLTSEQ && DEFAULT_ABI != ABI_ELFv2) in rs6000_linux64_override_options()
14593 if (TARGET_PLTSEQ && GET_CODE (operands[funop]) == UNSPEC) in rs6000_indirect_call_template_1()
20219 if (TARGET_PLTSEQ) in rs6000_longcall_ref()
25495 if (TARGET_PLTSEQ) in rs6000_call_aix()
25722 if (TARGET_PLTSEQ) in rs6000_call_sysv()
25799 if (TARGET_PLTSEQ) in rs6000_sibcall_sysv()
Drs6000.md11109 "TARGET_PLTSEQ
11121 "TARGET_PLTSEQ"
11132 "TARGET_PLTSEQ"
11144 "TARGET_PLTSEQ"
/netbsd/src/external/gpl3/gcc/dist/gcc/
DChangeLog-201933899 * config/rs6000/rs6000.h (TARGET_PLTSEQ): Define.
33901 * config/rs6000/sysv4.h (TARGET_PLTSEQ): Redefine.
33912 uses of HAVE_AS_PLTSEQ with TARGET_PLTSEQ, simplifying.