Home
last modified time | relevance | path

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

/openbsd-src/gnu/gcc/gcc/config/mips/
H A Dmips.h179 #define TARGET_SIBCALLS \ macro
H A 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)"
H A Dmips.c3439 return TARGET_SIBCALLS; in mips_function_ok_for_sibcall()