Home | History | Annotate | Download | only in optimizing

Lines Matching refs:in2_lo

3041         // move in2_lo to eax to prepare for double precision
3051 Register in2_lo = second.AsRegisterPairLow<Register>();
3057 __ imull(in1_hi, in2_lo);
3063 __ mull(in2_lo);
3071 Address in2_lo(ESP, second.GetStackIndex());
3077 __ imull(in1_hi, in2_lo);
3083 __ mull(in2_lo);