HomeSort by: relevance | last modified time | path
    Searched defs:gen_load_const_gp (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/config/mips/
mips.cc 3325 gen_load_const_gp (rtx reg)
3327 return PMODE_INSN (gen_load_const_gp, (reg));
3349 rtx set = gen_load_const_gp (cfun->machine->mips16_gp_pseudo_rtx);
3389 emit_insn (gen_load_const_gp (temp));
3308 gen_load_const_gp (rtx reg) function
  /src/external/gpl3/gcc.old/dist/gcc/config/mips/
mips.cc 3232 gen_load_const_gp (rtx reg)
3234 return PMODE_INSN (gen_load_const_gp, (reg));
3256 rtx set = gen_load_const_gp (cfun->machine->mips16_gp_pseudo_rtx);
3296 emit_insn (gen_load_const_gp (temp));
3215 gen_load_const_gp (rtx reg) function

Completed in 50 milliseconds