Lines Matching refs:tmp_reg
6280 rtx tmp_reg = gen_reg_rtx (mode); local
6282 emit_insn ((*gen_func.mov) (tmp_reg, src));
6283 emit_insn ((*gen_func.mov) (dest, tmp_reg));
6298 rtx src, dest, tmp_reg; local
6332 tmp_reg = gen_reg_rtx (mode);
6334 emit_insn ((*gen_mov_func) (tmp_reg, src));
6335 stores[num_reg++] = (*gen_mov_func) (dest, tmp_reg);
9942 rtx tmp_reg = gen_rtx_REG (Pmode, 0); local
9952 ? gen_addsi3 (tmp_reg,
9955 : gen_adddi3 (tmp_reg,
9959 emit_insn (gen_cond_trap (LTU, stack_reg, tmp_reg,
9971 emit_insn (gen_elf_high (tmp_reg, toload));
9972 emit_insn (gen_elf_low (tmp_reg, tmp_reg, toload));
9973 emit_insn (gen_cond_trap (LTU, stack_reg, tmp_reg,
9990 insn = emit_move_insn (tmp_reg, todec);
9992 todec = tmp_reg;