Home
last modified time | relevance | path

Searched refs:gen_load_const_gp (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/config/mips/
H A Dmips.cc3215 gen_load_const_gp (rtx reg) in gen_load_const_gp() function
3217 return PMODE_INSN (gen_load_const_gp, (reg)); in gen_load_const_gp()
3239 rtx set = gen_load_const_gp (cfun->machine->mips16_gp_pseudo_rtx); in mips16_gp_pseudo_reg()
3279 emit_insn (gen_load_const_gp (temp)); in mips_pic_base_register()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/mips/
H A Dmips.c3210 gen_load_const_gp (rtx reg) in gen_load_const_gp() function
3212 return PMODE_INSN (gen_load_const_gp, (reg)); in gen_load_const_gp()
3234 rtx set = gen_load_const_gp (cfun->machine->mips16_gp_pseudo_rtx); in mips16_gp_pseudo_reg()
3268 emit_insn (gen_load_const_gp (temp)); in mips_pic_base_register()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A DChangeLog-200827509 * config/mips/mips.c (gen_load_const_gp): New function, taking a
H A DChangeLog-200724305 (mips16_gp_pseudo_reg): Use gen_load_const_gp.
H A DChangeLog-201112232 * config/mips/mips.c (gen_load_const_gp): Use PMODE_INSN.
H A DChangeLog-201419545 for the result of gen_load_const_gp.