Lines Matching full:reg_from
1098 void RegExpMacroAssemblerMIPS::ClearRegisters(int reg_from, int reg_to) {1099 DCHECK(reg_from <= reg_to);1101 for (int reg = reg_from; reg <= reg_to; reg++) {