Home
last modified time | relevance | path

Searched refs:call_op (Results 1 – 5 of 5) sorted by relevance

/netbsd/src/external/gpl3/gcc/dist/gcc/config/i386/
Di386-protos.h347 extern const char * ix86_output_call_insn (rtx_insn *insn, rtx call_op);
348 extern const char * ix86_output_indirect_jmp (rtx call_op);
Di386.cc16020 ix86_call_use_plt_p (rtx call_op) in ix86_call_use_plt_p() argument
16022 if (SYMBOL_REF_LOCAL_P (call_op)) in ix86_call_use_plt_p()
16024 if (SYMBOL_REF_DECL (call_op) in ix86_call_use_plt_p()
16025 && TREE_CODE (SYMBOL_REF_DECL (call_op)) == FUNCTION_DECL) in ix86_call_use_plt_p()
16029 = cgraph_node::get (SYMBOL_REF_DECL (call_op)); in ix86_call_use_plt_p()
16046 ix86_nopic_noplt_attribute_p (rtx call_op) in ix86_nopic_noplt_attribute_p() argument
16051 || SYMBOL_REF_LOCAL_P (call_op)) in ix86_nopic_noplt_attribute_p()
16054 tree symbol_decl = SYMBOL_REF_DECL (call_op); in ix86_nopic_noplt_attribute_p()
16096 ix86_output_indirect_branch_via_reg (rtx call_op, bool sibcall_p) in ix86_output_indirect_branch_via_reg() argument
16102 int regno = REGNO (call_op); in ix86_output_indirect_branch_via_reg()
[all …]
/netbsd/src/external/gpl3/gcc/dist/gcc/config/arm/
Darm1026ejs.md247 (define_insn_reservation "call_op" 32
Darm1020e.md253 (define_insn_reservation "1020call_op" 32
/netbsd/src/external/gpl3/gcc/dist/gcc/
DChangeLog-201629691 * config/arm/arm1020e.md (1020call_op): Reduce reservation