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

/openbsd-current/gnu/usr.bin/gcc/gcc/config/d30v/
H A Dd30v.c2425 rtx acc_tmp = gen_rtx (REG, DImode, GPR_ATMP_FIRST);
2426 emit_insn (gen_movdi (acc_tmp, gen_rtx (REG, DImode, i)));
2427 emit_insn (gen_movdi (mem_di, acc_tmp));
2525 rtx acc_tmp = gen_rtx (REG, DImode, GPR_ATMP_FIRST);
2526 emit_insn (gen_movdi (acc_tmp, mem_di));
2527 emit_insn (gen_movdi (gen_rtx (REG, DImode, i), acc_tmp));
2406 rtx acc_tmp = gen_rtx (REG, DImode, GPR_ATMP_FIRST); local
2504 rtx acc_tmp = gen_rtx (REG, DImode, GPR_ATMP_FIRST); local

Completed in 104 milliseconds