Home | History | Annotate | Download | only in x86

Lines Matching refs:t_reg

482         RegStorage t_reg = AllocTemp();
483 OpRegCopy(t_reg, r_src1);
484 OpRegReg(op, t_reg, r_src2);
485 LIR* res = OpRegCopyNoInsert(r_dest, t_reg);
487 FreeTemp(t_reg);