Home
last modified time | relevance | path

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

/trueos/contrib/gcc/config/mips/
HDmips.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"
HDmips.h151 #define TARGET_SPLIT_CALLS \ macro
/trueos/contrib/gcc/
HDChangeLog-20037214 (call_internal): Force splitting if TARGET_SPLIT_CALLS. Don't emit
24542 * config/mips/mips.h (TARGET_SPLIT_CALLS): New macro.
24546 instruction into a call and $gp load if TARGET_SPLIT_CALLS.