Home | History | Annotate | Download | only in arm

Lines Matching refs:quotient

935   DwVfpRegister quotient = double_scratch0();
938 ASSERT(!dividend.is(quotient));
939 ASSERT(!divisor.is(quotient));
1008 // Compute the quotient and round it to a 32bit integer.
1009 __ vdiv(quotient, dividend, divisor);
1010 __ vcvt_s32_f64(quotient.low(), quotient);
1011 __ vcvt_f64_s32(quotient, quotient.low());
1015 __ vmul(double_scratch, divisor, quotient);