Home | History | Annotate | Download | only in optimizing

Lines Matching refs:maxInt

808   XmmRegister maxInt = locations->GetTemp(0).AsFpuRegister<XmmRegister>();
824 // maxInt = int-to-float(out)
825 __ cvtsi2ss(maxInt, out);
827 // if inPlusPointFive >= maxInt goto done
828 __ comiss(inPlusPointFive, maxInt);