Lines Matching full:reg_from
1061 void RegExpMacroAssemblerX87::ClearRegisters(int reg_from, int reg_to) {1062 DCHECK(reg_from <= reg_to);1064 for (int reg = reg_from; reg <= reg_to; reg++) {