Home | History | Annotate | Download | only in quick

Lines Matching defs:new_reg

705 void Mir2Lir::CopyRegInfo(int new_reg, int old_reg) {
706 RegisterInfo* new_info = GetRegInfo(new_reg);
713 new_info->reg = new_reg;
883 int new_reg;
893 new_reg = AllocTypedTemp(loc.fp, reg_class);
894 OpRegCopy(new_reg, loc.low_reg);
895 CopyRegInfo(new_reg, loc.low_reg);
897 loc.low_reg = new_reg;
904 new_reg = AllocTypedTemp(loc.fp, reg_class);
905 loc.low_reg = new_reg;