Home
last modified time | relevance | path

Searched refs:mips_use_pic_fn_addr_reg_p (Results 1 – 7 of 7) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/mips/
H A Dmips-protos.h237 extern bool mips_use_pic_fn_addr_reg_p (const_rtx);
H A Dpredicates.md340 if (mips_use_pic_fn_addr_reg_p (op))
H A Dmips.c2038 mips_use_pic_fn_addr_reg_p (const_rtx x) in mips_use_pic_fn_addr_reg_p() function
3112 if (TARGET_MIPS16 && mips_use_pic_fn_addr_reg_p (orig_addr)) in mips_emit_call_insn()
/netbsd-src/external/gpl3/gcc/dist/gcc/config/mips/
H A Dmips-protos.h237 extern bool mips_use_pic_fn_addr_reg_p (const_rtx);
H A Dpredicates.md340 if (mips_use_pic_fn_addr_reg_p (op))
H A Dmips.cc2040 mips_use_pic_fn_addr_reg_p (const_rtx x) in mips_use_pic_fn_addr_reg_p() function
3114 if (TARGET_MIPS16 && mips_use_pic_fn_addr_reg_p (orig_addr)) in mips_emit_call_insn()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A DChangeLog-200810536 * config/mips/mips.c (mips_use_pic_fn_addr_reg_p): Handle
11016 (mips_use_pic_fn_addr_reg_p): Declare.
11032 (mips_use_pic_fn_addr_reg_p): Likewise.
11137 mips_use_pic_fn_addr_reg_p check.