Home | History | Annotate | Download | only in arm

Lines Matching defs:double_scratch

1014   DwVfpRegister double_scratch = dividend;
1015 __ vmul(double_scratch, divisor, quotient);
1016 __ vcvt_s32_f64(double_scratch.low(), double_scratch);
1017 __ vmov(scratch, double_scratch.low());
4098 DwVfpRegister double_scratch = double_scratch0();
4099 SwVfpRegister single_scratch = double_scratch.low();
4152 __ vldr(double_scratch, ip, HeapNumber::kValueOffset);
4155 double_scratch,
4166 __ vmov(scratch1, double_scratch.high());