Home | History | Annotate | Download | only in ia32

Lines Matching refs:start_reg

202     int start_reg,
205 __ mov(edx, register_location(start_reg)); // Index of start of capture
206 __ mov(ebx, register_location(start_reg + 1)); // Index of end of capture
339 int start_reg,
346 __ mov(edx, register_location(start_reg));
347 __ mov(eax, register_location(start_reg + 1));