Home
last modified time | relevance | path

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

/openbsd/gnu/gcc/gcc/config/pa/
H A Dpa.c7082 output_millicode_call (rtx insn, rtx call_dest) in output_millicode_call() argument
7090 xoperands[0] = call_dest; in output_millicode_call()
7246 rtx call_dest; in attr_length_call() local
7268 call_decl = SYMBOL_REF_DECL (call_dest); in attr_length_call()
7327 output_call (rtx insn, rtx call_dest, int sibcall) in output_call() argument
7332 tree call_decl = SYMBOL_REF_DECL (call_dest); in output_call()
7336 xoperands[0] = call_dest; in output_call()
7353 xoperands[0] = get_deferred_plabel (call_dest); in output_call()
7482 xoperands[0] = get_deferred_plabel (call_dest); in output_call()
7650 output_indirect_call (rtx insn, rtx call_dest) in output_indirect_call() argument
[all …]
/openbsd/gnu/usr.bin/gcc/gcc/config/pa/
H A Dpa.c6373 output_millicode_call (insn, call_dest) in output_millicode_call() argument
6375 rtx call_dest;
6383 xoperands[0] = call_dest;
6598 output_call (insn, call_dest, sibcall) in output_call() argument
6600 rtx call_dest;
6608 xoperands[0] = call_dest;
6624 struct deferred_plabel *p = get_plabel (XSTR (call_dest, 0));
6749 struct deferred_plabel *p = get_plabel (XSTR (call_dest, 0));
6921 output_indirect_call (insn, call_dest) in output_indirect_call() argument
6923 rtx call_dest;
[all …]
/openbsd/gnu/usr.bin/gcc/gcc/
H A Dfunction.c1765 rtx call_dest = 0; local
1833 if (call_dest != 0 && GET_CODE (insn) == INSN
1835 && reg_mentioned_p (call_dest, PATTERN (insn)))
1837 rtx temp = gen_reg_rtx (GET_MODE (call_dest));
1839 emit_insn_before (gen_move_insn (temp, call_dest), insn);
1842 call_dest, temp);
1847 call_dest = SET_DEST (PATTERN (insn));
1851 call_dest = SET_DEST (XVECEXP (PATTERN (insn), 0, 0));
1853 call_dest = 0;
/openbsd/gnu/usr.bin/gcc/gcc/config/rs6000/
H A Drs6000.c12963 output_call (insn, call_dest, operand_number) in output_call() argument
12965 rtx call_dest;
12969 if (GET_CODE (call_dest) == SYMBOL_REF && TARGET_LONG_BRANCH && !flag_pic)
12972 tree funname = get_identifier (XSTR (call_dest, 0));