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

  /external/chromium_org/v8/src/arm/
code-stubs-arm.cc 774 const SwVfpRegister single_scratch = s6; local
798 __ vmov(single_scratch, scratch);
799 __ vcvt_f64_s32(double_base, single_scratch);
820 __ vcvt_u32_f64(single_scratch, double_exponent);
823 __ vcvt_f64_u32(double_scratch, single_scratch);
    [all...]
lithium-codegen-arm.cc 4635 SwVfpRegister single_scratch = double_scratch0().low(); local
4643 __ vcvt_f64_s32(ToDoubleRegister(output), single_scratch); local
    [all...]
  /external/chromium_org/v8/src/mips/
code-stubs-mips.cc 848 const FPURegister single_scratch = f8; local
871 __ mtc1(scratch, single_scratch);
872 __ cvt_d_w(double_base, single_scratch);
3519 FPURegister single_scratch = f6; local
    [all...]
lithium-codegen-mips.cc 4592 FPURegister single_scratch = double_scratch0().low(); local
4598 __ mtc1(ToRegister(input), single_scratch); local
4600 __ cvt_d_w(ToDoubleRegister(output), single_scratch); local
    [all...]
  /external/chromium_org/v8/src/mips64/
code-stubs-mips64.cc 843 const FPURegister single_scratch = f8; local
866 __ mtc1(scratch, single_scratch);
867 __ cvt_d_w(double_base, single_scratch);
3556 FPURegister single_scratch = f6; local
    [all...]
lithium-codegen-mips64.cc 4656 FPURegister single_scratch = double_scratch0().low(); local
4662 __ mtc1(ToRegister(input), single_scratch); local
4664 __ cvt_d_w(ToDoubleRegister(output), single_scratch); local
    [all...]

Completed in 219 milliseconds