Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/gcc/config/mips/
H A Dmips.cc18141 mips_call_expr_from_insn (rtx_insn *insn, rtx *second_call) in mips_call_expr_from_insn() argument
18158 *second_call = x2; in mips_call_expr_from_insn()
18326 rtx call, reg, symbol, second_call; in mips_annotate_pic_calls() local
18328 second_call = 0; in mips_annotate_pic_calls()
18329 call = mips_call_expr_from_insn (insn, &second_call); in mips_annotate_pic_calls()
18341 if (second_call) in mips_annotate_pic_calls()
18342 mips_annotate_pic_call_expr (second_call, symbol); in mips_annotate_pic_calls()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/mips/
H A Dmips.c17967 mips_call_expr_from_insn (rtx_insn *insn, rtx *second_call) in mips_call_expr_from_insn() argument
17984 *second_call = x2; in mips_call_expr_from_insn()
18152 rtx call, reg, symbol, second_call; in mips_annotate_pic_calls() local
18154 second_call = 0; in mips_annotate_pic_calls()
18155 call = mips_call_expr_from_insn (insn, &second_call); in mips_annotate_pic_calls()
18167 if (second_call) in mips_annotate_pic_calls()
18168 mips_annotate_pic_call_expr (second_call, symbol); in mips_annotate_pic_calls()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A DChangeLog-201030582 * mips.c (mips_call_expr_from_insn): New arg second_call. Set it.