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

  /external/v8/src/mips/
code-stubs-mips.cc 772 const FPURegister single_scratch = f8; local
795 __ mtc1(scratch, single_scratch);
796 __ cvt_d_w(double_base, single_scratch);
2863 FPURegister single_scratch = f6; local
    [all...]
macro-assembler-mips.cc     [all...]
  /external/v8/src/mips64/
code-stubs-mips64.cc 769 const FPURegister single_scratch = f8; local
792 __ mtc1(scratch, single_scratch);
793 __ cvt_d_w(double_base, single_scratch);
2873 FPURegister single_scratch = f6; local
    [all...]
macro-assembler-mips64.cc     [all...]
  /external/v8/src/arm/
code-stubs-arm.cc 708 const SwVfpRegister single_scratch = s6; local
732 __ vmov(single_scratch, scratch);
733 __ vcvt_f64_s32(double_base, single_scratch);
754 __ vcvt_u32_f64(single_scratch, double_exponent);
757 __ vcvt_f64_u32(double_scratch, single_scratch);
818 __ vcvt_u32_f64(single_scratch, double_exponent);
819 __ vmov(scratch, single_scratch);
857 __ vmov(single_scratch, exponent);
858 __ vcvt_f64_s32(double_exponent, single_scratch);
    [all...]
  /external/v8/src/crankshaft/arm/
lithium-codegen-arm.cc 4363 SwVfpRegister single_scratch = double_scratch0().low(); local
4371 __ vcvt_f64_s32(ToDoubleRegister(output), single_scratch); local
    [all...]
  /external/v8/src/crankshaft/mips/
lithium-codegen-mips.cc 4308 FPURegister single_scratch = double_scratch0().low(); local
4314 __ mtc1(ToRegister(input), single_scratch); local
4316 __ cvt_d_w(ToDoubleRegister(output), single_scratch); local
    [all...]
  /external/v8/src/crankshaft/mips64/
lithium-codegen-mips64.cc 4539 FPURegister single_scratch = double_scratch0().low(); local
4545 __ mtc1(ToRegister(input), single_scratch); local
4547 __ cvt_d_w(ToDoubleRegister(output), single_scratch); local
    [all...]

Completed in 1242 milliseconds