Home | History | Annotate | Download | only in x86

Lines Matching full:t_reg

476         RegStorage t_reg = AllocTemp();
477 OpRegCopy(t_reg, r_src1);
478 OpRegReg(op, t_reg, r_src2);
479 LIR* res = OpRegCopyNoInsert(r_dest, t_reg);
481 FreeTemp(t_reg);