Searched refs:new_from (Results 1 - 3 of 3) sorted by relevance

/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dregcprop.cc952 enum reg_class new_from = REGNO_REG_CLASS (i); local
956 = targetm.register_move_cost (mode, new_from, to);
H A Dexpr.cc427 rtx new_from;
442 new_from = gen_reg_rtx (full_mode);
443 emit_unop_insn (icode, new_from, from, UNKNOWN);
447 from = new_from;
425 rtx new_from; local
/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dexpr.c407 rtx new_from;
422 new_from = gen_reg_rtx (full_mode);
423 emit_unop_insn (icode, new_from, from, UNKNOWN);
427 from = new_from;
405 rtx new_from; local

Completed in 149 milliseconds