Home | History | Annotate | Download | only in arm

Lines Matching defs:double_scratch

410                                    DwVfpRegister double_scratch,
443 DwVfpRegister double_scratch,
615 DwVfpRegister double_scratch,
634 double_scratch,
793 DwVfpRegister double_scratch,
819 SwVfpRegister single_scratch = double_scratch.low();
822 __ vldr(double_scratch, scratch1, HeapNumber::kValueOffset);
826 double_scratch,
2267 DwVfpRegister double_scratch = d0;
2532 __ vmov(double_scratch.low(), r2);
2533 __ vcvt_f64_s32(double_scratch, double_scratch.low());
2536 __ vmov(double_scratch.low(), r2);
2537 __ vcvt_f64_u32(double_scratch, double_scratch.low());
2542 __ vstr(double_scratch, r0, HeapNumber::kValueOffset);