Searched refs:TARGET_SPLIT_CALLS (Results 1 – 3 of 3) sorted by relevance
5179 { 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"
151 #define TARGET_SPLIT_CALLS \ macro
7214 (call_internal): Force splitting if TARGET_SPLIT_CALLS. Don't emit24542 * config/mips/mips.h (TARGET_SPLIT_CALLS): New macro.24546 instruction into a call and $gp load if TARGET_SPLIT_CALLS.