HomeSort by relevance Sort by last modified time
    Searched defs:double_scratch (Results 1 - 2 of 2) sorted by null

  /external/v8/src/arm/
code-stubs-arm.cc 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; local
    [all...]
lithium-codegen-arm.cc 946 DwVfpRegister double_scratch = dividend; local
947 __ vmul(double_scratch, divisor, quotient);
948 __ vcvt_s32_f64(double_scratch.low(), double_scratch);
949 __ vmov(scratch, double_scratch.low());
2908 DoubleRegister double_scratch = double_scratch0(); local
3636 DwVfpRegister double_scratch = double_scratch0(); local
3747 DwVfpRegister double_scratch = double_scratch0(); local
    [all...]

Completed in 54 milliseconds