Home | History | Annotate | Download | only in arm

Lines Matching defs:vleft

1423     DoubleRegister vleft = ToDoubleRegister(instr->temp());
1426 __ vcvt_f64_s32(vleft, double_scratch0().low());
1429 __ vdiv(vleft, vleft, vright); // vleft now contains the result.
1430 __ vcvt_s32_f64(double_scratch0().low(), vleft);
1599 DoubleRegister vleft = ToDoubleRegister(instr->temp());
1602 __ vcvt_f64_s32(vleft, double_scratch0().low());
1605 __ vdiv(vleft, vleft, vright); // vleft now contains the result.
1606 __ vcvt_s32_f64(double_scratch0().low(), vleft);