Home
last modified time | relevance | path

Searched refs:TARGET_SPLIT_CALLS (Results 1 – 2 of 2) sorted by relevance

/openbsd/gnu/gcc/gcc/config/mips/
H A Dmips.md5179 { return TARGET_SPLIT_CALLS ? "#" : MIPS_CALL ("jal", operands, 0); }
5180 "reload_completed && TARGET_SPLIT_CALLS && (operands[2] = insn)"
5196 "TARGET_SPLIT_CALLS"
5219 { return TARGET_SPLIT_CALLS ? "#" : MIPS_CALL ("jal", operands, 1); }
5220 "reload_completed && TARGET_SPLIT_CALLS && (operands[3] = insn)"
5238 "TARGET_SPLIT_CALLS"
5252 { return TARGET_SPLIT_CALLS ? "#" : MIPS_CALL ("jal", operands, 1); }
5253 "reload_completed && TARGET_SPLIT_CALLS && (operands[4] = insn)"
5274 "TARGET_SPLIT_CALLS"
H A Dmips.h150 #define TARGET_SPLIT_CALLS \ macro