Home | History | Annotate | Download | only in x64

Lines Matching full:cvttsd2si

3525     __ cvttsd2si(output_reg, xmm_scratch);
3549 __ cvttsd2si(output_reg, input_reg);
3558 __ cvttsd2si(output_reg, input_reg);
3584 // CVTTSD2SI rounds towards zero, since 0.5 <= x, we use floor(0.5 + x).
3586 __ cvttsd2si(output_reg, xmm_scratch);
3599 // CVTTSD2SI rounds towards zero, we use ceil(x - (-0.5)) and then
3603 __ cvttsd2si(output_reg, input_reg);