Home | History | Annotate | Download | only in ia32

Lines Matching refs:start_reg

250     int start_reg,
253 __ mov(edx, register_location(start_reg)); // Index of start of capture
254 __ mov(ebx, register_location(start_reg + 1)); // Index of end of capture
367 int start_reg,
374 __ mov(edx, register_location(start_reg));
375 __ mov(eax, register_location(start_reg + 1));