Home
last modified time | relevance | path

Searched refs:output_call (Results 1 – 17 of 17) sorted by relevance

/freebsd-9-stable/contrib/gcc/config/arm/
Darm-protos.h104 extern const char *output_call (rtx *);
Darm.md7663 return output_call (operands);
7757 return output_call (&operands[1]);
Darm.c8568 output_call (rtx *operands) in output_call() function
/freebsd-9-stable/contrib/gcc/config/rs6000/
Drs6000-protos.h166 char *output_call (rtx, rtx *, int, int);
Ddarwin.md332 return output_call(insn, operands, 0, 2);
363 return output_call(insn, operands, 1, 3);
Drs6000.md10746 return output_call(insn, operands, 0, 2);
10802 return output_call(insn, operands, 1, 3);
Drs6000.c18112 output_call (rtx insn, rtx *operands, int dest_operand_number, in output_call() function
/freebsd-9-stable/contrib/gcc/
DChangeLog964 (output_call): Likewise.
1299 (output_call): Use "LONG_PIC_SDIFF" instruction sequence for long local
1773 (output_call): Use DARWIN_GENERATE_ISLANDS to decide when to
DFSFChangeLog.104386 output_call, eliminate last argument to output_millicode_call.
4389 (output_call): Rewrite long call code to handle variable length
8168 * pa.c (output_call): Fix typo/thinko in last change.
8175 (output_call): When generating pic, don't use LP and RP. Use 32 bit
8177 (output_function_epilogue): Output plabels accumulated in output_call.
DChangeLog-2002877 (output_call): Likewise.
3598 (output_call): Rewrite adding long TARGET_64BIT call, improved delay
7725 * m88k.c (output_call): Wrap variables with macro controlling use.
11137 (output_call): Use ggc_strdup instead of allocating on
12137 (output_call): Always initialize line number.
14969 (output_deferred_plabels, output_call): Use size_t instead of int.
18930 (output_call): Likewise.
18978 (output_call): Likewise.
21969 (output_call): Remove DO_FRAME_NOTES check from return pointer
25743 (output_call): Likewise use $PIC_pcrel$0, and call get_attr_length and
[all …]
DChangeLog-20031651 * rs6000.c (output_call, macho_branch_islands,
1655 * rs6000-protos.h (output_call) Prototype.
1656 * rs6000.md Use output_call.
11223 (output_call): Use targetm.binds_local_p.
11614 (output_call): Fix thinko that added extra nop.
16768 (output_call): Only use an indirect call sequence when the target is
33498 (output_call): Adjust return pointer, don't load new space register
33806 (output_call): Check INSN_ADDRESSES_SET_P before using INSN_ADDRESSES.
DChangeLog-20006504 (output_call): Don't mess with obstacks.
22156 * pa/pa-protos.h (output_call): Add additional argument indicating
22172 (output_call): New argument 'sibcall'. Generate sibcall sequences
22230 64bit call patterns as needed. Add additional arg to output_call.
31419 output_millicode_call, output_call, hppa_encode_label,
DChangeLog-199911068 * pa/pa.c (output_call): Likewise.
18734 * pa.md (call patterns): Lose unused argument to output_call.
DChangeLog-20055355 (output_call): Adjust calls.
21629 output_call, output_mov_long_double_fpa_from_arm,
22619 output_call): Likewise.
DFSFChangeLog.115381 (output_call): Rewrite long call support.
DChangeLog-200427876 (output_call): Abort if called for armv5. Use BX if it's available.
46247 * config/pa/pa.c (output_lbranch, output_call): Likewise.
DChangeLog-200125143 (output_call): Ditto.