Home | History | Annotate | Download | only in x87

Lines Matching refs:pop_reg

2535     Register pop_reg = g.ToRegister(pop);
2536 Register scratch_reg = pop_reg.is(ecx) ? edx : ecx;
2538 __ lea(esp, Operand(esp, pop_reg, times_4, static_cast<int>(pop_size)));