Lines Matching full:cvttsd2si
3701 __ cvttsd2si(output_reg, xmm_scratch);
3725 __ cvttsd2si(output_reg, input_reg);
3734 __ cvttsd2si(output_reg, input_reg);
3761 // CVTTSD2SI rounds towards zero, since 0.5 <= x, we use floor(0.5 + x).
3763 __ cvttsd2si(output_reg, xmm_scratch);
3776 // CVTTSD2SI rounds towards zero, we use ceil(x - (-0.5)) and then
3780 __ cvttsd2si(output_reg, input_temp);