Home
last modified time | relevance | path

Searched refs:TARGET_SIBCALLS (Results 1 – 4 of 4) sorted by relevance

/freebsd-9-stable/contrib/gcc/config/mips/
Dmips.h180 #define TARGET_SIBCALLS \ macro
Dmips.md5067 ;; If TARGET_SIBCALLS, call_insn_operand will only accept constant
5082 "TARGET_SIBCALLS"
5091 "TARGET_SIBCALLS && SIBLING_CALL_P (insn)"
5100 "TARGET_SIBCALLS"
5111 "TARGET_SIBCALLS && SIBLING_CALL_P (insn)"
5122 "TARGET_SIBCALLS && SIBLING_CALL_P (insn)"
Dmips.c3443 return TARGET_SIBCALLS; in mips_function_ok_for_sibcall()
/freebsd-9-stable/contrib/gcc/
DChangeLog-200324410 * config/mips/mips.h (TARGET_SIBCALLS): New macro.